Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Generic Web app SSL

Reply
Thread Tools

Generic Web app SSL

 
 
Harry Simpson
Guest
Posts: n/a
 
      02-09-2004
Company A has a web app product. They sell it to 10 other companies and
wish several of the pages to be secure. Once the product is placed on these
client's servers, how can the certificate be attached to the software
instead of to the client's servers. I realize that the client server will
at least have to have SSL turned on but is there a way for Company A to have
one certificate and basically sell the "use" of the cert with the public key
and have the private key embedded in the software itself?

TIA
Harry


 
Reply With Quote
 
 
 
 
Ken Schaefer
Guest
Posts: n/a
 
      02-11-2004
As I understand your request, the answer is:

Um no.

A Server Certificate needs to have the name of the server embedded in it.
Otherwise the user gets an error saying that the SSL certificate's name does
not match the name of the server they are connecting to. (one of the
purposes of an SSL cert is to certify that you are actually connected to
www.amazon.com not some impersonator who's managed to poison the DNS to
redirect requests to their rogue site).

Cheers
Ken

"Harry Simpson" <> wrote in message
news:%...
: Company A has a web app product. They sell it to 10 other companies and
: wish several of the pages to be secure. Once the product is placed on
these
: client's servers, how can the certificate be attached to the software
: instead of to the client's servers. I realize that the client server will
: at least have to have SSL turned on but is there a way for Company A to
have
: one certificate and basically sell the "use" of the cert with the public
key
: and have the private key embedded in the software itself?
:
: TIA
: Harry
:
:


 
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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
not just generic type programming,but also parallism generic syntaxprogramming?? minlearn C++ 2 03-13-2009 05:17 PM
generic interfaces with generic methods Murat Tasan Java 1 02-03-2009 12:17 PM
Generic class in a non generic class nramnath@gmail.com Java 2 07-04-2006 07:24 AM
convert java web app 2 .NET web app =?Utf-8?B?bml6YW0=?= ASP .Net 0 02-28-2006 04:46 AM
convert java web app 2 .NET web app =?Utf-8?B?bml6YW0=?= ASP .Net 0 02-28-2006 04:45 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57