Le 10/08/2022 à 17:49, Suvendu Sekhar Mondal a écrit :
<IfModule proxy_module>SSLProxyEngine On SSLProxyVerify offI don't see "off" in Apache doc. none/optional/require/optional_no_ca are allowed. If you don't want certificate verification, you can set it to "none". May I know what you are trying to do here? https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslproxyverify
From source code, off = none (and on = require) CJ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
