Forums / Basic Configuration / SSL secure and non-secure items

SSL secure and non-secure items

Results 1 to 20 of 83
23 May 2006, 18:22
#1
angel17846 avatar

angel17846

New Zenner

Join Date:
Dec 2005
Posts:
57
Plugin Contributions:
0

SSL secure and non-secure items

I cannot track down my references to non-secure images or links on this site.

http://www.metrofantasies.com/index.php

When I go to login or checkout, I get the ugly "secure and non-secure items" alert.

All images seem to be pointing to relative positions. Does anyone see what I'm missing?

Thanks,
Angel
23 May 2006, 18:40
#2
angel17846 avatar

angel17846

New Zenner

Join Date:
Dec 2005
Posts:
57
Plugin Contributions:
0

Re: SSL secure and non-secure items

Oh, I should also mention that I have a symbolic link for the http:// and https://, so everything is in one folder on the server.

Also, the warning does not come up when I access the admin.

Angel
24 May 2006, 06:34
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: SSL secure and non-secure items

I'm not seeing the alert...
19 Aug 2007, 01:00
#4
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: SSL secure and non-secure items

I am getting the same problem at checkout...

Can someone look at

www.nothingbutcostumes.com

Take a look at any product and click checkout.
19 Aug 2007, 01:56
#5
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: SSL secure and non-secure items

Milo-

Your problems are caused by a domain name mismatch - your site is running with the WWW and the Certificate is missing those ...
19 Aug 2007, 02:18
#6
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: SSL secure and non-secure items

Can you try it again now.. I am getting the same problem in IE but not firefox.

I switched the config to say https://nothing... Instead of www
19 Aug 2007, 02:22
#7
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,564
Plugin Contributions:
0

Re: SSL secure and non-secure items

k- still getting the "unknown authority etc" - possibly server misconfiguration ...
19 Aug 2007, 02:25
#8
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: SSL secure and non-secure items

Would that be something I did trying to generate the crt?
Or something my host did?
21 Aug 2007, 07:24
#9
access avatar

access

New Zenner

Join Date:
Aug 2005
Posts:
80
Plugin Contributions:
0

Re: SSL secure and non-secure items

Hello I am getting the same message;

"This page contains both secure and nonsecure items.

Do you want to display the nonsecure items?"

And only appears in Internet Explorer.

The site is http://www.jewelstore.com.au

Could someone explain to me exactly what causes this message? Is it mismatched domain or from hard linked images?
21 Aug 2007, 08:52
#10
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: SSL secure and non-secure items

Access:

Hello I am getting the same message;

"This page contains both secure and nonsecure items.

Do you want to display the nonsecure items?"

And only appears in Internet Explorer.

The site is http://www.jewelstore.com.au

Could someone explain to me exactly what causes this message? Is it mismatched domain or from hard linked images?


"where" are you getting that message ? I don't see it on your login page.

It's typically caused by having hardcoded http: links to images instead of relative links or https: links.
This also often happens by installing tracking code to a site by blindly copy-and-pasting what's supplied by a tracking company. The links need to be converted to work in secure mode.
22 Aug 2007, 04:56
#11
access avatar

access

New Zenner

Join Date:
Aug 2005
Posts:
80
Plugin Contributions:
0

Re: SSL secure and non-secure items

DrByte:

"where" are you getting that message ? I don't see it on your login page.

It's typically caused by having hardcoded http: links to images instead of relative links or https: links.
This also often happens by installing tracking code to a site by blindly copy-and-pasting what's supplied by a tracking company. The links need to be converted to work in secure mode.


https://www.jewelstore.com.au/index.php?main_page=index

Hello thats an example of a page that does it, some poor development has gone onto this project from multiple parties so I imagine their may be many hard links. Will pool through it.
22 Aug 2007, 05:29
#12
chuck avatar

chuck

Totally Zenned

Join Date:
Jul 2005
Posts:
255
Plugin Contributions:
0

Re: SSL secure and non-secure items

drByte is right that there must be a hard-coded link somewhere.

but it's not in your php or javascript files ... it's in your stylesheet's footer code
in your stylesheet.css i see:
.footer_c1 { width:567px; background:#FFFFFF url(http://www.diamondexchange.com.au/starlight/img/footer.png) left bottom;}
.footer_c2 { width:0px;}
.footer_c3 { width:207px; background:#FFFFFF url(http://www.diamondexchange.com.au/starlight/img/footer.png) right bottom;}
those direct links will most likely be what's causing your problem
24 Aug 2007, 21:52
#13
bekahruth avatar

bekahruth

Zen Follower

Join Date:
Feb 2007
Posts:
101
Plugin Contributions:
0

Re: SSL secure and non-secure items

DrByte:

"where" are you getting that message ? I don't see it on your login page.

It's typically caused by having hardcoded http: links to images instead of relative links or https: links.
This also often happens by installing tracking code to a site by blindly copy-and-pasting what's supplied by a tracking company. The links need to be converted to work in secure mode.


How do you convert the links?
25 Aug 2007, 05:13
#14
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: SSL secure and non-secure items

BekahRuth:

How do you convert the links?


You could start by changing them to https: instead of http:
04 Sep 2007, 04:22
#15
access avatar

access

New Zenner

Join Date:
Aug 2005
Posts:
80
Plugin Contributions:
0

Re: SSL secure and non-secure items

chuck:

drByte is right that there must be a hard-coded link somewhere.

but it's not in your php or javascript files ... it's in your stylesheet's footer code
in your stylesheet.css i see:
.footer_c1 { width:567px; background:#FFFFFF url(http://www.diamondexchange.com.au/starlight/img/footer.png) left bottom;}
.footer_c2 { width:0px;}
.footer_c3 { width:207px; background:#FFFFFF url(http://www.diamondexchange.com.au/starlight/img/footer.png) right bottom;}
those direct links will most likely be what's causing your problem




Wow thankyou so much! Your a gentlemen.
06 Sep 2007, 07:15
#16
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Posts:
782
Plugin Contributions:
0

Re: SSL secure and non-secure items

Hi,

I am having similar warning with secure and nonsecure items during checkout. How do I find out what is causing it?
06 Sep 2007, 15:50
#17
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: SSL secure and non-secure items

Go to your checkout page where you get those warnings.
Go to your browser menu ... likely under Edit or View, and choose View Source.
Copy the source to your clipboard, and paste it here for review.
07 Sep 2007, 00:42
#18
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Posts:
782
Plugin Contributions:
0

Re: SSL secure and non-secure items

Hi DrByte,

Thanks for your response. I realized that during checkout there are links to myspace and google translate (which I would like to keep). Could this be what is causing the problem? If it is, is it possible to disable those links during checkout? What do you suggest?

Thank you.
07 Sep 2007, 04:15
#19
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: SSL secure and non-secure items

dealbyethan.com:

I realized that during checkout there are links to myspace and google translate (which I would like to keep). Could this be what is causing the problem? If it is, is it possible to disable those links during checkout? What do you suggest?


That is most likely your problem. Yes, of course, disable them during checkout !
07 Sep 2007, 04:57
#20
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Posts:
782
Plugin Contributions:
0

Re: SSL secure and non-secure items

Hi DrByte,

How do I disable those links during checkout? I know which file these links are located. But I don't know how to make sure they are displayed when someone is just browsing and turned off when they checkout? Thank you.