Page 1 of 1

adding security to registration

PostPosted: Fri Jan 12, 2018 3:15 pm
by gracefuli
Hi Folks- our server just upgraded us to https. now when the customer registration/sign in block pop ups it changes to UNSECURE in the google chrome bar. I found the customer registration pop up link- but how do i edit this so it references the secure pages?

any other known https issues?

thanks
grace

Re: adding security to registration

PostPosted: Thu Jan 18, 2018 4:52 pm
by cyoung
If you have non-secure items (images) on your pages, the browser won't show the lock unless all items are secure. These non-secure images are on pretty much all pages:
example:

http://216.92.220.67/ss_images/en-US/logo/facebook.png
http://216.92.220.67/ss_images/en-US/logo/pinterest.png

And some other pages may have additional non-secure images, for example this page:

https://shoponline.pfot.com/writingclassroom.htm

Also has this non-secure image:

http://www.pfot.com/images_catalog/aquapages.jpg

Generally, these non-secure images are going to come from settings/text areas where the link has been hard-coded in using the full http:// URL for the image. You will need to locate and fix these hard-coded URLs to use the correct https:// URL (including the correct domain, the IP addresses above won't work), and then regenerate the store pages. (Utilities> Publish> Regenerate>)

Re: adding security to registration

PostPosted: Tue Feb 13, 2018 12:43 pm
by gracefuli
done thanks