Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle SSL Authentication

Re: Oracle SSL Authentication

From: Rick Wessman <Rick.WessmanNO_SPAM_at_oracle.com>
Date: Mon, 17 Jun 2002 16:27:19 -0400
Message-ID: <e9hsgu43r3en0o9ub6sq4namq73dbmabc9@4ax.com>


On 14 Jun 2002 17:51:28 -0700, os.tony_at_bridgeagency.com (Tony) wrote:

>I have a webserver (Netscape Enterprise) with which I want to add a
>shopping cart using SSL. Can I authenticate users using an Oracle db
>securely? Does the db connection have to be SSL as well?
>
>Thanks,
>Tony

I'm not sure if I understand the problem. I see two possibilities: 1. Do you want to authenticate the user via SSL and then use that identity to connect to the database?
In that case, the answer is "no." An OCI interface exists for doing that, but Netscape doesn't use it (at least as far as I know).

2. Do you want to authenticate the user via SSL and connect to the database using a separate user ID and password? Yes. SSL is not required, although I would suggest using some sort of encryption.

                                                                Rick
Received on Mon Jun 17 2002 - 15:27:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US