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

Home -> Community -> Usenet -> c.d.o.server -> Listener with SSL and Oracle

Listener with SSL and Oracle

From: Lars H. Korte <larzy_at_freenet.de>
Date: Thu, 4 Dec 2003 03:15:31 +0100
Message-ID: <bqm5c2$8b8$00$1@news.t-online.com>


Hello,
I am struggeling with setting up Oracle with SSL on Linux

My listener.ora looks like this:
WALLET_LOCATION =
  (SOURCE =
(METHOD = FILE)
(METHOD_DATA =

      (DIRECTORY = /tmp/wallets)
    )
  )

LISTENER =
  (DESCRIPTION =
(ADDRESS = (PROTOCOL = TCPS)(HOST = metallica)(PORT = 2484))
  )

SSL_CLIENT_AUTHENTICATION = FALSE
SSL_CIPHER_SUITES = (SSL_RSA_WITH_NULL_MD5, SSL_RSA_WITH_NULL_SHA)
SSL_VERSION=3.0

When I start the listener ist throws an "ORA-28862: SSL connection failed". When I remove the ssl_cipher and ssl_version from the listener.ora I can start it, but my DB instance doesn't register with the listener Could someone pleeeeeeaaaaase help me?

regards
Lars Received on Wed Dec 03 2003 - 20:15:31 CST

Original text of this message

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