Keywords: WordPress Multisite - AWS - Technical issue - Secure Connections (SSL/HTTPS)
Description:
Hi,
Platform: AWS Lightsail
Application: Wordpress Multisite 5.6
- I added a new site (3rd site)
- Used bncert-tool to add the domain of 3rd site in the same SSL
After running bncert-tool, address of my main in Network Admin --> Sites --> All Sites, changed from https ://example.com to http ://example.com
Due to this, my main site(when accessed using https) started giving below error in browser console.
Mixed Content: The page at 'https://example.com/' was loaded over HTTPS, but requested an insecure script 'http://example.com/wp-content/uploads/data.js?_=1608876347445'. This request has been blocked; the content must be served over HTTPS.
I was able to fix this issue by updating the main site address in table wp_options inside wordpress database
Is this behavior of bncert-tool normal? Or Am I doing something wrong?
Thanks