<div dir="ltr"><div style>Testing out R16A I ran into an ssl error on some code that works fine on R15B03-1. The code I discovered it on is part of wooga's estatsd that posts json to the librato API:</div><div><br></div>
<div><a href="https://github.com/wooga/estatsd/blob/master/apps/estatsd/src/adapters/estatsda_librato.erl#L108">https://github.com/wooga/estatsd/blob/master/apps/estatsd/src/adapters/estatsda_librato.erl#L108</a><br></div>
<div><br></div><div style>On R16A I get the error:</div><div><br></div>{conn_failed,{error,{essl,"certificate unknown"}}}<br><div><br></div><div style>I suspect it is related to this commit:</div><div><br></div>
<div><a href="https://github.com/erlang/otp/commit/69d4a56d9f7ade14fd0496ffbf56d96bf9184aef#lib/ssl/src/ssl_handshake.erl">https://github.com/erlang/otp/commit/69d4a56d9f7ade14fd0496ffbf56d96bf9184aef#lib/ssl/src/ssl_handshake.erl</a><br>
</div><div><br></div><div>What else should I do to help figure out what is going wrong here?<br></div><div style><br></div><div style>Tristan</div></div>