Author |
Topic  |
|
gplough
Starting Member
USA
14 Posts |
Posted - May 04 2016 : 12:03:07
|
at https://shop.swrionline.org
all of the images are coming up as "mixed content" in the chrome inspection tool and thus the site is not receiving a secure connection.
I hard coded some css and js links which fixed the problem there but I don''t really think that was the correct thing to do.
Anyone have this issue? |
|
danielrichardson
VP-CART Super User
 
Australia
276 Posts |
|
serjtankian
VP-CART Super User
 
Armenia
378 Posts |
Posted - May 07 2016 : 23:52:03
|
if images file is from your server, you need to avoid using http referrer to image file. better to use folder name instead of full url.
for example, images under httpdocs/myimagesfolder, then in html you have to call it as ''myimagesfolder/imagesfiles.jpg''
*serj* |
 |
|
squirrel
VP-CART New User

USA
73 Posts |
Posted - May 30 2016 : 21:26:11
|
Agree with @serjtankian.
You should not reference any images or attachments (pdf) with http or https. As a matter of fact, https referencing will throw an error when your site''s ssl has been expired. Therefore, it is best to use just the folder name instead of full url.
Thank you.
Best Regards, Daniel
Be Happy Always  |
 |
|
ryo_best
VP-CART New User

90 Posts |
Posted - June 10 2016 : 11:03:39
|
Hi,
Just checking at your site,I think https://shop.swrionline.org still have mixed http and https links, found about 5 links still using http://www.swrionline.org, better change that link to https to show paddlock icon on your website. |
 |
|
|
Topic  |
|