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")))