We can establish an SSL-based connection to the Oracle using go-ora driver, by including the SSL and SSL verify in the connection string. But should certificate handling be included to the code? For example, mysql has "RegisterTLSConfig" and mongoDB has "SetTLSConfig". What does oracle have in similar to the above?
I have tried using RegisterTLSConfig but it is undefined for go-ora driver.
Use an Oracle Wallet.
go_oracontains theNewWalletfunction to:From the Oracle Wallet Manager documentation: