Skip to content
Snippets Groups Projects
Unverified Commit 46491833 authored by Luis Paolini's avatar Luis Paolini Committed by GitHub
Browse files

Rename the jetty-insecure env var (#37791)

* Rename the env var

* env var rename
parent bbafcbb0
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
:trust-password (config/config-str :mb-jetty-ssl-truststore-password)
:client-auth (when (config/config-bool :mb-jetty-ssl-client-auth)
:need)
:sni-host-check? (when (config/config-str :mb-jetty-ssl-insecure)
:sni-host-check? (when (config/config-str :mb-jetty-skip-sni)
false)}))
(defn- jetty-config []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment