-
Bug
-
Resolution: Fixed
-
Low
-
3.3.3
Confluence has a built-in component for connecting to other remote systems via HTTP (the HttpRetrievalService). Internally, this is built on top of the Apache Commons HttpClient (http://hc.apache.org).
Some user-facing components of Confluence, such as the JIRA Issues Macro, depend on this service to connect to remote systems and retrieve data for display.
There is a bug/limitation in the current version of Confluence's HttpRetrievalService that makes it unable to communicate with remote servers configured to use HTTPS that only accept SSLv3 as the encryption algorithm.
- is related to
-
CONFSERVER-36731 The fix for CONF-24035 hard-codes SSLv3 and TLSv1 protocols and explicitly retries with SSLv3 which is not needed
-
- Closed
-
- mentioned in
-
Wiki Page Failed to load
-
Wiki Page Failed to load
-
Wiki Page Failed to load
-
Wiki Page Failed to load
- relates to
-
BUILDENG-7675 Loading...
Form Name |
---|
It should be noted that as of Release 8u31, the Oracle JRE disables SSLv3 by default - see http://www.oracle.com/technetwork/java/javase/8u31-relnotes-2389094.html
It appears that this can be re-enabled as described in the above link, on a server-by-server basis.