> Is it necessary for me to create a separate TSslContext each time I 
> create a new TSslSmtpCliWithFEhloCount

No, an SslContext set-up for SSL client or a single SSL server certificate can
be shared by multiple socket components.  

The only issue is in SSL servers using MultiListen, where different IP
addresses will need different certificates and all will share the same context
so will fail.  Just got caught on this with a project.

Angus

-- 
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

Reply via email to