Login  Register

RE: Https Protocol Request

Posted by Harvey on Oct 11, 2018; 1:49pm
URL: https://support.nabble.com/Https-Protocol-Request-tp7600969p7601582.html

Here is what we are seeing as the issue. When I go to https://nyskiblog.com/forums/ I get back what looks like a working forum. However is you click any of the links in the Last Post column they fail due to a mixed content warning.  Specifically in the Chrome Inspector JavaScript console you get:

Mixed Content: The page at 'https://nyskiblog.com/forums/' was loaded over HTTPS, but requested an insecure resource 'http://forum.nyskiblog.com/Pico-Feb-March-Redemption-tp4123778p4130078.html'. This request has been blocked; the content must be served over HTTPS.

If I inspect and change the link

http://forum.nyskiblog.com/Pico-Feb-March-Redemption-tp4123778p4130078.html

to

https://forum.nyskiblog.com/Pico-Feb-March-Redemption-tp4123778p4130078.html

There is no warning and everything works as expected.

Can you force an https in front of the URLs instead of http? I think that will resolve all of our problems, but I can't verify without this change completed. However looking around I don't see any other broken links.
HTTPS Please!