Hi guys I have a ruby script I'm attempting to run that must use the SSL
certificate. I have tried running it without the CA certificate and it
runs just fine. However I keep getting the following error `connect':
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B:
certificate verify failed (OpenSSL::SSL::SSLError)
I'm running a Centos 5.8 server with ruby version 1.8.7. Do i need to
have an official SSL certificate installed or need to have a web server
running in order to use the SSL feature? I'm completely lost here. Any
help with greatly be appreciated.
There's any number of things that can go wrong. A code snippet of what
you're trying to do would help.
···
On Tue, Aug 20, 2013 at 12:25 PM, Talal B. <lists@ruby-forum.com> wrote:
Hi guys I have a ruby script I'm attempting to run that must use the SSL
certificate. I have tried running it without the CA certificate and it
runs just fine. However I keep getting the following error `connect':
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B:
certificate verify failed (OpenSSL::SSL::SSLError)
I'm running a Centos 5.8 server with ruby version 1.8.7. Do i need to
have an official SSL certificate installed or need to have a web server
running in order to use the SSL feature? I'm completely lost here. Any
help with greatly be appreciated.