Exforsys

Online Training

Implementing SSL

This is a discussion on Implementing SSL within the ASP forums, part of the Programming Talk category; Hi How can I implement SSL (128 bit) for my website? Thanks Pradeep...


Go Back   Exforsys > Programming Talk > ASP

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-13-2004, 05:40 PM
Junior Member
 
Join Date: Jan 2005
Posts: 15
pradeep
Implementing SSL

Hi

How can I implement SSL (128 bit) for my website?

Thanks
Pradeep
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-13-2004, 06:23 PM
Member
 
Join Date: Apr 2004
Posts: 37
NareshShroff
Re:Implementing SSL

Pradeep,
You need to get Digital Certificate from a vendor like Verisign etc. and then install it on your webserver.

Have Fun,
Naresh Shroff
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-13-2004, 06:26 PM
Member
 
Join Date: Apr 2004
Posts: 37
NareshShroff
Re:Implementing SSL

if u want to write code then checkout www.php.net
php supports SSL. It has some methods.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-13-2004, 07:22 PM
Junior Member
 
Join Date: Jan 2005
Posts: 15
pradeep
Re:Implementing SSL

Hi Naresh

Thanks for the help.

But I would like to develop it using ASP. Do you have any info abt it?

Thanks
Pradeep
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-13-2004, 07:43 PM
sanereddy
Guest
 
Posts: n/a
Re:Implementing SSL

Pradeep,

Using Certificate Server 2.0 to Generate a Server Certificate for Use with IIS. Certificate Server 2.0 can be used to generate server certificates (as well as other types) for use with Internet Information Services (IIS) 5.0. The procedures described in this article assume that you have Certificate Server 2.0 installed as a Root Certificate authority (this is not a requirement for this to work; however, it adds more complexity to the steps you must follow). You must also have IIS 5.0 running on this computer (this does not need to be the computer that you are enabling SSL/TLS on).

Here is step by step article on this.

http://support.microsoft.com/default...;en-us;Q228984

For your asp code - no changes or only minor changes. Change any reference to http to https in the script. It is not recommend to SSL for each pages in your web sites. Hence only certain areas. E.g. registration, authenication, payment and etc - those REALLY need to be secure.


here is another third part component you can try.

http://www.hotscripts.com/Detailed/8346.html
hope this helps.

sanereddy

Post edited by: sanereddy, at: 2004/07/13 18:44
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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 On
Refbacks are On



All times are GMT -4. The time now is 04:06 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.