We've been running a server for many years that uses an Indy SMTP client and OpenSSL to connect to a GMail server. This morning the connection failed with the following error:
We've been running a server for many years that uses an Indy SMTP client and OpenSSL to connect to a GMail server. This morning the connection failed with the following error:
Error Connecting with SSL. error: 1409442E: SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version.
Anybody else having the same issue? Have Google changed their SSL policy or is this just a temporary issue?
Error Connecting with SSL. error: 1409442E: SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version.
Anybody else having the same issue? Have Google changed their SSL policy or is this just a temporary issue?
They might have upped the minimum to TLS 1.0 (SSL 3)
ReplyDeleteThat is what I would assume from the error.
Martin Sedgewick - I updated the Indy OpenSSL version to TLS1.0 and now it works. Looks like Google have made a change.
ReplyDelete