Using Tabstrip throw SSL

  • Thread starter Thread starter Dmitry Savchin
  • Start date Start date
D

Dmitry Savchin

When i try to page with tabstrip throw ssl , i recive Secure and NonSecure
items warning.

Please Help.....
 
The most likely cause of the warnings you are receiving is that you have
images on the page with source tags that aren't secure.

When you're on a ssl page all items delivered to the page (like an image)
need to have a secure path specified.

Change your source to virtual paths "/images/myimage.jpg" or specify the
full source as secure "https://www.mysite.com/images/myimage.jpg" to fix the
problem.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top