FTPS Uploads – wp-content cannot be found
I found the solution! I had to add a new tls option at the proftpd configuration and delete all files. Now i have uploaded the files once again and it works now. 🙂
I found the solution! I had to add a new tls option at the proftpd configuration and delete all files. Now i have uploaded the files once again and it works now. 🙂
My WordPress site SSL is in red crossed color and can’t load at first time?
Parsing of the requested URL happens in the file wp-includes/class-wp.php. The magic happens starting at line 148 in the parse_request function. For path info style permalinks, $_SERVER[‘PATH_INFO’] is used, for pretty permalinks, $_SERVER[‘REQUEST_URI’] is used.
The UCC SSL Certificate is used to secure multiple domains like www.example.com, www. example.net, www.example.co.uk etc. and if you want to secure your subdomains like shop.example.com, distributors.example.com and careers.example.com then you should try Unified Communication Wildcard Certificate instead of UCC SSL Certificate because it protects both multi-domains as well as subdomains.
I believe generally, a website is either secure (SSL), or it’s not. If you needed to activate SSL for a portion of your website, you should keep it all as https://. There is no drawback to doing so. If anything, it will give people more confidence in your website. Those 2 links you have mentioned … Read more
Users which have logged-in via https should always be served content via https otherwise there is no point in having the login form use https at all. With http anyone can intercept the cookie and use it to get to the users’s account without even knowing the user and password. The question here is probably … Read more
This part of code was introduced as whole block, together with a bunch of other stuff, quite a few years ago. See changeset 8069 in trac. While there is no clear mention in PHP docs, apparently in specific configurations the value might be a full URL with protocol. See for example $_SERVER[‘REQUEST_URI’] returns full URL … Read more
WordPress logs out on protocol switch
I got the same problem, site wasn’t loading with Chrome after the update (I guess Firefox/Safari handles this somehow differently), because of those https asset links. Are you using WooCommerce by any chance? After updating that I got my site running again, here is a part of their changelog: Fix – Fixed Google Chrome forcing … Read more
The source of this problem was a mu-plugin that our vendor left in, but should have been removed. Anyway, the lesson here is to always check your plugins.