Login  Register

RE: Https Protocol Request

Posted by Harvey on Oct 09, 2018; 8:15pm
URL: https://support.nabble.com/Https-Protocol-Request-tp7600969p7601553.html

From my developer:

My Developer wrote
We need all link on the page to be secure including the Last Post links. They are currently coming through as

http://forum.nyskiblog.com/What-is-the-most-important-part-of-an-experience-tp4136221p4136353.html


Even when we are set up for https. We are able to get around that on some browsers by setting the following in nginx but it doesn’t work across the board.

add_header Content-Security-Policy upgrade-insecure-requests;
Does this make sense to you?
HTTPS Please!