the page contains both secure and non-secure

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

the page contains both secure and non-secure

Post by user___ »

Hi guys,
I have that warning:the page contains both secure and non-secure in IE. When I transform http to https I get an error with the certificate in IE. Any siggestions?

Thanks
Rovas
Forum Contributor
Posts: 272
Joined: Mon Aug 21, 2006 7:09 am
Location: Romania

Post by Rovas »

Can you give us the error mesagge that IE displays?
Bon Bon
Forum Commoner
Posts: 66
Joined: Sat Mar 13, 2004 10:21 pm
Location: UK

Post by Bon Bon »

Correct me if I am wrong but isn't this off-topic?

You are getting 2 separate errors, the first is probably related to incorrect path mapping. Rather than telling us the error it might be better to just provide a direct URL.
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Reply

Post by user___ »

Well, the first is well known why it is(Because the page contains http not https). The problem is that IE seven says wrong certificate. The problem is the wrong certificate and the address bar is in red.

ANy ideas?
Rovas
Forum Contributor
Posts: 272
Joined: Mon Aug 21, 2006 7:09 am
Location: Romania

Post by Rovas »

Try opening the page in Firefox. Usually it gives the reason why a certificate is refused.
If you find out what error is you can fix it yourself. The problem with certificates are few: they are out of date, some of their data doesn' t correspond. Which can be fixed by getting/making a new one or using it in a proper maner.
OFF TOPIC:
Bon Bon: may be he has this site on his local machine.
user__ try using https is more safer even if is a bit harder to implement (at least for me it is).
User avatar
louie35
Forum Contributor
Posts: 144
Joined: Fri Jan 26, 2007 8:40 am
Location: Dublin
Contact:

Post by louie35 »

Make sure all images paths are the same as your url http or https
Post Reply