Liking cljdoc? Tell your friends :D

magnet.pubsub.custom-ssl

Based on Java code from
http://web.archive.org/web/20190207161102/https://gist.github.com/jimrok/d25cb45b840f5a4ad700
and https://stackoverflow.com/a/18161536
raw docstring

custom-ssl-contextclj

(custom-ssl-context {:keys [tls-version ca-crt-file crt-file key-file
                            key-password]
                     :or {tls-version default-tls-version}
                     :as ssl-config})

Creata a custom SSLContext using the certificates and keys passed in. Use it when you need to use custom (e.g., self-signed) certificates for a SSL connection.

Creata a custom SSLContext using the certificates and keys passed in.
Use it when you need to use custom (e.g., self-signed) certificates
for a SSL connection.
sourceraw docstring

custom-ssl-engineclj

(custom-ssl-engine ssl-config)

Creata a custom SSLEngine using the certificates and keys passed in. Use it when you need to use custom (e.g., self-signed) certificates for a SSL connection.

Creata a custom SSLEngine using the certificates and keys passed in.
Use it when you need to use custom (e.g., self-signed) certificates
for a SSL connection.
sourceraw docstring

custom-ssl-socket-factoryclj

(custom-ssl-socket-factory ssl-config)

Creata a custom SSLSocketFactory using the certificates and keys passed in. Use it when you need to use custom (e.g., self-signed) certificates for a SSL connection.

Creata a custom SSLSocketFactory using the certificates and keys passed in.
Use it when you need to use custom (e.g., self-signed) certificates
for a SSL connection.
sourceraw docstring

default-tls-versionclj

source

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

× close