PDA

View Full Version : ssl site seal problem


Pixamus
08-15-2006, 08:42 AM
Hi,

I have ssl installed on my site. On thepage which is secured,I have a validated seal shown from my ssl certificate provider when the page initially loads. Everything works initially. There is a calendar control on the page that gets used to select various dates etc. The problem is that when a date gets selected, the seal dissapears. I take it that when the page is reloaded once a date is selected on the calendar control, it is not executing the <script> tag which i need to show the validated seal. Does anyone know how to correct this?

This is the code which I placed in a Panel server control to show the valided seal:

<script src = "https://siteseal.thawte.com/cgi/server/thawte_seal_generator.exe"></script>

cheers,
Pixhttp://community.discountasp.net/emoticons/idea.gif

bruce
08-15-2006, 09:38 AM
I am guessing that your page loads a javascript page insecurely. Check the page source to make sure you do not have any reference to a page using HTTP.



Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

joelnet
08-15-2006, 10:34 AM
do you have url example to look at?


Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET

joelnet
08-18-2006, 03:59 AM
That is an odd problem. Seems like it's only a problem with IE, Firefox didnt seem to have the problem.

I checked out your page and I don't see any problems that would create this. There may be some sort of incompatibility with their javascript and IE. Have you contacted them to see if there are any known issues with the code?


Joel Thoms
DiscountASP.NET
http://www.DiscountASP.NET

Pixamus
08-18-2006, 10:00 AM
Hi,

Bruce - I tried that by removing any external link from the page and it still came up with the same problem. There is a page which gets loaded via javascript from the secure page,however the link is referenced correctly.

Joel -If you go to www.seaside-escape.com (http://www.seaside-escape.com) and click on the "Book Now" button on the left it will take you to the secure booking page. The seal loads fine initially. When you change the values on the calendar control, the seal dissapears.

Cheers,
Pix

bruce
08-18-2006, 10:47 AM
i can't replicate the problem any more, is this problem fixed?


Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

Pixamus
08-19-2006, 06:39 AM
Hi,

Bruce - yes, i'm still getting the problem.

Joel - I never checked it in different browsers. I've contacted Thawte to see if they have encountered this problem before.

Hopefully this can get sorted soon. Have you encountered this problem before? I'm still using visual studio 2003 so would upgrading to 2005/web developer 2005 help?

Pix

jyjohnson
09-15-2006, 03:09 AM
Looks like the Auto Postpack setting (on the To, From, and Calendar controls) AND/OR"SmartNavigation"are messing up the image. Try turning of SmartNav...

Pixamus
09-18-2006, 08:16 AM
jyjohnson........... It worked!!!!!!!! After a couple weeks talking to my SSL supplier who's suggesions didn't help at all,all it took was a simple little thing like that!

Thanks a million!!!http://community.discountasp.net/emoticons/lol.gif