Forwarded from Vitaliy Makkoveev on misc@: > After upgrading from 3 days old snapshot to 6.7-beta snapshot mutt can't > send mail via yahoo's smtps. Error is "SSL failed: error:1404B3F2:SSL > routines:ST_CONNECT:sslv3 alert unexpected message". mutt on this machine > restored from backup to old snapshot works fine. > > .muttrc contains: > > ---- cut begin > set smtp_pass = 'password' > set smtp_url = 'smtps://[email protected]:465/' > set ssl_starttls = yes > set ssl_force_tls = yes > ---- cut end > > Can anybody help? > >
$ nc -vvc smtp.mail.yahoo.com 465 Connection to smtp.mail.yahoo.com (188.125.73.26) 465 port [tcp/smtps] succeeded! nc: tls handshake failed (handshake failed: error:1404B3F2:SSL routines:ST_CONNECT:sslv3 alert unexpected message) Unless I screwed up testing I don't think it is the "Send a zero-length session identifier if TLSv1.3 is not enabled" commit but I don't see anything else is in the time window...
