<div dir="ltr">setting the ciphers cowboy --> ranch --> ssl to<div><div>                       {ciphers, [{dhe_rsa,aes_256_cbc,sha256},</div><div>                                  {dhe_dss,aes_256_cbc,sha256},</div><div>
                                  {rsa,aes_256_cbc,sha256},</div><div>                                  {dhe_rsa,aes_128_cbc,sha256},</div><div>                                  {dhe_dss,aes_128_cbc,sha256},</div><div>                                  {rsa,aes_128_cbc,sha256},</div>
<div>                                  {dhe_rsa,aes_256_cbc,sha},</div><div>                                  {dhe_dss,aes_256_cbc,sha},</div><div>                                  {rsa,aes_256_cbc,sha},</div><div>                                  {dhe_rsa,'3des_ede_cbc',sha},</div>
<div>                                  {dhe_dss,'3des_ede_cbc',sha},</div><div>                                  {rsa,'3des_ede_cbc',sha},</div><div>                                  {dhe_rsa,aes_128_cbc,sha},</div>
<div>                                  {dhe_dss,aes_128_cbc,sha},</div><div>                                  {rsa,aes_128_cbc,sha},</div><div>                                  {rsa,rc4_128,sha},</div><div>                                  {rsa,rc4_128,md5},</div>
<div>                                  {dhe_rsa,des_cbc,sha},</div><div>                                  {rsa,des_cbc,sha}]}.</div><div>solve's the issue.</div><div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Dec 30, 2013 at 6:18 PM, Loco Jay <span dir="ltr"><<a href="mailto:locojaydev@gmail.com" target="_blank">locojaydev@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr">







<p>Hi, </p>
<p>I am having an issue getting ssl to work</p>
<p>Hi, </p><p>I am having an ssl issue</p><p>The following gist <br></p><p><span><a href="https://gist.github.com/locojay/8188721" target="_blank">https://gist.github.com/locojay/8188721</a></span></p>
<p>list’s how to install my setup (ubuntu 12.04 vagrant box, esl erlang R16B03, ssl 5.3.2, cowboy's ssl_example on master).<br></p><p>I tested the following clients:<br></p><p><span>      </span>- curl, chrome , firefox, safari, python requests</p>

<p>on ubuntu 12.10 and osx 10.9 mavericks</p><p>with the following result's</p><p><br></p><p> <span>  </span><span>       </span>CHROME | FIREFOX | SAFARI | CURL </p><p>
UBUNTU  fails          | fails          | na          | works</p><p>OSX          fails         | fails(long stacktrace) | fails        | fails</p><p><br></p><p> the gist contains server/client log’s for these options</p>

<p><br></p><p>I'm using the cowboy ssl example to demonstrate my problem. Using an other self signed, or signed certificate results in the same issue.</p><p>Creating a pem file of the example key, cert ca-cert and using in ejabberd 13.12 works fine with all browser’s.</p>

<p>which:applications() in ejabberd 13.12 return’s ssl 5.3.2</p><p>I am confused since i thought that the issue would have been the ssl app since we have<br></p><p> cowboy —> ranch —> sslapp</p>
<p>I am out of idea’s and would really appreciate any help</p><p>Many thanks<br></p></div>
</blockquote></div><br></div></div></div>