| Author |
Running CMS 2002 on 443 instead of port 80
|
|
| sue2004ster@gmail.com 2006-07-27, 1:20 am |
| I am running CMS 2002 with a Public site running on port 80 and a
Private side running on 443. Our security requirements now prevent us
from using port 80 and I need to have both the Public and Private CMS
sites running through 443.
I have changed the Virtual Directories to require SSL but the site is
still not pulling up when trying to access through https:.
Does anyone have any ideas on what the issue is?
| |
| William Cornwill 2006-07-27, 1:20 am |
| Hi Sue,
You could implement a HttpModule that checks if the current page is running
in a secure connection and if not redirects the user to the https:// site
url. This would be a modification of Stefan Goßner's CmsSslHttpModule
available on GotDotNet Samples
(http://www.gotdotnet.com/Community/...04-2f06c5a52a89).
Regards,
William Cornwill
"sue2004ster@gmail.com" wrote:
> I am running CMS 2002 with a Public site running on port 80 and a
> Private side running on 443. Our security requirements now prevent us
> from using port 80 and I need to have both the Public and Private CMS
> sites running through 443.
>
> I have changed the Virtual Directories to require SSL but the site is
> still not pulling up when trying to access through https:.
>
> Does anyone have any ideas on what the issue is?
>
>
| |
| Stefan [MSFT] 2006-07-27, 7:23 am |
| Hi Sue,
so you are now serving both sites through the same IIS website?
If not you will need two IP addresses as IIS host header mapping cannot be
used with SSL.
Please explain your config in more details.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
<sue2004ster@gmail.com> wrote in message
news:1153966914.155034.269950@h48g2000cwc.googlegroups.com...
>I am running CMS 2002 with a Public site running on port 80 and a
> Private side running on 443. Our security requirements now prevent us
> from using port 80 and I need to have both the Public and Private CMS
> sites running through 443.
>
> I have changed the Virtual Directories to require SSL but the site is
> still not pulling up when trying to access through https:.
>
> Does anyone have any ideas on what the issue is?
>
| |
| sue2004ster@gmail.com 2006-07-28, 1:20 pm |
| The current configuration of the site has a Public and a Private side
in different virtual directies Public on 80 and Private requiring SSL
through 443. I am using forms authentication for access to the Private
side. The CMS structure is identical on both Public and Private. I
need to have both be accessible only through port 443 due to recent
security directives. What is the best way to go about doing this?
Stefan [MSFT] wrote:[vbcol=seagreen]
> Hi Sue,
>
> so you are now serving both sites through the same IIS website?
> If not you will need two IP addresses as IIS host header mapping cannot be
> used with SSL.
> Please explain your config in more details.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> <sue2004ster@gmail.com> wrote in message
> news:1153966914.155034.269950@h48g2000cwc.googlegroups.com...
| |
| Stefan [MSFT] 2006-07-31, 7:22 am |
| Hi Sue,
if both are already running on the same website (which I assume as you just
mentioned different virtual directories and not different websites) you
should have everything you need.
Where is your problem with this setup? Both sites should already be working
correct on port 443.
Please explain in more details what kind of problems you experience.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
<sue2004ster@gmail.com> wrote in message
news:1154109019.314117.163560@75g2000cwc.googlegroups.com...
> The current configuration of the site has a Public and a Private side
> in different virtual directies Public on 80 and Private requiring SSL
> through 443. I am using forms authentication for access to the Private
> side. The CMS structure is identical on both Public and Private. I
> need to have both be accessible only through port 443 due to recent
> security directives. What is the best way to go about doing this?
>
> Stefan [MSFT] wrote:
>
|
|
|
|