Skip to content

Commit f2b763d

Browse files
added tls client protocols
added tls client protocols
1 parent a25c950 commit f2b763d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ jdk:
77
- openjdk6
88
before_install:
99
# for gh-311 (modify to use the TLSv1.2 on Java 7)
10-
- export _JAVA_OPTIONS=-Dhttps.protocols=TLSv1.2
11-
-Djdk.tls.client.protocols=TLSv1.1,TLSv1.2
10+
- export _JAVA_OPTIONS=-Djdk.tls.client.protocols==TLSv1.1,TLSv1.2

0 commit comments

Comments
 (0)