olafmersmann / sendmailR

Simple SMTP client implementation for R.
14 stars 11 forks source link

next InitializeSecurityContext failed : SEC_E_CERT_EXPIRED (0x80090328) #7

Closed pavelaegorov closed 1 year ago

pavelaegorov commented 1 year ago

Hi Olaf! Thank you for you work developing this package. I encouneterd an issue when implementing package for sending reports. I wrote a piece of code that worked perfectly well at 11:00
The same piece of code end stopped working with the following error today at 13:00:

Error in curl_fetch_memory(smtp_server, handle = h) : schannel: next InitializeSecurityContext failed: SEC_E_CERT_EXPIRED (0x80090328)

Could you please help with this.

olafmersmann commented 1 year ago

Looks like the certificate of the SMTP server expired. Can you share the name of the server (if it is publicly accessible)?

olafmersmann commented 1 year ago

If the issue persists, please reopen.