Configure SSL Authentication for TCPS connections.
Hi,
I am trying to establish a TCPS connection for SSL.
The tnsping works, but when i do a sqlplus from the client it gives an error "ORA-28864: SSL connection closed gracefully"
tnsping SERVICE
TNS Ping Utility for Linux: Version 12.1.0.1.0 - Production on 11-JUL-2014 10:42:46
Copyright (c) 1997, 2013, Oracle. All rights reserved.
Used parameter files:
/u01/app/oracle/product/12.1.0.1/dbhome_1/network/admin/sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (LOAD_BALANCE = ON) (ADDRESS = (PROTOCOL = TCPS)(HOST = )(PORT = ))) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = SERVICE)))
OK (20 msec)
sqlplus ssltest@SERVICE
SQL*Plus: Release 12.1.0.1.0 Production on Fri Jul 11 10:43:10 2014