There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Web Design & Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
setup a secure windows 2003 webserver


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
AKA Arizona's Avatar
Computer Specs
Distinguished Member with 2,911 posts.
 
Join Date: Jul 2003
Location: Mississippi South of Mason Dixion
Experience: Computer & Web Design Engineer
01-May-2006, 03:10 PM #1
setup a secure windows 2003 webserver
I hope I am explaining this correctly, I have a customer that has content on his website that he wants secure so only people that signup for his subscription can access, I will be using paypal to handle the subscription part of the deal but how do I setup my server {Windows server 2003} to run https web pages and only allow the folks with a subscription access.
__________________
Deputy Däve C.A.R.NREMT
Certified Accident Reconstructionist
Nationaly Registered EMT

If I helped you please support TSG, just click here Affero Link............................

I've done so much with so little for so long, I can do almost anything with nothing at all............ Deputy Dave

Before you can have an average, you must first have an Extreme, I am working on the Extreme.............Deputy Dave
Rockn's Avatar
Computer Specs
Distinguished Member with 17,888 posts.
 
Join Date: Jul 2001
Location: Mexico of the North, MN
Experience: Disenfranchised American Male
01-May-2006, 03:16 PM #2
Look up paypal merchant services on their site. You would more than likely have to write some custom script to validate member access. You could do it all manually through paypal and activate their accounts on the site once their payments clear. You can create SSL certificates on your server or you can buy them and apply them manually. Paypal is already secure so there is really no reason to have a certificate on your site unless you just want to use it on your login page.
__________________
**Disclaimer** Anything below this line ^ is part of my signature for those that may be confused

Sadly, there are no integers on this scale, so your gangly adolescent attempt to be clever has proved futile....Dieter

I have the right "NOT" to be tolerant of others because they are different, weird, or tick me off.....Parody of Andy Rooney

There are no stupid questions, but there are a LOT of inquisitive idiots.
AKA Arizona's Avatar
Computer Specs
Distinguished Member with 2,911 posts.
 
Join Date: Jul 2003
Location: Mississippi South of Mason Dixion
Experience: Computer & Web Design Engineer
01-May-2006, 03:30 PM #3
They have a perl script for an apache server but im running winders, any idea on that?
Rockn's Avatar
Computer Specs
Distinguished Member with 17,888 posts.
 
Join Date: Jul 2001
Location: Mexico of the North, MN
Experience: Disenfranchised American Male
01-May-2006, 03:55 PM #4
Who has a perl script? If they are on Apache I haven't a clue setting up SSL on it.
AKA Arizona's Avatar
Computer Specs
Distinguished Member with 2,911 posts.
 
Join Date: Jul 2003
Location: Mississippi South of Mason Dixion
Experience: Computer & Web Design Engineer
01-May-2006, 03:57 PM #5
On the PayPal website its part of the merchant tools
Squashman's Avatar
Distinguished Member with 12,604 posts.
 
Join Date: Apr 2003
Location: 1265 Lombardi Ave
01-May-2006, 09:01 PM #6
You would just need to load Active Perl State on your Winders box.
http://www.activestate.com/Products/ActivePerl/
AKA Arizona's Avatar
Computer Specs
Distinguished Member with 2,911 posts.
 
Join Date: Jul 2003
Location: Mississippi South of Mason Dixion
Experience: Computer & Web Design Engineer
02-May-2006, 08:06 AM #7
OK so after installing the Active Perl I will be able to run perl scripts?
AKA Arizona's Avatar
Computer Specs
Distinguished Member with 2,911 posts.
 
Join Date: Jul 2003
Location: Mississippi South of Mason Dixion
Experience: Computer & Web Design Engineer
02-May-2006, 08:11 AM #8
I am not sure if this is a new thread but its in the same line, How do I set it up so when I enter say http://www.pcso.com/secure it will open a website with the https://www.pcso.com/secure/secure.aspx
Rockn's Avatar
Computer Specs
Distinguished Member with 17,888 posts.
 
