[colug-432] secure ldap via php page
    Keith Larson 
    klarson at k12group.net
       
    Wed Oct 14 15:14:47 EDT 2015
    
    
  
I have a php script that works fine when I run it interactively at a bash prompt
php myscript.php
 
part of what it does is establish a secure ldap connection.  the cert used for ldaps is self-signed.  this doesn't present a problem running it manually.
 
when i execute that exact same command from a php web page it fails to establish the connection.
 
is this a permissions issue with the user that is running apache?  or does apache need something to trust the self-signed cert?
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.colug.net/pipermail/colug-432/attachments/20151014/d0d545f7/attachment.html 
    
    
More information about the colug-432
mailing list