<div dir="ltr">Hi<div>I am trying to make TLS connection with a server that supports TLSv1.2.</div><div>but each time I receive the following error:</div><div><br></div><div>SSL_connect: ssl/record/ssl3_record.c:331: error:1408F10B:SSL routines:ssl3_get_record:wrong version number<br></div><div><br></div><div>Here is my service configuration:</div><div><br></div><div>sslVersion = TLSv1.2<br>options = NO_SSLv2<br>options = -NO_SSLv3<br>accept = 5512<br>connect = XXXXXXXXX<br>client = yes<br></div></div>