(context-factory {:slipway.connector.https/keys
[keystore keystore-type keystore-password client-auth
key-manager-password truststore truststore-password
truststore-type include-protocols security-provider
exclude-ciphers replace-exclude-ciphers? exclude-protocols
replace-exclude-protocols? ssl-context]})
(default-config {:slipway.connector.https/keys [port http-forwarded?
sni-required? sni-host-check?]
:or {sni-required? false sni-host-check? false}})
(proxied-connector server
http-factory
{:slipway.connector.https/keys [host port http-forwarded?]
:as opts})
(standard-connector server
http-factory
{:slipway.connector.https/keys [host port http-forwarded?]
:as opts})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close