Liking cljdoc? Tell your friends :D

javax.net.ssl.SSLPeerUnverifiedException

Indicates that the peer's identity has not been verified.

When the peer was not able to identify itself (for example; no certificate, the particular cipher suite being used does not support authentication, or no peer authentication was established during SSL handshaking) this exception is thrown.

Indicates that the peer's identity has not been verified.

When the peer was not able to
identify itself (for example; no certificate, the particular
cipher suite being used does not support authentication, or no
peer authentication was established during SSL handshaking) this
exception is thrown.
raw docstring

->ssl-peer-unverified-exceptionclj

(->ssl-peer-unverified-exception reason)

Constructor.

Constructs an exception reporting that the SSL peer's identity has not been verified.

reason - describes the problem. - java.lang.String

Constructor.

Constructs an exception reporting that the SSL peer's
 identity has not been verified.

reason - describes the problem. - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close