SSL x site NOT in Port 80

SSL x site NOT in Port 80

am 17.02.2006 15:56:48 von Max

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

Re: SSL x site NOT in Port 80

am 17.02.2006 16:06:31 von bagins

How do you/clients access url on port 81?

--
*** bagins ***





"max" 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
>
>

Re: SSL x site NOT in Port 80

am 17.02.2006 16:44:45 von Max

> How do you/clients access url on port 81?
>


https://www.mysite.com:81/sudirUnderSSL/default.html

but this doesn't work!

Re: SSL x site NOT in Port 80

am 17.02.2006 18:03:42 von bagins

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" wrote in message
news:1140191085.263453.28860@g14g2000cwa.googlegroups.com...
>
>
>> How do you/clients access url on port 81?
>>
>
>
> https://www.mysite.com:81/sudirUnderSSL/default.html
>
> but this doesn't work!

Re: SSL x site NOT in Port 80

am 07.04.2006 23:37:55 von bagins

???
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" wrote in message
news:OjyCtQ9MGHA.3408@TK2MSFTNGP12.phx.gbl...
> How do you/clients access url on port 81?
>
> --
> *** bagins ***
>
>
>
>
>
> "max" 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
>>
>>
>
>