<div dir="ltr"><div>Hello,</div><div><br></div><div>Wanted to try to capture the TLS1.3 message flow using openssl-1.1.1-pre7 and used the below command to run the server. </div><div>[root@vm bin]# pwd<br>/opt/build/openssl-1.1.1-pre7/bin</div><div><br></div><div><strong>[root@vm bin]# ./openssl s_server -cert server.crt -key server1.key</strong></div><div><br></div><div>But it is throwing the below error :</div><div><br></div><div>Using default temp DH parameters<br><strong>47306412798048:error:02004061:system library:socket:unknown:crypto/bio/b_sock2.c:49:<br>47306412798048:error:2008C076:BIO routines:BIO_socket:unable to create socket:crypto/bio/b_sock2.c:50:</strong><br>   0 items in the session cache<br>   0 client connects (SSL_connect())<br>   0 client renegotiates (SSL_connect())<br>   0 client connects that finished<br>   0 server accepts (SSL_accept())<br>   0 server renegotiates (SSL_accept())<br>   0 server accepts that finished<br>   0 session cache hits<br>   0 session cache misses<br>   0 session cache timeouts<br>   0 callback cache hits<br>   0 cache full overflows (128 allowed)<br></div><div><br></div><div><br></div><div> ldd ./openssl<br>        linux-vdso.so.1 =>  (0x00007fff6c9fd000)<br>        libdl.so.2 => /lib64/libdl.so.2 (0x0000003fc2200000)<br>        libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003fc2a00000)<br>        libc.so.6 => /lib64/libc.so.6 (0x0000003fc1e00000)<br>        /lib64/ld-linux-x86-64.so.2 (0x0000003fc1600000)</div><div><br></div><div>Shall we know how to make it working?</div><div><br></div><div>Best Regards,</div><div>Chakrapani<br><span><span><span><span><span><span><span><span><br></span></span></span></span></span></span></span></span></div></div>