MCPcopy Create free account
hub / github.com/Ramos-dev/OSSTunnel / verify

Method verify

client/src/main/java/SennaLoader.java:60–63  ·  view source on GitHub ↗
(String hostname, SSLSession session)

Source from the content-addressed store, hash-verified

58 httpsConn.setHostnameVerifier(new HostnameVerifier() {
59
60 @Override
61 public boolean verify(String hostname, SSLSession session) {
62 return true;
63 }
64 });
65 conn = httpsConn;
66 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected