Hi Libin,
If possible can you send over your STunnel config file but my guess would be that you would need to include your Root CA and Intermediate CA certificates into your PEM file.
I would check to see what https://www.ssllabs.com/ssltest/analyze.html says about your certificates another quick test would be to have a look at http://www.digicert.com/help/ to see what they also say about the certificate chains.
~Scott
Hi all,
Sever OS: Linux/Centos 5.9 SSLServer: Stunnel ErrorMessage: no certificate available CertType: SSL Web Server Certificate Client Browser: Safari 5.1. Client OS: OS X Lion
When i am trying to hit the URL on safari browser it shows me the messages "no certificate available" No certificate meet the application . However, the same link is working for all other browsers. Moreover, we have checked the stunnel logs, but couldn't able to get any thing from the logs.
Apache HTTPS config we have option *SSLVerifyClient none *in Stunnel I have tried all option non of thing working.
Please help me.* *
Thanks Libin
Hi Scott,
Thank you for responding. I have checked both the links, Digicert is saying that SSL Certificate is correctly installed and Quality SSL Labs has given a B grade for my site. I am attaching the config file as you have asked.
Thanks Libin
On Wed, Aug 28, 2013 at 4:13 PM, Scott McKeown scott@loadbalancer.orgwrote:
Hi Libin,
If possible can you send over your STunnel config file but my guess would be that you would need to include your Root CA and Intermediate CA certificates into your PEM file.
I would check to see what https://www.ssllabs.com/ssltest/analyze.htmlsays about your certificates another quick test would be to have a look at http://www.digicert.com/help/ to see what they also say about the certificate chains.
~Scott
Hi all,
Sever OS: Linux/Centos 5.9 SSLServer: Stunnel ErrorMessage: no certificate available CertType: SSL Web Server Certificate Client Browser: Safari 5.1. Client OS: OS X Lion
When i am trying to hit the URL on safari browser it shows me the
messages
"no certificate available" No certificate meet the application . However, the same link is working for all other browsers. Moreover, we have checked the stunnel logs, but couldn't able to get any thing from the logs.
Apache HTTPS config we have option *SSLVerifyClient none *in Stunnel I have tried all option non of thing working.
Please help me.* *
Thanks Libin
-- With Kind Regards.
Scott McKeown Loadbalancer.org http://www.loadbalancer.org
stunnel-users mailing list stunnel-users@stunnel.org https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
2013/8/28 Libindas libindas@gmail.com:
Thank you for responding. I have checked both the links, Digicert is saying that SSL Certificate is correctly installed and Quality SSL Labs has given a B grade for my site. I am attaching the config file as you have asked.
Grade does not reflect if your certificate is installed properly. Check what result do you get in "Chain issues" row. If there is anything there then you have your certificate installed incorrectly. Most common problem is missing intermediate certificate.
Unfortunately, probably you won't get any more help if you do not provide your site address.