Dear Team & Community,
In order to check if our JIRA will be impacted or not by this TLS cipher depreciation, could you tell me how can i check it?
Do you have any guideline which can explain step by step where and what to check?
Thanks a lot in advance for your answer.
According to an Atlassian Team member, the TLS cipher suite change only applies to the incoming mail handler. Incoming emails for our cloud site are delivered to inbound-smtp.us-east-1.amazonaws.com, yours may vary by region.
You can try to enumerate the ciphers supported by that SMTP endpoint with the Linux nmap command:
nmap -sV --script ssl-enum-ciphers -p 587 inbound-smtp.us-east-1.amazonaws.com
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.