Community Support Forums — WordPress® ( Users Helping Users ) — 2011-11-15T17:17:40-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=15851 2011-11-15T17:17:40-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15851&p=53113#p53113 <![CDATA[Re: wikipedia links are killing ssl]]>
One of the things I've learned in this process is the importance of restarting Chrome after making a change. If you don't do that, it gives you misleading feedback.

Statistics: Posted by raygulick — November 15th, 2011, 5:17 pm


]]>
2011-11-15T16:22:48-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15851&p=53101#p53101 <![CDATA[Re: wikipedia links are killing ssl]]> Thanks for the heads up on this thread.

The only URLs that need to be served over SSL, are those which lead to "resources" used by the browser on a particular page of your site. Resources are defined as anything that the browser may load up in the context of a particular page on your site.

For example, if you have a JavaScript file, an image, a video, an icon, or another embedded resource that contributes to the display or functionality of a particular page, that MUST be served over SSL to prevent the infamous Secure/Insecure warning in some browsers.

However, "links" are NOT resources. Links lead visitors to another destination entirely, and are NOT classified as a "resource" for a particular page on your site. Therefore, they don't need to be converted over to an SSL protocol. For example, you might have a page that is served over SSL, with a link to a Wikipedia article. That link does NOT need to use the https:// protocol.

Related article: http://blogs.msdn.com/b/ieinternals/arc ... n-ie8.aspx

Statistics: Posted by Jason Caldwell — November 15th, 2011, 4:22 pm


]]>
2011-11-09T13:33:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15851&p=52666#p52666 <![CDATA[Re: wikipedia links are killing ssl]]> Statistics: Posted by raygulick — November 9th, 2011, 1:33 pm


]]>
2011-11-09T13:24:53-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15851&p=52665#p52665 <![CDATA[wikipedia links are killing ssl]]> Your connection to [domain] is encrypted with 256-bit encryption. However, this page includes other resources which are not secure. These resources can be viewed by others while in transit, and can be modified by an attacker to change the behavior of the page.

One example:
Code:
<span>Card Verification Code ( 3-4 digits ) * <a href="http://en.wikipedia.org/wiki/Card_security_code" target="_blank" tabindex="-1" rel="external nofollow">need help?</a></span>


I've fixed all non-secure issues except these hard-coded links in s2member, and I'm reluctant to edit them directly, as I know that's a solution that will only last until the next update.

Could you please make an update that fixes this problem? Or is there a fix to this issue that I just can't find?

Statistics: Posted by raygulick — November 9th, 2011, 1:24 pm


]]>