Forum Moderators: open

Message Too Old, No Replies

SSL Information

secure and nonsecure message

         

zolat1

6:39 pm on Jun 21, 2004 (gmt 0)

10+ Year Member



I have recently started getting the message that the page contains secure and nonsecure items but I cant seem to find what those nonsecure items are. This is only on my main indexes, but I would still like to have it back to secure again. Any additional ideas would be appreciated.

digitalv

6:52 pm on Jun 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Usually you see this when your page contains images that are referenced from the unsecure version of your site, or a remote site. Sometimes web stats /counters can cause these if not properly configured to work with SSL.

Make sure you're getting your images by using src="/images/whatever.gif" instead of src="http://yoursite.com...etc."

zolat1

7:07 pm on Jun 21, 2004 (gmt 0)

10+ Year Member



I appreciate your fast response. The only thing that I have changed is I added flash buttons and they reference

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="93" height="33">

Could this cause the problem?

digitalv

7:27 pm on Jun 21, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yup. Since it's pointing to http:// instead of https:// - I don't know if Macromedia offers that page in an HTTPS version.

You should probably just remove that portion from that page anyway - I doubt anyone will be STARTING on your SSL page, so chances are by the time they get to your secure page they either already have that plugin or aren't going to install it.

zolat1

7:42 pm on Jun 21, 2004 (gmt 0)

10+ Year Member



Thank you so much for your time and fast responses. I didn't realize that was in there until you mentioned the http:// thing. I was in the process of removing them and it did clear it up, thanks again. I really appreciate it.