Hi there.
I have this problem trying to create an OAuth 2.0 Mail Inbox (Azure). All notifications seems to be working okay but I can not seem to get OAuth 2.0 Mail Inbox to work.! It keeps on loading. Already enabled ssl in the configuration file. Nothing in debug trace (imap options)
I checked the error.log and below is a screenshot of the error. Anyone with an idea of what i could be missing?
Hi Jeffrey.
Thank you fro the reply. I am currently using OpenSSL 1.1.1f . Can this be the cause of this error? If it is can you kindly suggest a way to handle this situation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have gone through hundreds of posts and can't seem to find anyone with OpenSSL error on an Oauth Mail inbox. Any suggestions will be highly appreciated.
Hi there.
I have this problem trying to create an OAuth 2.0 Mail Inbox (Azure). All notifications seems to be working okay but I can not seem to get OAuth 2.0 Mail Inbox to work.! It keeps on loading. Already enabled ssl in the configuration file. Nothing in debug trace (imap options)
I checked the error.log and below is a screenshot of the error. Anyone with an idea of what i could be missing?
Perhaps check you're also using a modern OpenSSL version on your web server?
Hi Jeffrey.
Thank you fro the reply. I am currently using OpenSSL 1.1.1f . Can this be the cause of this error? If it is can you kindly suggest a way to handle this situation.
Mind that OpenSSL 1.1.1 is officially end of life: https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/index.html
Hi Jeffrey.
I am using Ubuntu 20.04 seems to be no upgrade for OpenSSL 1.1.1f. It is already the latest.
I have gone through hundreds of posts and can't seem to find anyone with OpenSSL error on an Oauth Mail inbox. Any suggestions will be highly appreciated.
Also I am using a self-signed certificate. In config file -imap-options.
You have verified if your web server can indeed connect to the configured mail host, on the correct port?
https://www.google.com/search?q=openssl+%22protocol+is+shutdown%22&
This kind of error is raised when the SSL wrapper tries to write to a closed TCP connection. It is usually related to connection problems, firewalls or SSL interception.