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

Method verify

client/src/main/java/Lucian.java:162–165  ·  view source on GitHub ↗
(String hostname, SSLSession session)

Source from the content-addressed store, hash-verified

160 HttpsURLConnection httpsURLConnection = (HttpsURLConnection) OSSObjectURL.openConnection();
161 httpsURLConnection.setHostnameVerifier(new HostnameVerifier() {
162 @Override
163 public boolean verify(String hostname, SSLSession session) {
164 return true;
165 }
166 });
167 connection = httpsURLConnection;
168 } else {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected