[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: "Could not load verify locations"



At 10:25 AM 10/26/2006, Howard Chu wrote:
Dan O'Reilly wrote:
I get the following when using OpenLDAP:
ldap_create
ldap_url_parse_ext(ldaps://discovery.adtest.process.com)
ldap_simple_bind_s
ldap_sasl_bind_s
ldap_sasl_bind
ldap_send_initial_request
ldap_new_connection 1 1 0
ldap_int_open_connection
ldap_connect_to_host: TCP discovery.adtest.process.com:636
ldap_new_socket: 4
ldap_prepare_socket: 4
ldap_connect_to_host: Trying 192.42.95.140:636
ldap_connect_timeout: fd: 4 tm: -1 async: 0
TLS: could not load verify locations (file:`VAM:DISCOVERY.PEM',dir:`').
ldap_unbind
ldap_err2string
What exactly does this mean?

It means the file you specified for your CA certificate couldn't be opened. Either the file permissions are wrong, or it just doesn't exist with the name you specified.

Hmmmmm...that's what I thought, too. I checked that, but I'll check again (I could have missed something).


Thanks!

------
+-------------------------------+----------------------------------------+
| Dan O'Reilly                  |  "There are 10 types of people in this |
| Principal Engineer            |   world: those who understand binary   |
| Process Software              |   and those who don't."                |
| http://www.process.com        |                                        |
+-------------------------------+----------------------------------------+