Skip to content

Commit

Permalink
remove setting system property "https.protocols"
Browse files Browse the repository at this point in the history
  • Loading branch information
jtjeferreira committed Dec 14, 2016
1 parent c54e885 commit 3654336
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/io/iron/ironmq/Client.java
Expand Up @@ -53,10 +53,6 @@ public class Client {
private Map<String, Object> options;
private String env;

static {
System.setProperty("https.protocols", "TLSv1");
}

/**
* This constructor is equivalent to {@link #Client(String, String, Cloud, Integer) Client(null, null, null, null)}.
*/
Expand Down

0 comments on commit 3654336

Please sign in to comment.