Join Date: Jul 2001
Location: Mexico of the North, MN
Experience: Disenfranchised American Male
02-May-2006, 10:50 AM #9
Here is a tutorail for adding server certificates to Windows 2003 server:
http://www.isaserver.org/img/upl/vpn...terpriseca.htm

YOu can make any directory on your site use SSL in the IIS settings.
AKA Arizona's Avatar
Computer Specs
Distinguished Member with 2,911 posts.
 
Join Date: Jul 2003
Location: Mississippi South of Mason Dixion
Experience: Computer & Web Design Engineer
02-May-2006, 09:40 PM #10
OK and that will do as I discribed above correct
AKA Arizona's Avatar
Computer Specs
Distinguished Member with 2,911 posts.
 
Join Date: Jul 2003
Location: Mississippi South of Mason Dixion
Experience: Computer & Web Design Engineer
02-May-2006, 09:44 PM #11
Maybe I am trying to do the wrong thing here. How is a person prevented from viewing a page without a password?(actually I think I figured that one out but if someone could explain it so I can make sure I did it correctly. Then how would there user/password be entered on my server? that would be the perl script correct?
__________________
Deputy Däve C.A.R.NREMT
Certified Accident Reconstructionist
Nationaly Registered EMT

If I helped you please support TSG, just click here Affero Link............................

I've done so much with so little for so long, I can do almost anything with nothing at all............ Deputy Dave

Before you can have an average, you must first have an Extreme, I am working on the Extreme.............Deputy Dave
Sequal7's Avatar
Computer Specs
Distinguished Member with 2,369 posts.
 
Join Date: Apr 2001
Location: Around the corner!
Experience: Including today?
03-May-2006, 01:50 AM #12
You can use .htaccess files to create the https: redirect;
http://www.whoopis.com/howtos/apache-rewrite.html
then if you needed multiple user logins variables create a user login area in asp, php or whatever then protect the critical pages with authoring script (part of your signup or login session) or if you want to manually add registered users, you can use a simple .htpasswd to verify user(s);
http://www.sysbotz.com/articles/webprotect.htm
__________________
Good Luck on your fix

My real hobby..JoyCo
My real Job..(Second Hobby) IAFF Local 1865
Like the sites? My hobby is the one that created them!
AKA Arizona's Avatar
Computer Specs
Distinguished Member with 2,911 posts.
 
Join Date: Jul 2003
Location: Mississippi South of Mason Dixion
Experience: Computer & Web Design Engineer
04-May-2006, 07:32 AM #13
Does .htaccess work with winders 2003 server?
Rockn's Avatar
Computer Specs
Distinguished Member with 17,888 posts.
 
Join Date: Jul 2001
Location: Mexico of the North, MN
Experience: Disenfranchised American Male
04-May-2006, 09:48 AM #14
No it doesn't. From your second description it seems you do not need SSL. If you want to secure certain parts of your site set up a login section and have a session variable set for the pages you want secured, if the session variable does not match or they try and acces a page that requires one they will be given an error or thrown back to the login page. You would have to write this yourself. You could also use Windows authentication, but you would have to create a Windows user account for each person.
__________________
**Disclaimer** Anything below this line ^ is part of my signature for those that may be confused

Sadly, there are no integers on this scale, so your gangly adolescent attempt to be clever has proved futile....Dieter

I have the right "NOT" to be tolerant of others because they are different, weird, or tick me off.....Parody of Andy Rooney

There are no stupid questions, but there are a LOT of inquisitive idiots.
Squashman's Avatar
Distinguished Member with 12,604 posts.
 
Join Date: Apr 2003
Location: 1265 Lombardi Ave
04-May-2006, 10:41 AM #15
IISpassword.
This way you don't have to setup NTLM authentication in IIS.
http://www.troxo.com/products/iispassword/
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 05:49 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.