Github user aledsage commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/83#discussion_r15467985
--- Diff: utils/common/src/main/java/brooklyn/util/net/Networking.java ---
@@ -386,4 +386,23 @@ public static boolean isReachable(HostAndPort
endpoint) {
// TODO go through nic's, looking for public, private, etc, on
localhost
+ /**
+ * intsall TLSv1, fixing:
+ *
http://stackoverflow.com/questions/9828414/receiving-sslhandshakeexception-handshake-failure-despite-my-client-ignoring-al
+ */
+ public static void installTlsForHttps() {
+ System.setProperty("https.protocols", "TLSv1");
--- End diff --
Are there any other implications for this? If we point it at a different
`https://` url where that server uses a protocol other than `TSLv1`, will it
now fail?
@grkvlt any comments?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---