Re: [twsocket] I like to send emails with ssl/01cert.pem but certificate too weak according gmail, any solution?

2017-12-06 Thread Angus Robertson - Magenta Systems Ltd
> What happens if this value is left blank as well -- does it skip > checking validity of CA? Is there any way to have the components > instead use the CA roots that Windows maintains in the > Certificate Store? Yes, the sample OverbyteIcsMsVerify.dpr will Verify a certificate chain using the c

Re: [twsocket] I like to send emails with ssl/01cert.pem but certificate too weak according gmail, any solution?

2017-12-05 Thread Jeff Hamblin
On 12/5/2017 8:58 AM, Angus Robertson - Magenta Systems Ltd wrote: Client SSL applications rarely need to send certificates, so just leave SslCertFile and SslPrivKeyFile blank and everything should work. The confusion here is that the SslContext is used for both client and server applications, a

Re: [twsocket] I like to send emails with ssl/01cert.pem but certificate too weak according gmail, any solution?

2017-12-05 Thread Angus Robertson - Magenta Systems Ltd
> I_m trying to send email via gmail.com. Which perfectly worked > since a while ago. > but now it seems gmail (I think this is the reason) is rejecting > the 01cert.pem certificate Because the encryption is too weak. Client SSL applications rarely need to send certificates, so just leave SslCer