<br>may be this can help :<br><br>http://www.erlang.org/doc/man/ssl.html#connect-2<br><br>you may pass this ssl option to ssl:connect<br><br><span class="code">{verify, none}<br></span><span class="code"><br></span>may be because the R16 ssl impl. has ither defaults, and playing with ssl  options may help you. <br><br>Bogdan<br><br>On Thursday, May 30, 2013 5:43:04 PM UTC+3, Aaron France wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Hi,<div><br></div><div>I'm trying to make HTTPS calls to an API.</div><div><br></div><div>My stack trace is:</div><div><br></div><div><div>SSL: certify: ssl_handshake.erl:263:Fatal error: certificate unknown</div>
<div>** exception error: no match of right hand side value </div><div>                    {error,</div><div>                        {failed_connect,</div><div>                            [{to_address,</div><div>                                 {"<a href="http://region-b.geo-1.identity.hpcloudsvc.com" target="_blank">region-b.geo-1.identity.<wbr>hpcloudsvc.com</a>",35357}},</div>
<div>                             {inet,[inet],{tls_alert,"<wbr>certificate unknown"}}]}}</div><div>     in function  herp_identity:login/3 (src/herp_identity.erl, line 9)</div><div><br></div><div>I've looked at some other issues which point it to being a regression in R16B and I've reverted to R15 and the issue is non-existent.</div>
<div><br></div><div>Any tips on getting around this or will it require a patch in R16B? The bug is still evident in HEAD so possibly not enough data has been gathered about it.</div><div><br></div><div>
Regards,<br>Aaron</div></div></div>
</blockquote>