HTTPS - this page includes other resources which are not secure

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
2/13/2010 6:15:10 AM
Len
Gravatar
Total Posts 36
"It isn’t enough to think outside the box.Thinking is passive. Get used to acting outside the box."

HTTPS - this page includes other resources which are not secure

Hi,

 

I have an issue I cant seem to sort out with https pages, I am getting a positive that the certificate is verified but all pages are getting the connection as not secure. The web.config file is set to true.

 

I have removed all API keys even recaptcha and still get this error.

 

If anyone could tell me where else to look your help would be appreciated

 

Thanks

2/13/2010 6:26:54 AM
Gravatar
Total Posts 18439

Re: HTTPS - this page includes other resources which are not secure

If the page is using https you will get this error if anywhere in the page is an image or javascript on the page with src='http://someurl'.

To fix it you must view the source of the page and find the offending items and figure out where they come from so you can fix them. You fix them by using either a relative url like src='/someurl', or by using src='https://someurl'

This applies to any element that has src attribute like iframes also.

Hope it helps,

Joe

2/13/2010 6:59:09 AM
Len
Gravatar
Total Posts 36
"It isn’t enough to think outside the box.Thinking is passive. Get used to acting outside the box."

Re: HTTPS - this page includes other resources which are not secure

Hi Joe

 

Thanks for the quick response Joe.

I have checked the scr= on quite a few pages all look correct but still getting the same warning.

If I remover the https on all pages in admin, this warning goes away but comes back on login and my account etc pages so this does not make sense to me

Thanks

Len

2/13/2010 7:03:14 AM
Gravatar
Total Posts 18439

Re: HTTPS - this page includes other resources which are not secure

It is most likely something in your skin in layout.master. If you change to one of the included skins I think you will not get this error. I'm using https on this site and I get no errors on admin or login or my account pages.

Hope it helps,

Joe

2/13/2010 7:20:28 AM
Len
Gravatar
Total Posts 36
"It isn’t enough to think outside the box.Thinking is passive. Get used to acting outside the box."

Re: HTTPS - this page includes other resources which are not secure

I am using a standard skin at the moment and have tried a few others as well still getting this warning, have tried reloading the web.config file set as false for https all warning goes away then reset it back to true still getting the same stituation

 

Thanks

Len

2/13/2010 8:41:44 AM
Len
Gravatar
Total Posts 36
"It isn’t enough to think outside the box.Thinking is passive. Get used to acting outside the box."

Re: HTTPS - this page includes other resources which are not secure

Hi Joe,

Just tested two other browsers firefox & IE and see no warnings looks like only getting this situation in chrome any idea why?

 

Thanks

Len 

2/13/2010 8:48:32 AM
Gravatar
Total Posts 18439

Re: HTTPS - this page includes other resources which are not secure

Is your site at a public url where I can see your login page?

2/13/2010 8:57:43 AM
Len
Gravatar
Total Posts 36
"It isn’t enough to think outside the box.Thinking is passive. Get used to acting outside the box."

Re: HTTPS - this page includes other resources which are not secure

yes!

www.docuworx.co.za

Thanks

Len

2/13/2010 9:05:05 AM
Gravatar
Total Posts 18439

Re: HTTPS - this page includes other resources which are not secure

I see no errors on your site using any browser, Chrome, IE or Firefox, so I suspect it is something about your client machine or maybe a browser extension or plugin or something.

Best,

Joe

2/13/2010 9:06:28 AM
Len
Gravatar
Total Posts 36
"It isn’t enough to think outside the box.Thinking is passive. Get used to acting outside the box."

Re: HTTPS - this page includes other resources which are not secure

Hi,

 

Thanks Joe will look at that!

Len

2/13/2010 9:12:02 AM
Len
Gravatar
Total Posts 36
"It isn’t enough to think outside the box.Thinking is passive. Get used to acting outside the box."

Re: HTTPS - this page includes other resources which are not secure

Hi Joe

 

Reset my pc and all look fine now sorry for the run around

 

Thanks

Len

2/13/2010 9:25:19 AM
Gravatar
Total Posts 18439

Re: HTTPS - this page includes other resources which are not secure

Glad to hear it is sorted out.

Many thanks for the beer! Much appreciated.

Cheers,

Joe

5/3/2012 2:51:46 PM
Gravatar
Total Posts 27
https://ict.ken.be
Hybrid coding since
the dawn of time.

Re: HTTPS - this page includes other resources which are not secure

It seems that chrome keeps the 'red' https status as long as you stay on the same site. (once you hit it because of an insecure page)

Or restarting helped also for me.

You must sign in to post in the forums. This thread is closed to new posts.