Hello
Chrome still shows this error in Incognito mode even after forcing HTTPS:
you are seeing this warning because this site does not support https
Any ideas?
Regards
]]>The plugin Dashboard widget displays: “The site is NOT publicly available. It’s on a localhost.” We’re on WP Engine. How to change that to fix the warning as we’re not running local.
]]>Hi, I am trying to upgrade apache2 form version 2.4.46 to the latest 2.4.58 to fix some vulnerabilities (see link for details https://httpd.apache.org/security/vulnerabilities_24.html).
I have run an apache2 upgrade on my word press test server however it seems to stop WP Force SSL from working. I login to the Admin portal after update click on WP Force SSL under Settings and get the following error.
“An undocumented error has occurred. Please refresh the page and try again.”
This is my first time ever dealing with Word Press so please excuse my lack of knowledge.
I have a checkpoint of my word press server so I can easily go back from before I run the update of Apache2.
Any help at all on how to fix this would be great thanks.
I don’t understand why the SSLs created by the plugin don’t include www as well as non www. It seems to be causing some big issues. If someone types in the https://www.divinebodybyemma.com it redirects as well as there is no https but if it’s auto added by say facebook it comes up with a warning that it’s not secure or that hsts is enabled and it can’t. I turned it off still same error and I opened in private window to avoid caching throwing a false page.
BTW the www wasn’t redirecting at all until I added code to Htaccess.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.divinebodybyemma.com [NC]
RewriteRule ^(.*)$ https://divinebodybyemma.com/$1 [L,R=301]
I had to replace the rule that was in there originally because it wasn’t working at all.
SimpleSSL was a pain but at least their SSLs have the www included.
I paid for the WP Force SSL Pro version ($59 lifetime) in August to resolve expired SSL issues. It did work for a period of time but my site is again showing an expired SSL and does not seem to recognize my paid subscripton. How do I resolve this, I can show proof of payment.
]]>Hello,
I am facing a pretty strange error with this plugin (with no clear reproduction pattern) in my WP Multisite project. I am using the “Pro version” but I don’t think it change anything regarding the issue itself.
I am facing the following fatal error :
Call to undefined function get_home_path()
I’ve found this similar issue: https://www.ads-software.com/support/topic/fatal-error-uncaught-error-using-with-litespeed/, however, I am not in the same context. I am not using LiteSpeed or anything similar.
I’ve wrote the following small patch that seem to fix the issue. I am however not sure if it as other side effects.
# Call to undefined function get_home_path()
--- wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php
+++ wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php
@@ -693,7 +693,7 @@
return false;
}
- if (!is_writable(get_home_path() . '.htaccess')) {
+ if (!is_writable(ABSPATH . '.htaccess')) {
return array('status' => 'warning');
}
]]>
by default its working as expected so thanks for that
the problem i have is the save settings doesnt seem to be working for me
i have been trying to save the settings by enabling Enable HSTS but having problems
]]>Options for Permissions Policy are:
ALLOWED SELF NONE
Can you explain what setting these policies actually do?
Does NONE turn them off for the website?
]]>Having so much trouble upgrading to pro
have key: 4BC387D8-92EE7514-D0C028F7
can’t get it to work????
]]>Thanks for the plugin. I have a wordpress website hosted on go daddy. After installing the plugin, when I go to the setup page, it shows me a fatal error. go daddy is using PHP 7.4
Can you help me?
Hi Support team,
I had a problem regarding “WordPress URLs’ are NOT properly redirected from HTTP to HTTPS” While testing the redirect the following error occurred: Could not resolve host.
After checked the license is still valid.
Is there any solutions can fix this issue?
Best Regards
Fatal error: Uncaught Error: Call to undefined function curl_init() in (path)/wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php
Error new as of WP 6.11 or plugin v.1.65.
]]>SSL is already installed on my website and I can access it with HTTPS.
My WordPress settings are:
WordPress Address (URL): https://www.mydomain.com
Site Address (URL): https://www.mydomain.com
But when I open https://mydomain.com or https://www.mydomain.com, I am not automatically redirected to the SSL and WWW versions of my website.
I don’t want to modify the htacess file or install any plugin.
Why is WordPress’s automatic redirect not working? Can someone please help?
]]>Hi,
I donwloaded and activated the WP force plugin, but it says ‘WordPress URLs’ are NOT properly redirected from HTTP to HTTPS’. Any idea why? Because my SSL certificate is valid.
]]>I have a SSL certificate through namecheap where I got my domain.
I have been having errors connecting it to my site, it was working for a bit but just stopped and I don’t remember what I did last year to get it to work.
WP Force SSL just tells me my cert is invalid, and wont let me reconnect it. (I have a 5 year certification).
Any advice is greatly appreciated.
]]>I tried to create a certificate for
https://nftshummingbird.com/
I added the plugin “WP Force SSL” to my WordPress site.
When I hit the button: “Test Sites SSL’s Certificate” I get a message:
“Error: An undocumented error has occurred. Please refresh the page and try again”
Hello,
I downloaded the certificate from the WP Force setting page and in it are 5 files:
Importing those to my host, Media Temple I am asked to paste into three fields.
(I open these with text app.copy and paste)
After doing this the alert on the page says “The Key is invalid.”
please help, thanks
]]>This plugin doesn’t seem to work unless I disable WP Optimize caching entirely (which negatively affects page performance). I tested multiple times in Incognito and am certain of this. Is there an alternative solution? Does WP Optimize need certain settings to work well with this plugin?
Thank you, would love to get this solved.
]]>Hello,
I’m having a lot of trouble with redirecting http to https.
My certificate is valid and website works in https, but whenever I type in http address the website gives me a 404.
Playing around with htaccess did nothing so I resotred the default file and installed WP Force SSL.
It throws up this message:
“failed
WordPress URLs’ are NOT properly redirected from HTTP to HTTPS
While testing the redirect the following error occurred: The requested URL returned error: 404 Not Found”
This is my default htaccess:
# BEGIN WordPress
# The directives (lines) between "BEGIN WordPress" and "END WordPress" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Tried redirect via RewriteEngine from resources I found online but it didn’t work.
edit: while writing this I tried adding these to my default htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</IfModule>
This seemed to make it work sometimes, for example in Chrome with cleaned cache.
But it still doesn’t work on mobile or on Edge.
edit2: this plugin is recommended by my hosting service to enable SSL in WordPress and I feel like you guys are my only hope.
edit3: I’m using Let’s Encrypt Wildcard SSL certificate.
I would appreciate any help, thank you.
]]>Hi!
I have a completed website, and I installed this force ssl plugin. Then it asked me to change my default website url from http to https, and after save i have outlogged. And I can’t log in.
WTF?! ?? PLEASE HELP ME,I CAN’T REACH ADMIN PAGE. Because it’s always redirects me to https url.
I deleted the force ssl directory from the server via filezilla. It helped before when the site went to error. But now… not.
Thanks!
Peter
I’ve seen your plugin has support for only six of the ten security headers recommended by GeekFlare [https://gf.dev/secure-headers-test] do you have plans to include all the headers required and by when?
]]>Hello,
I’ve noticed that while using LiteSpeed plugin together with PHP 8.0 the plugin crushes completely and fails with this error below:
Fatal error: Uncaught Error: Call to undefined function get_home_path()
in / wp-content/plugins/wp-force-ssl/inc/wp-force-ssl-status-tests.php on line 688
I have been using LiteSpeed since memorial without a challenge, my first attempt to try WP Force SSL & HTTPS SSL plugin has resulted in this, I hope there is a fix in the offing as this plugin looks to be very promising.
Kind Regards,
]]>Does this work well with MultiSites?
If so, are there any special instructions for install?
The plugin says my SSL failed because it is expired, yet the SSL certificate doesn’t expire until February 2022
]]>Dear developers, for some strange reason the http access to our website is not forced/redirected to https, which is annoying due to the fact people still see [not safe] when they access our website. Can you assist or advise?
Best regards, Tim.
]]>I have the plugin installed and all the relevant options switched on. Even checked to make sure the wordpress settings page has site address set to https.
But still https://garciniacambogia.ae/ doesn’t redirect to https://garciniacambogia.ae/
]]>SSL certificate is valid. When I am enabling any plugin for https redirection fatal error is showing ”
Fatal error: Unknown: Failed opening required ‘/home/virtuals/adwokat-redel.pl/index.php’ (include_path=’.:/usr/local/php74-fpm/lib/php’) in Unknown on line 0″
Hello,
I’m receiving the error:
Test Failed: Valid SSL certificate was NOT found.
Checked the SSL and looks like it is valid and not expired.
WordPress Address (URL) and Site Address (URL) are typed exactly the same as the linked page provided with the https:// in front.
Any idea why I might be getting this error?
The page I need help with: https://gethealthin.ml/
]]>Hello,
I’m receiving the error:
Test Failed: Valid SSL certificate was NOT found.
Checked the SSL and looks like it is valid and not expired.
WordPress Address (URL) and Site Address (URL) are typed exactly the same as the linked page provided with the https:// in front.
Any idea why I might be getting this error?
]]>Hello,
I’m receiving the error:
Test Failed: Valid SSL certificate was NOT found.
Checked the SLL and looks like it is valid and not expired.
WordPress Address (URL) and Site Address (URL) are typed exactly the same as the linked page provided with the https:// in front.
Any idea why I might be getting this error?
]]>