Can’t login to WordPress without hitting the Remember Me checkbox. Potential SSL implementation bi-product
Can’t login to WordPress without hitting the Remember Me checkbox. Potential SSL implementation bi-product
Can’t login to WordPress without hitting the Remember Me checkbox. Potential SSL implementation bi-product
Try opening in an incognito tab then fix your ssl issue by installing a valid certificate.
Htaccess file isn’t redirecting http sub-pages to https––they display 404 error instead, tried many solutions and none work
I tried posting this in comments but it kept stripping some of it so I figured using this I can be sure my response formats correctly….. Mixed-content errors can be a PITA to run down…try viewing the source for any page that gives that warning and search for instances of http: – often it’s in … Read more
WordPress site shows “File not found.” if opened through https
You’ve put the directives in the wrong place, the canoncial redirects need to go before the # BEGIN WordPress section (the front-controller), otherwise, they are not going to be processed for anything other than physical files and directories. (The “homepage” maps to a physical directory, so is redirected). For some reason you have also repeated … Read more
wp-cli command throws error : “SSL routines:tls_process_server_certificate:certificate verify failed” while querying https website
Try the WP HTTPS plugin, it has a Shared SSL option. Also see discussion here.
I would recommend using Peters Login Redirect to redirect users after login I have used it before and works well. You could redirect users to the secure area by adding the below to your .htaccess file : Redirect 301 blog1.example.com/wp-admin/dashboard.php secure.example.com/wp-admin
I did this recently for a client. A lot of it will depend on your host, though. Most hosts are set up to only listen for traffic on port 80. SSL requires that Apache listen on port 443. You’re seeing the default server page likely because Apache isn’t set up to forward traffic for those … Read more