PHP + SSL integration issue

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
genux33
Forum Newbie
Posts: 18
Joined: Sun Apr 10, 2005 8:22 am

PHP + SSL integration issue

Post by genux33 »

Dear all,
I had an issue on authenticate a user login with ldap server.

Details of the issue,
I had to connect from inhouse server to the ldap server through ssl.
As i access my login page https://xxxxx.com/login.php, i recieved a certification issued by my server. As i view the details of the certification, it says issue to localhost.localdomain . issue by localhost.localdomain. Certification path belong to localhost.localdomain.
As my login script tried to authenticate a user login with ldap server. Would the ldap server recognize the SSL established between my inhouse server with the ldap server?

How do i make sure that the data send between my inhouse server with the ldap server is encypted with SSL? or how to configure my server in such a way that SSL is setup properly, so that all my applications which need send data to other server through SSL?

anyone can enlighted me?
Post Reply