Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Feature Request - Support SSL Connections

Daniel Fox4 days ago

We have an external database that is setup to use SSL encryption and the traditional oracle wallet process. When are able to connect when using Legacy SQL Developer, however the same connection fails when using the VS Code Extension (even in 25.3.2). Can we add support for SSL connections?

Connection Screenshot:

TNS Entry

RDS_SSL=(DESCRIPTION =(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCPS)(HOST = xxxxxxx.rds.amazonaws.com) (PORT = 2484)))(CONNECT_DATA = (SID = DATAREP))(SECURITY = (SSL_SERVER_CERT_DN = "C=US,ST=Washington,L=Seattle,O=Amazon.com,OU=RDS,CN=xxxxxxx.rds.amazonaws.com")))

Comments
Post Details
Added 4 days ago
3 comments
48 views