<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
We are using session resumption with openssl, and to support that we are storing sessions in a file.
<br>
<div style="color: rgb(0, 0, 0);">
<div>
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>On the server side the allowed TLS version can be configured and server admin can change it. It can</p>
<p>be changed for example to allow only TLS 1.2. The problem is that if the client has SSL session
<br>
</p>
<p>stored on the disk from a previous connection which has different TLS version than what server
<br>
</p>
<p>expects as per the changed configuration, server drops the connection immediately.<br>
</p>
<p><br>
</p>
<p>My question is, is it possible for Openssl server to recover from such a scenario, by starting a full
<br>
</p>
<p>handshake? Right now server drops the connection because of protocol mismatch.<br>
</p>
<p>Because if that is not the case the only other option left for us is to reconnect again if server rejects</p>
<p>connection.</p>
<p><br>
</p>
<p>Thanks,<br>
</p>
<p>Prabhat<br>
</p>
<p><br>
</p>
</div>
</div>
</div>
</div>
</body>
</html>