<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_ym19_1_1471434971229_8892" dir="ltr">nginx version: 1.6.2</div><div id="yui_3_16_0_ym19_1_1471434971229_8896" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1471434971229_8922" dir="ltr">Hello,</div><div id="yui_3_16_0_ym19_1_1471434971229_8938" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1471434971229_8939" dir="ltr">The client and Nginx server seem to have problem to establish a SSL connection. In the logs I have this</div><div id="yui_3_16_0_ym19_1_1471434971229_8974" dir="ltr">[crit] 18386#0: *1 SSL_do_handshake() failed (SSL: error:14094456:SSL routines:SSL3_READ_BYTES:tlsv1 unsupported extension:SSL alert number 110) whle SSL handshaking, client: @IP_client, server: 0.0.0.0:443</div><div id="yui_3_16_0_ym19_1_1471434971229_8983" dir="ltr">I have searched this message on google but couldn't see anything that would help</div><div id="yui_3_16_0_ym19_1_1471434971229_9007" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1471434971229_9008" dir="ltr">My vhost configuration</div><div id="yui_3_16_0_ym19_1_1471434971229_9052" dir="ltr">server {<br id="yui_3_16_0_ym19_1_1471434971229_9032">        listen 80;<br id="yui_3_16_0_ym19_1_1471434971229_9033">        listen 443 ssl;</div><div id="yui_3_16_0_ym19_1_1471434971229_9109" dir="ltr">        server_name www.example.org;<br></div><div id="yui_3_16_0_ym19_1_1471434971229_9107" dir="ltr">...</div><div id="yui_3_16_0_ym19_1_1471434971229_9098" dir="ltr">       ssl  on;<br></div><div id="yui_3_16_0_ym19_1_1471434971229_9059" dir="ltr">       ssl_certificate         /etc/ssl/certs/cert.crt;<br id="yui_3_16_0_ym19_1_1471434971229_9057">       ssl_certificate_key     /etc/ssl/private/key.key;</div><div id="yui_3_16_0_ym19_1_1471434971229_9077" dir="ltr">        ssl_session_cache      shared:SSL:10m;</div><div id="yui_3_16_0_ym19_1_1471434971229_9085" dir="ltr">}</div><div id="yui_3_16_0_ym19_1_1471434971229_9086" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1471434971229_9154" dir="ltr">Do you know what could be wrong and where should I dig to solve this problem.</div><div id="yui_3_16_0_ym19_1_1471434971229_9155" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1471434971229_9157" dir="ltr">Regards<br></div><div id="yui_3_16_0_ym19_1_1471434971229_8982" dir="ltr"><br></div></div></body></html>