ssl site seal problem

Discussion in 'ASP.NET / ASP.NET Core' started by Pixamus, Aug 15, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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,
    Pix[​IMG]
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    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
     
  3. 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
     
  4. 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 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
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    i can't replicate the problem any more, is this problem fixed?


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  6. 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
     
  7. 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...
     
  8. 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!!![​IMG]
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page