<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I have an issue with using a TLS client-server set up.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">on the client side I am using 32 open ssl library version 1.1 and the same set on the server side in VA smalltalk. Both are on windows.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">On the c side I set the SSL_CTX_new(TLS_client_method()) on the server I restricted to TLS only as per our security policy.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I get through the hand shake and the client sends data over to the sever. however upon reading the server gives and openSSL error as follows:</div><div class="gmail_default" style="font-size:small"><span style="font-size:11pt;font-family:Calibri,sans-serif">OpenSSLError<br>Error Code: 336130315<br>Error Object: ('wrong version number')<br>Error String: 'error:1408F10B:SSL routines:ssl3_get_record:wrong version number'<br>Error Hint: 'ssl3_get_record:wrong version number'<br>AuxiliaryData: nil.</span> </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I have attempted to work around this by setting on the server side the following option:  <span style="font-family:Calibri,sans-serif;font-size:11pt">SSL_OP_TLS_ROLLBACK_BUG . I saw from forums that this will tell the server to ignore this bug. However, I still get the same bug.</span><br></div><div class="gmail_default" style="font-size:small"><span style="font-family:Calibri,sans-serif;font-size:11pt"><br></span></div><div class="gmail_default" style="font-size:small"><span style="font-family:Calibri,sans-serif;font-size:11pt">Does anyone know the workaround for this issue? </span></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div> </div><div>Kind Regards,</div><div> </div><div>Sean Glazier</div><div> </div></div></div></div></div></div></div>