exchange 2013 - connection from app to imap

Jack 66 Reputation points
2020-12-11T16:21:15.093+00:00

Hello,

We have an app that is using exchange 2013 and connects to it via IMAP. Recently in app logs we noticed errors "Error connecting with SSL. error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number)".
The Application is configured to connect with exchange using domain user/Pw port993 and tls 1.1version.
I search in IMAP logs on exchange but I did not found anything, also I did a test imap connectivity but it also succeeded.

Apart of this application everything is working fine. Do you have a clue where I could check what is wrong?

Exchange | Exchange Server | Management
{count} votes

Accepted answer
  1. Ashok M 6,846 Reputation points
    2020-12-13T09:40:19.087+00:00

    Hi,

    Based on my knowledge, looks like issue is with TLS 1.1. Can you please change it to TLS 1.2 in your application and check?

    47550-image.png

    https://techcommunity.microsoft.com/t5/exchange-team-blog/exchange-server-tls-guidance-part-3-turning-off-tls-1-0-1-1/ba-p/607898

    Did you test the IMAP connectivity with SSL/TLS connection type parameter?

    https://learn.microsoft.com/en-us/powershell/module/exchange/test-imapconnectivity?view=exchange-ps#parameters

    Check if the certificate has been assigned with IMAP service. If using wildcard, then update the X509CertificateName in IMAP settings

    Set-IMAPsettings –X509CertificateName ""

    https://www.azure365pro.com/how-to-enable-and-configure-pop-imap-in-exchange-2013/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.

    If the above suggestion helps, please click on "Accept Answer" and upvote it

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.