I have fetchmail configured to download the mail from one corporative microsoft account since long.
Two days ago it stopped working
I can enter through the web
https://susepaste.org/93471349
https://susepaste.org/93471349but fetchmail return a authentication error
have tried this
fperal@tutatis:~> openssl s_client -crlf -showcerts -connect outlook.office365.com:995
CONNECTED(00000003)
depth=2 C = US, O = DigiCert Inc, OU = www.digicert.com, CN = DigiCert Global Root CA
verify return:1
depth=1 C = US, O = DigiCert Inc, CN = DigiCert Cloud Services CA-1
verify return:1
depth=0 C = US, ST = Washington, L = Redmond, O = Microsoft Corporation, CN = outlook.com
verify return:1
---
Certificate chain
0 s:C = US, ST = Washington, L = Redmond, O = Microsoft Corporation, CN = outlook.com
i:C = US, O = DigiCert Inc, CN = DigiCert Cloud Services CA-1
-----BEGIN CERTIFICATE-----
.......
-----END CERTIFICATE-----
1 s:C = US, O = DigiCert Inc, CN = DigiCert Cloud Services CA-1
i:C = US, O = DigiCert Inc, OU = www.digicert.com, CN = DigiCert Global Root CA
-----BEGIN CERTIFICATE-----
.......
-----END CERTIFICATE-----
---
Server certificate
subject=C = US, ST = Washington, L = Redmond, O = Microsoft Corporation, CN = outlook.com
issuer=C = US, O = DigiCert Inc, CN = DigiCert Cloud Services CA-1
---
No client certificate CA names sent
Peer signing digest: SHA256
Peer signature type: RSA-PSS
Server Temp Key: ECDH, P-384, 384 bits
---
SSL handshake has read 3998 bytes and written 489 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-RSA-AES256-GCM-SHA384
Server public key is 2048 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
Protocol : TLSv1.2
Cipher : ECDHE-RSA-AES256-GCM-SHA384
Session-ID: 9E340000F4F3C5F160C2923C1B6B1DB7FACE2B883CB55528977780CB4D60C3E4
Session-ID-ctx:
Master-Key: 67B4D35C8FF7564785DFB40F18F37F204CAB2058B1204B9D8C4DF9BB183B100F18B7D9F6F4271DBB5F53DEBD1D4D6325
PSK identity: None
PSK identity hint: None
SRP username: None
Start Time: 1667672414
Timeout : 7200 (sec)
Verify return code: 0 (ok)
Extended master secret: yes
---
+OK The Microsoft Exchange POP3 service is ready. [TABOAFgAUAAyADYANQBDAEEAMAAwADUAMgAuAEcAQgBSAFAAMgA2ADUALgBQAFIATwBEAC4ATwBVAFQATABPAE8ASwAuAEMATwBNAA==]
user ****myuser***
+OK
pass ****mypass*****
-ERR Logon failure: unknown user name or bad password.
-ERR Connection is closed. 12
read:errno=0
Similar authentication error
some clue about what can be failing?
best regards