“The Proxy server couldn’t handle the request.
Reason: Error during SSL Handshake with remote server
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.”
It could have been possibly caused by the Really Simple SSL plugin that I use.
I am unable to access my WPAdmin page that shows the same error.
Let me know what could I possibly do in this situation?
]]>“testing htaccess rules…
test page url, enter in browser to check manually:
htaccess rules test failed with error: cURL error 51: SSL: no alternative certificate subject name matches target host name ‘tigerlab.com’
checking if .htaccess can or should be edited…
.htaccess does not contain default Really Simple SSL redirect
retrieving redirect rules
converting siteurl and homeurl to https
Mixed content fixer could not be detected: cURL error”
Do you know what’s the solution for this? Your help is very much appreciated!
]]>I currently use the “Really Simple SSL plugin” for HTTP-HTTPS redirection on a WP website using Highend theme. I would like to 301 redirect about 10 pages using the “Redirection plugin” rather than .htaccess and was wondering if there are any known conflicts with using both plugins at the same time (Really Simple SSL Plugin and Redirection Plugin).
Thanks for any help!
]]>RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
I thought I had the sites all working correctly with SSL with the green padlock, even in Firefox which was the pickiest of all the browsers I tested, but then yesterday I looked at 2 of my sites and the pages where I had inserted images previous to adding SSL the sites were not showing as secure.
I then installed your Really Simple SSL plugin, activated it and then before clicking your “Go ahead, activate SSL!” button, I checked to see if I was getting the green padlock now and I am.
My question is: Since I already made the changes to my htaccess file and the General Settings in WordPress, should I and/or do I need to activate SSL with your plugin?
Thanks!
]]>