SSL issueSSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)

351 views
Skip to first unread message

sai krishna

unread,
Aug 8, 2014, 1:59:48 AM8/8/14
to httpar...@googlegroups.com

Hi,

I'm getting the below issue when i try to trigger my api call

SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)

URL looks like https://mimicsvs.cloudapp.net:8080/v2/Identity/issue/oauthtoken
options = {
body: {
scope: 'basic',
client_id:XXXX,
grant_type: 'password',
username: 'XXXX',
password: 'qwerty',

            }
    }

Httparty.get(url,options)

how can i get this working?

Reply all
Reply to author
Forward
0 new messages