|
|
|
|
|
| | |
|
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
ASP over SSL |
From: |
Toby Beaumont |
Date: |
3/9/1999 12:10:04 PM |
IP: |
194.205.25.138 |
I'm running NT 4 with IIS4
When I connect to the server on port 80, I can run all my ASP scripts fine. However, when I
connect
to the server on port 443 (or https://), no ASP scripts can be called.
For example:
<form method="post" action="/scripts/somescript.asp">
On port 80, pressing the SUBMIT button on this form would work. When connecting to the same
form
on port 443, the browser sits there waiting for a response from the server and eventually times
out.
I know it isn't the code in the ASP files themselves causing the problem, because the same
occurs even
if a script contained something as basic as 'respone.write("hello")'
Basically, does anyone know what changes need to be made in order to run ASP scripts over
SSL?
Thanks for your help. |
Follow Up - Re: ASP over SSL - Chad Brooks 3/10/1999 1:23:04 PM
|
|
|
|
|
|
|
|
|
|
|
|