PHP projects on SSL

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kiran

    PHP projects on SSL

    Hi,
    I hosted a PHP project on my web server ( IIS ). But it is not
    working perfectly. Then I crated a sample php page and trying to acces
    through public url , still I am getting same problem.

    Problem:
    -------


    The above link is simple php page which display a table contain
    numbers. The page loads When you open the above link in browser, but
    when you notice the status bar of the browser that the page is still
    being loaded( the browser is trying to read still some more data )
    but actually the page is loaded completely.And, after 2 or 3 min you
    will get an error message ( page) that
    " The page cannot be displayed ".
    This is the problem I am getting for only php applications.
    so please give a suggestion or solution for the above problem..? or Is
    there any problem with SSL..?

    In the same web server I have a ASP.NET web application , but
    does't not have the above problem.

    Thanks & Regards
    kiran kumar
  • R. Rajesh Jeba Anbiah

    #2
    Re: PHP projects on SSL

    kiran wrote:
    [color=blue]
    > Problem:
    > -------
    > https://61.95.204.44:8887/phptest/table.php
    >
    > The above link is simple php page which display a table contain
    > numbers. The page loads When you open the above link in browser,[/color]
    but[color=blue]
    > when you notice the status bar of the browser that the page is still
    > being loaded( the browser is trying to read still some more data )
    > but actually the page is loaded completely.And, after 2 or 3 min you
    > will get an error message ( page) that
    > " The page cannot be displayed ".
    > This is the problem I am getting for only php applications.
    > so please give a suggestion or solution for the above problem..? or[/color]
    Is[color=blue]
    > there any problem with SSL..?[/color]

    IIRC, there is some browser bug. Browser will send request only to
    port 443 if it is over https. But, I'm not sure really. Google for
    solid answer.

    --
    <?php echo 'Just another PHP saint'; ?>
    Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

    Comment

    Working...