|
Home > Archive > IIS Server Security > April 2006 > SSL x site NOT in Port 80
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SSL x site NOT in Port 80
|
|
|
| Hello there,
How can I install an SSL service for a Web Site on port 81?
That is, I have two sites on my server, so same IP but port 80 and 81.
I want a subdir of site in 81 under https.
Everything works if the the site under https is on port 80 (as often happen)
but this time I have to install ssl service on a site on port 81.
tnx for help in advance
| |
| bagins 2006-02-17, 10:41 pm |
| How do you/clients access url on port 81?
--
*** bagins ***
"max" <maxgastaNOSPAM@yahoo.itTOGLITUTTELEMAIUSCOLE> wrote in message
news:dt4oc7$t43$1@nntp.aioe.org...
> Hello there,
>
> How can I install an SSL service for a Web Site on port 81?
>
> That is, I have two sites on my server, so same IP but port 80 and 81.
>
> I want a subdir of site in 81 under https.
>
> Everything works if the the site under https is on port 80 (as often
> happen)
> but this time I have to install ssl service on a site on port 81.
>
>
> tnx for help in advance
>
>
| |
|
|
| bagins 2006-02-17, 10:41 pm |
| First of all, check the name of your web page. It is default.html. Check on
"documents" tab of your subdir is default.html listed, as default document?
I think it is not by default. Also, check permissions and ssl settings on
subdir in iis mmc.
I have tried:
https://www.test.com:81/subdir/default.htm and it works fine.
10.0.0.20 GET /subdir/default.htm - 81 - 10.0.0.20
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
200 0 0
But, there is something weird here...
Here is my log after 3 different requests:
1. https://www.test.com on port 443
10.0.0.20 GET /Default.htm - 443 - 10.0.0.20
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
200 0 0
2. https://www.test.com:81
10.0.0.20 GET /Default.htm - 81 - 10.0.0.20
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
200 0 0
3. https://www.test.com without :81, but still configured on the IIS to
serve ssl on that port
You see the third log entry? No? It is ok, because there is no third entry
in the log file. I didn't fetch my web site.
Why? I have no idea.
--
*** bagins ***
"max" <maxgasta@gmail.com> wrote in message
news:1140191085.263453.28860@g14g2000cwa.googlegroups.com...
>
>
>
>
> https://www.mysite.com:81/sudirUnderSSL/default.html
>
> but this doesn't work!
| |
| bagins 2006-04-11, 9:53 am |
| ???
This is weird.
I have tested this. Here is my log after 3 different requests:
1. https://www.test.com on port 443
10.0.0.20 GET /Default.htm - 443 - 10.0.0.20
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
200 0 0
2. https://www.test.com:81
10.0.0.20 GET /Default.htm - 81 - 10.0.0.20
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322)
200 0 0
3. https://www.test.com without :81, but still configured on the IIS to
serve ssl on that port
You see the third log entry? No? It is ok, because there is no third entry
in the log
file.
Why? I have no idea.
--
*** bagins ***
"bagins" <dejan /at\ levaja /dot\ com> wrote in message
news:OjyCtQ9MGHA.3408@TK2MSFTNGP12.phx.gbl...
> How do you/clients access url on port 81?
>
> --
> *** bagins ***
>
>
>
>
>
> "max" <maxgastaNOSPAM@yahoo.itTOGLITUTTELEMAIUSCOLE> wrote in message
> news:dt4oc7$t43$1@nntp.aioe.org...
>
>
|
|
|
|
|