Hi,
I'm trying to use the IcsLogger to trace down an SSL problem, but I'm
only getting this one line in the log file:
15:21:49:633 InitCtx> OpenSSL version: OpenSSL 1.0.1i 6 Aug 2014
This is the IcsLogger component:
object IcsLogger: TIcsLogger
TimeStampFormatString = 'hh:nn:ss:zzz'
TimeStampSeparator = ' '
LogFileOption = lfoAppend
LogFileName = 'ssllog.txt'
LogOptions = [loDestFile, loAddStamp, loWsockErr, loWsockInfo,
loSslErr, loSslInfo, loProtSpecErr, loProtSpecInfo]
Left = 216
Top = 264
end
This is the SslContext:
object SslContext: TSslContext
IcsLogger = IcsLogger
SslVerifyPeer = False
SslVerifyDepth = 9
SslVerifyFlags = []
SslOptions = []
SslVerifyPeerModes = [SslVerifyMode_PEER]
SslSessionCacheModes = []
SslCipherList = 'ALL:!ADH:RC4+RSA:+SSLv2:@STRENGTH'
SslVersionMethod = sslV23
SslSessionTimeout = 0
SslSessionCacheSize = 20480
Left = 144
Top = 264
end
I've been looking at this for a day, and can't seem to get the logging
going. I would greatly appreciate if you could help me out with this.
Thank you,
George
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be