Re: [Ilugc] HTTPI::SSLError

2014-05-30 Thread Usha Murali
Hi, In my system, netstat -nlt | egrep ':443' does output anything. Is it necessary to implement my local as ssl server? So far i downloaded cert certificate, should'nt i do it instead create self sined cer in my local itself?? Also plz educate me if i need to set my host as SSL server or simp

Re: [Ilugc] HTTPI::SSLError

2014-05-28 Thread Arun Khan
On Wed, May 28, 2014 at 7:06 PM, Usha Murali wrote: > > HEAD https://localhost:443 > Error: connection refused > Prima facie, your web server may not be configured for https (port 443). Check with: netstat -nlt | egrep ':443' > plz give me your view for this fix > Avoid top posting and trim yo

Re: [Ilugc] HTTPI::SSLError

2014-05-28 Thread Usha Murali
Hi, In continuation to my previous mail, plz refer my below debug steps to resolve this HTTPI::SSL Error, As per Mislav's ssl doctor script avail in http://mislav.uniqpath.com/2013/07/ruby-openssl/ my console output as follows, : export SSL_CERT_FILE=/usr/lib/ssl/cert.pem & export SSL_CERT_DIR=

[Ilugc] HTTPI::SSLError

2014-05-26 Thread Usha Murali
Dear All, Openssl & ca cert seems to be correct in my system but still i get HTTPI::SSL Error, Plz help me , my environment as follows: $ whereis openssl openssl: /usr/bin/openssl /usr/include/openssl /usr/share/man/man1/openssl.1ssl.gz $ env | grep -i "ssl" SSL_CERT_FILE=/usr/lib/ssl/cert.pem