connection from client to server via ssl
I'm having trouble getting a remote db connection from the client to the server.
I have the certificate imported on the server. I've enabled SSL on both sides. the tnsnames.ora on the client side is belos. is the ssl_server_cert_dn set right? the examples all have cn first. Does the order of the parameters matter?
Also, notice that CN= is in there twice. That's the way the certificate came back. Could that be a problem?
thanks,
Rae
STRATGAT= (DESCRIPTION = (ADDRESS_LIST= (ADDRESS = (PROTOCOL = TCPS)(HOST = xxx.xxx.xx.xx)(PORT = 2484)) ) (CONNECT_DATA = (SERVICE_NAME=dbsid) ) (SECURITY= (SSL_SERVER_CERT_DN="C=US,O=Organization,OU=User,OU=User2,OU=User3,CN=CN=hostname")) )