<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 10, 2016 at 3:59 AM, Mark Steele <span dir="ltr"><<a href="mailto:mark@control-alt-del.org" target="_blank">mark@control-alt-del.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Here's what my session looks like. </div><div><br></div><div><div><font face="monospace, monospace" size="1">erl -boot start_clean -proto_dist inet_tls -ssl_dist_op server_certfile /tmp/server.pem server_keyfile /tmp/server.key </font><span style="font-family:monospace,monospace;font-size:x-small">client_certfile /tmp/server.pem client_keyfile /tmp/server.key </span><font face="monospace, monospace" size="1"> -name <a href="mailto:test1@192.168.101.1" target="_blank">test1@192.168.101.1</a></font></div></div></div></blockquote><div><br></div><div>That should be <span style="font-family:monospace,monospace">-ssl_dist_opt</span>.<br><br></div><div>Let's have a look at the error messages:<br><br></div><div><font face="monospace, monospace" size="1">=ERROR REPORT==== 9-Jan-2016::21:58:37 ===</font><div><font face="monospace, monospace" size="1">SSL: certify: ssl_alert.erl:92:Fatal error: internal error</font><br></div><div><font face="monospace, monospace" size="1"><br></font></div>Looking at line 92 of ssl_alert.erl, we see that this is an internal error alert that we received from the peer.  It doesn't really tell us what happened.<div><font face="monospace, monospace" size="1"><br>=ERROR REPORT==== 9-Jan-2016::21:58:37 ===</font></div><div><font face="monospace, monospace" size="1">SSL: hello: ssl_handshake.erl:167:Fatal error: internal error</font><br><br>This on the other hand points to the function where the server tries to establish its own certificate chain.  I suspect that it's not finding anything because it didn't get the server_certfile option - and if I remember correctly you need to specify server_cacertfile as well, pointing to the CA certificate.</div></div></div><br></div><div class="gmail_extra">Regards,<br></div><div class="gmail_extra">Magnus<br><br></div></div>