Just found this in the logs...
[2024.11.27] 08:47:50.162 [209.85.167.46][64824418] Country code: US
[2024.11.27] 08:47:50.287 [209.85.167.46][64824418] cmd: EHLO mail-lf1-f46.google.com
[2024.11.27] 08:47:50.287 [209.85.167.46][64824418] rsp: 250-mail.answercentrela.com Hello [209.85.167.46]250-SIZE 699050666250-AUTH LOGIN CRAM-MD5250-STARTTLS250-8BITMIME250-DSN250 OK
[2024.11.27] 08:47:50.412 [209.85.167.46][64824418] cmd: STARTTLS
[2024.11.27] 08:47:50.412 [209.85.167.46][64824418] rsp: 220 Start TLS negotiation
[2024.11.27] 08:47:50.537 [209.85.167.46][64824418] rsp: 554 Security failure
[2024.11.27] 08:47:50.537 [209.85.167.46][64824418] Exception negotiating TLS session: System.NotSupportedException: The server mode SSL must use a certificate with the associated private key.
[2024.11.27] at System.Net.Security.SecureChannel.AcquireServerCredentials(Byte[]& thumbPrint)
[2024.11.27] at System.Net.Security.SecureChannel.GenerateToken(Byte[] input, Int32 offset, Int32 count, Byte[]& output)
[2024.11.27] at System.Net.Security.SecureChannel.NextMessage(Byte[] incoming, Int32 offset, Int32 count)
[2024.11.27] at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
[2024.11.27] at System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
[2024.11.27] at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
[2024.11.27] at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
[2024.11.27] at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
[2024.11.27] at MailService.TcpServerLib.Common.PooledTcpItem.ConvertToSSL(db_system_binding_port setting, Log log, String sessionId)