KEYCLOAK-10837
KEYCLOAK-10837 Add possibility to disable certificate verification for outgoing https connections
This commit is contained in:
parent
10264146df
commit
06c7a0061a
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@ proxy-mappings::
|
|||
Denotes proxy configurations for outgoing HTTP requests.
|
||||
See the section on <<_proxymappings, Proxy Mappings for Outgoing HTTP Requests>> for more details.
|
||||
|
||||
disable-trust-manager::
|
||||
If an outgoing request requires HTTPS and this config option is set to `true` you do not have to specify a truststore.
|
||||
This setting should only be used during development and *never* in production as it will disable verification of SSL certificates.
|
||||
This is _OPTIONAL_.
|
||||
The default value is `false`.
|
||||
|
||||
[[_proxymappings]]
|
||||
==== Proxy Mappings for Outgoing HTTP Requests
|
||||
|
||||
|
|
Loading…
Reference in a new issue