horst-n / WireMailSmtp

ProcessWire: Extension to the new WireMail baseclass (since PW 2.4.1)
15 stars 9 forks source link

TLSv1.3 (solved) #23

Open pwplatko opened 3 weeks ago

pwplatko commented 3 weeks ago

Hi,

"Test settings" fails like this:

Resolving SMTP server domain "smtp.eu.mailgun.org"...
Connecting to SMTP server "smtp.eu.mailgun.org" port 465...
Connected to SMTP server "smtp.eu.mailgun.org".
S 220 Mailgun Influx ready
C EHLO -----
S 250-979b6d82b6e7
S 250-AUTH PLAIN LOGIN
S 250-SIZE 52428800
S 250-8BITMIME
S 250-SMTPUTF8
S 250-PIPELINING
S 250 STARTTLS
C STARTTLS
S 220 Go ahead
Starting TLS cryptographic protocol
could not start TLS connection encryption protocol: STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT

This is what the SMPT server needs:

Protocol  : TLSv1.3
Cipher    : TLS_AES_128_GCM_SHA256

Am I missing something or should this crypto method be added to the module?

I am using version 0.6.4 on processwire 3.0.229

pwplatko commented 3 weeks ago

Sorry, I overlooked: starttls had to be unchecked

So, no problem

Thanks for this module