-
Bug
-
Resolution: Support Request
-
Medium
-
None
-
6.1.7, 6.3.7
-
6.01
-
After following this description:
https://confluence.atlassian.com/display/JIRA/How+To+Disable+SSLv3+to+Mitigate+Against+POODLE+Exploit+for+JIRA?focusedCommentId=683541348&#comment-683541348
Jira doesnt work anymore.
Our default server.xml contains following:
scheme="https" secure="true" sslProtocol="TLS"
If i include:
scheme="https" secure="true" sslProtocol="TLSv1,TLSv1.1,TLSv1.2" sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2"
our server doesn't work after restart. After change to the default settings jira starts again.
We don't have any proxy infront of JIRA - just for internal use.
- is related to
-
JRASERVER-41685 Disable SSLv3 in the commented out TLS tomcat configuration
- Closed