<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr">
<div id="OWAFontStyleDivID" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><br>
</p>
<div dir="ltr" style="color: rgb(40, 40, 40);">
<div id="divRplyFwdMsg" dir="ltr"></div>
<div>
<div id="OWAFontStyleDivID" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>The issue is line 644 in ssl.erl:<br>
</p>
<p><br>
</p>
<div><span class="Apple-tab-span" style="white-space:pre"></span>   ciphers    = handle_cipher_option(proplists:get_value(ciphers, Opts, []), hd(Versions)),</div>
<div><br>
If 'tlsv1.2' is in the versions list but not not the head, then any tlsv1.2 ciphers will be disabled.<br>
</div>
<p><br>
</p>
</div>
</div>
</div>
</div>
</body>
</html>