James Gray wrote: > Does anyone know the directory or file I could feed to OpenSSL via > ca_path or ca_file for Mac OS X's SSL certificates? I'm doing a get > over HTTPS, need to verify, and can't seem to locate the certificates. > > Thanks. > > James Edward Gray II There is /usr/share/curl/curl-ca-bundle.crt but nothing similar in /System/Library/OpenSSL/certs (cf. http://www.madboa.com/geek/openssl/#verify and also http://developer.apple.com/internet/serverside/modssl.html ) -- Posted via http://www.ruby-forum.com/.