site is www.jkhampers.com.au
ssl kicks in when you add a product to cart.
All weve done from magentos point of view, is under ssl, allow it on front end and admin.
Main Topics
Browse All Topicsive just installed an SSL cert for magento.
but when I enter the https://www.mydomain.com the following warning appears in both IE 8 and Firefox.
this webpage contains content that will not be delivered using a secure HTTPS connection, which could compromise the security of the entire page.
Ive installed many ssl on the same system so I know Ive done it correclty.
Any ideas.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
site is www.jkhampers.com.au
ssl kicks in when you add a product to cart.
All weve done from magentos point of view, is under ssl, allow it on front end and admin.
If I connect using https it gets reverted to http and when accessing a cart it doesn't switch to https.
Looking a a page: (all products I see:
---8<---
</script>
<script type="text/javascript" src="http://www.jkhampers.
<link rel="stylesheet" type="text/css" href="http://www.jkhampers
<link rel="stylesheet" type="text/css" href="http://www.jkhampers
<link rel="stylesheet" type="text/css" href="http://www.jkhampers
<link rel="stylesheet" type="text/css" href="http://www.jkhampers
---8<---
The bold entries are the cause of the messages that non SSL data is referenced on an SSL connected page.
Try to convert these (and all others to use the entries WITHOUT 'http://www.jkhampers.com.
---8<---
</script>
<scrip
<link rel="stylesheet" type="text/css" href="/skin/frontend/blank
<link rel="stylesheet" type="text/css" href="/skin/frontend/blank
<link rel="stylesheet" type="text/css" href="/skin/frontend/blank
<link rel="stylesheet" type="text/css" href="/skin/frontend/blank
---8<---
That would cause the stylesheet etc. to also get loaded using https://www.jkhampers.com.
Business Accounts
Answer for Membership
by: nociPosted on 2009-09-08 at 04:37:52ID: 25280737
is there ANY page where a link exists that start with http:// in stead of https://? (f.e. CSS data, Scripting) That would cause this message.
If it is a link to your own site (same hostname, protocol etc.) you don't even need the http[s]:// prefix.