TCPS protocol - SSL protocol -
04-22-2004
, 08:30 AM
Hy everybody,
I've just attended an Oracle Univiersity course regarding Oracle
Security.
My teacher told me that there is no nedd for Oracle Advanced Security
Option to be installed in order to succesfully use tcp/ip with SSL
connection (TCPS)
One of my custumer was ver happy with that.
After some days I'm not so sure my teacher was right.
I'm not absolutely able to run tcps connection without oracle wallet
(I'm not supposed to use it).
I configured the client tnsnames in this way:
PROVATCPS.DUMMY.IT =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCPS)(HOST = 192.168.222.98)(PORT =
2484))
)
(CONNECT_DATA =
(SID = ORCL)
)
)
and the listener is listening on the port 2484 using tcps protocol
When I try to connect the listener.log on the server side trace a
TNS-005400 : SSL protocol adapter failure.
I'm wondering if the Oracle Advanced security is mandatory for this
kind of communication.
Any suggestion will be appreciated. |