PDA

View Full Version : openssl help required



learnbash
November 29th, 2011, 01:31 PM
I am having a issue, i am running a web program that have line

openssl s_client -CApath /usr/share/ssl/certs -verify 5 -ssl2 -bugs -quiet - connect myhost.domain.com:443

IT is not working my all certificates are in /etc/certificates that i already define apache.conf file and its is working fine, but due to openssl above line application is not working. Can someone help on it.