SSL

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

Hi,

I like to use a https connection for test purposes. Is
there a way to try such a connection with my asp.ent applic
without the tedious certification process by a third party
etc.?

Thanks
Rob
 
If you download and compile OpenSSL, you can do this. I do this on a Linux,
box , havent compiled it on windows using cygwin. Might give it a try.
I think you if you have a certificate server on a win2k server you can do
this. Not sure.

Rahul Singh

anant systems, inc.
http://www.anantsystems.net
 
Rob,

Depending on the type of connection, server, and the client browser you
should just be able to go to any page specifying https:// and you'll get a
secure connection. The browser will pop up a warning saying there is no
valid certificate, but for testing purposes that should be ok.

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 
Back
Top