Le 10/08/2022 à 17:49, Suvendu Sekhar Mondal a écrit :
                 <IfModule proxy_module>



                                 SSLProxyEngine On

                                 SSLProxyVerify off

I 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: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to