Skip to main content
9 events
when toggle format what by license comment
Sep 12, 2021 at 15:14 comment added nirmalsingh This helped me to setup my HTTP to HTTPS mapping reverse proxy. Please refer my detailed note in answers below as comments has a character limit to it.
Feb 9, 2021 at 23:05 comment added copeland3300 I just ran into an AH01097 error on Apache 2.4.29, so some what similar to the original issue. I added all of the above to my /etc/apache2/apache2.conf file, and worked my way through them to see which made a difference. In my case, SSLProxyCheckPeerExpire off was what allowed the handshake to finally succeed.
Dec 7, 2017 at 16:23 review Suggested edits
Dec 7, 2017 at 20:17
May 25, 2016 at 21:18 comment added JRichardsz Thanks mydoghasworms. Your directives works in Server version: Apache/2.4.6 .If someone needs to know the version of httpd , use this : httpd -V
Jul 16, 2015 at 17:14 comment added mydoghasworms Well, it doesn't turn off the protection inasmuch encryption is concerned. The traffic is still encrypted. This just disables the checking of the cert to make sure it is by a trusted authority. So if you trust the server, you should not have a problem. But yes, for local traffic I think you are fine too.
Jul 16, 2015 at 14:57 comment added bgStack15 So this turns off the protection, but as long as the traffic is local (i.e., 127.0.0.1:8443) it should be less of a problem, right?
S Oct 28, 2014 at 20:22 history suggested CommunityBot CC BY-SA 3.0
added an additional mod_ssl directive to bypass certificate expiration checks
Oct 28, 2014 at 20:02 review Suggested edits
S Oct 28, 2014 at 20:22
Feb 27, 2014 at 13:14 history answered mydoghasworms CC BY-SA 3.0