Re: can't get rhn_register (and therefore client s) working
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <[email protected]> |
> stunnel -d 8081 -r 80 -p /etc/current/current.pem > > Stunnel is quite fusy about things and takes a bit of getting used to > > > > openssl s_client -connect https://lada:8081/ -cert CERT-FILE Doh wrong again, sorry shouldn't post without checking Hunter this is correct AFAIIK for the faq, plus could you put the FAQ on the website as well. $ openssl s_client -connect localhost:8081 --CAfile /usr/share/rhn/RHNS-CA-CERT CONNECTED(00000003) depth=0 /C=GB/L=London/O=Connextra Ltd/OU=Operations/CN=fred.intranet.connextra.com/[email protected] verify return:1 --- Certificate chain 0 s:/C=GB/L=London/O=Connextra Ltd/OU=Operations/CN=fred.intranet.connextra.com/[email protected] i:/C=GB/L=London/O=Connextra Ltd/OU=Operations/CN=fred.intranet.connextra.com/[email protected] --- ... Without you get self signed cert errors: depth=0 /C=GB/L=London/O=Connextra Ltd/OU=Operations/CN=fred.intranet.connextra.com/[email protected] verify error:num=18:self signed certificate verify return:1 depth=0 /C=GB/L=London/O=Connextra Ltd/OU=Operations/CN=fred.intranet.connextra.com/[email protected] verify return:1 This will tell you if the ssl is working cert wise But I don't think this is your problem