What are the requirements for setting up a secure IMAP connection from JIRA?
I have read the instructions, but am getting a timeout issue from the destination.
- IMAP account has been set up
- using port 993, which has been opened at the destination
- getting the following error when testing:
Unfortunately no connection was possible. Review the errors below and rectify:
•SocketTimeoutException: Read timed out
What could we be doing wrong?
Hello,
Have you imported the SSL certificate from your mail server as per described here? Note that even though this page was wrote for Confluence, it also applies for JIRA.
Hence, could you also double check if your JIRA server is able to reach your SECURE_IMAP server using telnet? The syntax will be something like:
telnet $mail_host 993
Best regards,
Lucas Timm
Also, since it's involving an SSL certificate, you may need to confirm that the certificate was properly imported. This is an example on how to test the connect to IMAP server:
tiago@ecrnt-85:~/Downloads$ java -Djavax.net.ssl.trustStore=/opt/jdk1.6.0_35/jre/lib/security/cacerts SSLPoke $mail_host 993 Successfully connected
This is the KB with more instructions to this test.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.