wp-admin access unavailable due to ssl bug
-
Hello
Since I updated the really ssl plugin on my site, my site is not working
correctly in httpsI am unable to access the wp-admin control panel which always loads in https.
I have disabled the folder via FTP really-simple-ssl , even then it is not working.
can you please give me a rapid solution.I have already defined the parameters
define(‘FORCE_SSL_ADMIN’, false);
define(‘WP_CACHE’, false);
define(‘FORCE_SSL_LOGIN’, false);
define(‘WP_HOME’,’http://www.fluidyn.com’);
define(‘WP_SITEURL’,’http://www.fluidyn.com’);`in wp-config.php
Thanks for a quick solution
The page I need help with: [log in to see the link]
-
You want to revert your site back to http?
In that case, you can follow these instructions:
https://really-simple-ssl.com/uninstall-websitebackend-not-accessible/As you seem to have a redirect loop on the back-end, I would also recommend to check this article:
https://really-simple-ssl.com/redirect-loop-wordpress-admin-not-front-end/Hello
thank you for your message:In fact my problem is not the loading the site; The site is loading correctly with
http access.I am unable to load wp-admin dashboard panel in http.
When I load mydomain.com/wp-admin, it goes directly to https://mydomain.com/wp-admin
and I get the errorThis page isn’t workingwww.fluidyn.com redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTSI renamed the folder really_simple_ssl which resolved the issue of site loading in http.
I followed the procedure given on the first link and here is the resultForce deactivation of Really Simple SSL 1. Resetting options 2. Errors occured while deactivating: wpconfig not writable HTACCESS_NOT_WRITABLE Errors while removing the Really Simple SSL lines from your wp-config.php and .htaccess files, which you can normally find in your webroot. 3. Deactivating plugin 4. Completed with 2 error(s)
What can I do now ?
I also did not find the string rlrssslReallySimpleSSS in .htaccess or wp-config
I had already disable the plugin really_simple_ssl manually by renaming it.Inspite of this, unable to access wp-admin
In fact I disabled the SSL subscription hoping it may resolve the issue, but
then the site backend did not work. therefore I renewed the subscription.The SSL subscription is with OVH
When I activate the ssl plugin, the site loads in https, but the display is not correct.
Do you think if I load an older version of the plugin , it may work? As it appears that the plugin has corrupted my core files
Thanks
Hi @yasmin2022,
could you try if adding the a variable to your wp-config.php as described here resolves the issue: https://really-simple-ssl.com/redirect-loop-wordpress-admin-not-front-end/? That will usually fix a redirect loop on the backend.
Hello
I followed the link and added the variable $_SERVER[“HTTPS”] = “on”;
to wp-config.phpHowever, here is what I am getting now:
`Powered by WordPress
Username or Email AddressPassword
But I still cannot login to wp-admin dashboard.
In the previous link, https://really-simple-ssl.com/uninstall-websitebackend-not-accessible/
I followed the procedure to deactivate the ssl. Should I perhaps reactivate it and then try your latest solution ? How do I activate the ssl now ?
Thanks
In fact when I type my domaine name
https://www.fluidyn.com, the site now loads in https
However when I type
http://www.fluidyn.com/wp-admin
it redirects to the urland there is a login window, but not the usual wordpress windows which gives access to dashboard
and when I login, I get the message , “sorry you are not allowed to access this page”
Please also clear your browser cache, or try an anonymous window. Your site does not load over https, only your wp-admin does.
This suggests there still is a redirect to https active on your wp-admin. This can be another plugin, or a wp-config setting. But although your login page is not styled, you can still try to login.
The line
$_SERVER[“HTTPS”] = “on”Should be used when you have switched to SSL, not when you’re trying to revert to http. It will usually fix the redirect loop you had initially.
hello
Here is what I have in my wp-config :
/** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php'; define('FORCE_SSL_ADMIN', true); define('WP_CACHE', true); define('FORCE_SSL_LOGIN', true); define('WP_HOME','https://www.fluidyn.com'); define('WP_SITEURL','https://www.fluidyn.com'); $_SERVER["HTTPS"] = "on";
As I said the site is loading correctly in https, but I am still unable to get admin dashboard.
Thanks a lot for your help
Hi @yasmin2022,
your login page seems to be working, but without any styling because the styles are still loaded over http:// instead of https://. Could you try to clear cookies from your browser or try to log in via an anonymous window? That should allow you to log in. Once logged in, you can try to clear any caches the website uses to see if that resolves the issue.
Hello
Thank you for your reply.
I tried again from another system on microsoft edge
I deleted the complete navigation history and cookies.https://mydomaine.com/wp-admin gives the same login window without any styling.
However now I am redirected to https://mydomaine.com/wp-login.phpwith the message
setup two factor authenticator
but the options skip /continue are inactive
Do I need to change some parameter in wp-login.php?Thanks
We currently do not handle two factor authentication, so for support on that I recommend to contact the plugin you use for this feature, or rename that plug-in’s folder. They will know what the problem is.
Hello
I am sorry to say this, but I think you have been unable to get the gist of my problem.
I DO NOT WANT TO DO TWO STEP AUTHENTIFICATION.I just posted the message I am getting when I try to login to my dashboard.
I JUST WANT TO GET ACCESS TO MY WORDPRESS DASHBOARD
When I login to the url, https://mydomaine.com/wp-admin
the page is displayed without any styling or themes.I get the login and password fields. When I login I get the message still without styling:
However now I am redirected to https://mydomaine.com/wp-login.php with the message setup two factor authenticator but the options skip /continue are inactive
This issue started when wordpress updated the really simple ssl plugin. AFter many trial and errors, I was able to display the website correctly in https protocol.
But the dashboard is still not accessible.
Can you please help ?
Thanks
I understand, but Really Simple SSL has nothing to do with the two step authentication, so we can’t assist in bypassing it. If you disable the plugin that handles it, you should be able to bypass it.
Hello
I have disabled the really simple ssl plugin manually via FTP access.
I renamed the folder really_simple_ssl. I am able to load the website in http
but I am still unable to load the dashboardI am really desperate here.
Can you please help ? I have tried all the solutions that you have mentioned above
Did you also disable the plugin that adds the two factor authentication? That plugin seems to be the main issue if I understand you correctly.
- The topic ‘wp-admin access unavailable due to ssl bug’ is closed to new replies.