nouvakis 0 Posted August 24, 2020 1. in procedure TSslContext.InitContext ... if CheckLogOptions(loSslInfo) then { V8.40 } DebugLog(loSslInfo, 'Set sslSESS_CACHE_SERVER'); *********************************** It always writes sslSESS_CACHE_SERVER ignoring correspondig Session cache modes ---------------------------------------------------------- 2. TCustomSslWSocket.TriggerSslHandshakeDone(ErrCode : Word); ... FSslPeerCert.X509 := PeerX; should become if Assigned(FSslPeerCert) then // add this one please FSslPeerCert.X509 := PeerX; --------------------------------------------------------- Share this post Link to post
Angus Robertson 574 Posted August 24, 2020 Thanks, changed the literal, the PeerX change has already been done in V8.65. Angus Share this post Link to post