<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 style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Hello,
<div><br>
</div>
<div>I am trying to connect my client to my server but I always receive an error.(ssl3_get_record:wrong version number:../ssl/record/ssl3_record.c:331)</div>
<div><br>
</div>
<div>How can I get more information about the error and fix it? (the error is probably in my client)</div>
<div><br>
</div>
<div>openssl s_server -accept 127.0.0.1:3000 -key server.key -cert server.cert -msg</div>
<div><br>
</div>
<div>output:</div>
<div>Using default temp DH parameters</div>
<div>ACCEPT</div>
<div><<< ??? [length 0005]</div>
<div>    20 ae c0 2e d6</div>
<div>ERROR</div>
<div>139911595361600:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../ssl/record/ssl3_record.c:331:</div>
<div>shutting down SSL</div>
<div>CONNECTION CLOSED</div>
<div><br>
</div>
<div>Thanks</div>
<div><br>
</div>
</div>
</body>
</html>