Is that possible?
I can see that some TLS servers of various vendors have heartbeating disabled and I am curious if I can do the same with Gentoo. Ex:
Code: Select all
$ openssl s_client -connect www.qualys.com:443 -tlsextdebug
[skip]
PSK identity hint: None
SRP username: None
Start Time: 1396916504
Timeout : 300 (sec)
Verify return code: 20 (unable to get local issuer certificate)
---
B
HEARTBEATING
140408723089064:error:1413B16D:SSL routines:SSL_F_TLS1_HEARTBEAT:peer does not accept heartbearts:t1_lib.c:2566:


