OIDCOutgoingProxy handling of insecure connection #1332
-
How does Context: I configure the module with a value in item Closely related, does the module log its use of an outgoing proxy? I turned up logging via Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
all outgoing requests are handled through libcurl (hence no explicit transport traces) which (typically) uses the system CA store for TLS server certificate validation; you can also use |
Beta Was this translation helpful? Give feedback.
-
Thank you @zandbelt for the quick reply! That helps. |
Beta Was this translation helpful? Give feedback.
all outgoing requests are handled through libcurl (hence no explicit transport traces) which (typically) uses the system CA store for TLS server certificate validation; you can also use
OIDCSSLValidateServer Off
orOIDCCABundlePath