Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Commit 77c918b

Browse files
Removed disableSslVerification() method
1 parent a28a0fd commit 77c918b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/tagmycode/sdk/Client.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ public class Client {
2626
public Client(TagMyCodeApi tagmycodeApi, String key, String secret, IOauthWallet wallet) {
2727
this.tagmycodeApi = tagmycodeApi;
2828
this.wallet = wallet;
29-
if (tagmycodeApi.isSsl()) {
30-
new Ssl().disableSslVerification();
31-
}
3229

3330
this.service = (TagMyCodeServiceImpl) new ServiceBuilder()
3431
.provider(tagmycodeApi)

0 commit comments

Comments
 (0)