Skip to content

Commit

Permalink
Update FingerprintManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-royl committed Mar 22, 2022
1 parent d060aa4 commit 4bfb904
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ public void checkClientTrusted(java.security.cert.X509Certificate[] certs, Strin
}

@Override
//sgignore next_line
public void checkServerTrusted(java.security.cert.X509Certificate[] certs, String authType) throws CertificateException
{
}
Expand Down Expand Up @@ -573,7 +574,7 @@ public PasswordAuthentication getPasswordAuthentication()
else {
connection = (HttpsURLConnection) url.openConnection();
}

//sgignore next_line
connection.setHostnameVerifier(new HostnameVerifier()
{
@Override
Expand Down

0 comments on commit 4bfb904

Please sign in to comment.