Hi
I am trying to make TLS connection with a server that supports TLSv1.2.
but each time I receive the following error:

SSL_connect: ssl/record/ssl3_record.c:331: error:1408F10B:SSL routines:ssl3_get_record:wrong version number

Here is my service configuration:

sslVersion = TLSv1.2
options = NO_SSLv2
options = -NO_SSLv3
accept = 5512
connect = XXXXXXXXX
client = yes