Ignore SSL Certificate or Change HTTPS to HTTP
-
I’m using this plugin on a Webserver behind a WAF Server.
By default, requests from WordPress to its own URL go the the WAF Server.
Unfortunately the WAF Server blocks requests coming from the webserver, so I changed the /etc/hosts file from the Webserver so requests go to localhost (the server calls itself directly without WAF).But because the Webserver itself does not handle SSL, but the WAF does, I get following Error:
error:1408F10B:SSL routines:ssl3_get_record:wrong version number [Error #35]
So my question is, can I somehow disable the SSL checking in the Broken Link checker Plugin?
Or as an alternative, can I somehow rewrite internal links from
https://
tohttps://
?Is there a filter I can use to change the requested URL?
- The topic ‘Ignore SSL Certificate or Change HTTPS to HTTP’ is closed to new replies.