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