public static final class SslUtils.InsecureHostnameVerifier extends Object implements HostnameVerifier
HostnameVerifier that accepts all host names.
This class disables certificate checks for encrypted connections. You should not use this feature in a productive system.
| Constructor and Description |
|---|
InsecureHostnameVerifier() |
public boolean verify(String hostname, SSLSession session)
verify in interface HostnameVerifierCopyright © 2018 OpenEstate. All rights reserved.