473,398 Members | 2,335 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

How can I setup SSL on my LOCAL COMPUTER?

Hello,

I already have setup SSL on my production server via purchasing a
certificate and that seems to work fine as I can type in https:// and it
works fine.

However, I want AND need to be able to test my .ASPX webpages via SSL on my
local server.

What is the best way to this?

Thanks.

Nov 18 '05 #1
3 829
Set up your own CA, and issue yourself a certificate?

http://support.microsoft.com/?id=299525
HOWTO: Set Up SSL Using IIS 5.0 and Certificate Server 2.0

http://support.microsoft.com/?id=218445
How to Configure Certificate Server for Use with SSL on IIS (IIS v4.0 and
NT)

If you are using IIS 6.0, then you can use the tools in the Res Kit:
http://www.microsoft.com/downloads/d...DisplayLang=en

Cheers
Ken

"anon" <an**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
: Hello,
:
: I already have setup SSL on my production server via purchasing a
: certificate and that seems to work fine as I can type in https:// and it
: works fine.
:
: However, I want AND need to be able to test my .ASPX webpages via SSL on
my
: local server.
:
: What is the best way to this?
:
: Thanks.
:
:
:
Nov 18 '05 #2
Hi Anon,

Since using SSL means (put simply) that you are using HTTPS in place of HTTP, you can test your application by changing the protocol as you mentioned.

You can also require secure communication for a web page using IIS:
- Go to the IIS snap-in in Computer Management.
- Right-click the folder (or file) for which you want to require SSL and select Properties.
- Click the Directory Security tab.
- Click the Edit button in the Secure Communications group box.
- Select the "Require secure channel (SSL)" check box, and click OK.

Take care,

Eric
"anon" <an**@hotmail.com> wrote in message news:%2****************@TK2MSFTNGP11.phx.gbl...
Hello,

I already have setup SSL on my production server via purchasing a
certificate and that seems to work fine as I can type in https:// and it
works fine.

However, I want AND need to be able to test my .ASPX webpages via SSL on my
local server.

What is the best way to this?

Thanks.


Nov 18 '05 #3
thanks, got it.
"Ken Schaefer" <ke*******@THISadOpenStatic.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Set up your own CA, and issue yourself a certificate?

http://support.microsoft.com/?id=299525
HOWTO: Set Up SSL Using IIS 5.0 and Certificate Server 2.0

http://support.microsoft.com/?id=218445
How to Configure Certificate Server for Use with SSL on IIS (IIS v4.0 and
NT)

If you are using IIS 6.0, then you can use the tools in the Res Kit:
http://www.microsoft.com/downloads/d...DisplayLang=en
Cheers
Ken

"anon" <an**@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
: Hello,
:
: I already have setup SSL on my production server via purchasing a
: certificate and that seems to work fine as I can type in https:// and it
: works fine.
:
: However, I want AND need to be able to test my .ASPX webpages via SSL on
my
: local server.
:
: What is the best way to this?
:
: Thanks.
:
:
:

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Tore Ferner | last post by:
Hi, On linux: I'm a newbie and want to make build-versions of python 2.1.3 and it's modules which link against different versions of a library located in directories not mentioned in...
3
by: anon | last post by:
Hello, I already have setup SSL on my production server via purchasing a certificate and that seems to work fine as I can type in https:// and it works fine. However, I want AND need to be...
3
by: Daniel | last post by:
Is it possible to retain local file system read, write, delete access while impersonating for access to a remote drive in a different domain? I need to be able to move files from a local computer...
0
by: bruce | last post by:
ASP.NET app running for about a year with no problem and suddenly this week it's giving error message. The same as the one decribed by another user. Even stranger is that we only have this problem...
2
by: Sathyaish | last post by:
I've written an Add-in for MS Outlook and in Visual Studio .NET 2003, I also created a setup project to install the add-in. It all works well. When the user double-clicks on the .msi file to...
2
by: A.Carter | last post by:
I am developing a windows application with Visual Studio 2003 using C#. The application is complete so naturally I went to create a setup package. I added a setup project to the solution and I went...
2
by: asadikhan | last post by:
I had v1.0, v1.1 and v2.0 of .NET framework installed on my laptop and that was causing me a lot of grief. So I uninstalled v2.0 and pressed on with developing stuff in v1.0. Everything was great....
0
by: rh0dium | last post by:
Hi Folks, I use p4python for all of my perforce and python related needs. I'm on a Mac (OSX 10.4). p4python relies on a perforce provided API which gets compiled when I run the setup.py. The...
3
by: =?Utf-8?B?ZGF2aWQ=?= | last post by:
Last week I asked a question about connection to database from client machine (developer machine). I have changed the database security setup for "SQL Server and Windows" under (local)Windows NT...
1
by: maflatoun | last post by:
Hi all, I've been doing ASP.NET C# for 4 years now and that's around the same # of years I've been away from PHP. But now I'm looking at this PHP position that looks really interesting to me....
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.