...
- Create a keystore with the certificates.
- Update the sqldeveloper.conf.
- Update the connection string (PROTOCOL=TCPS, PORT=2484, SERVICE_NAME=kfs40t_srv.uits.uconn.edu)
OR
Use the attached keystore file,
View file | ||||
---|---|---|---|---|
|
Info |
---|
#Create the keystore and add the keys. #Add these to your sqldeveloper.conf. (mine is in C:\Library\sqldeveloper\sqldeveloper\bin\sqldeveoper.conf) AddVMOption -Djavax.net.ssl.trustStore=C:\\Library\\sqldeveloper\\exa02db.keystore AddVMOption -Djavax.net.ssl.trustStoreType=JKS AddVMOption -Djavax.net.ssl.trustStorePassword=r1c3pw #The JDBC Url requires changes to the PROTOCOL, PORT and SERVICE_NAME. i.e. (DESCRIPTION = (ADDRESS = (PROTOCOL = TCPS)(HOST = exa02-scan.uits.uconn.edu)(PORT = 2484)) (CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = kfs40t_srv.uits.uconn.edu)) ) |
...