Samy Sultan
Samy Sultan
this is the code which will produce the error ```golang package main import ( "context" "database/sql" "fmt" _ "github.com/sijms/go-ora/v2" "net" "os" "time" ) func dbLock(conn *sql.DB) error { execCtx, execCancel...
I find the cause of the issue
you can test last commit for confirmation
fixed 2.8.16
thanks @freeNestor I will test your code and upgrade project
I update the code please test v2.8.20
hi @ColinLeeCampbell sorry for late the code that use sllVerify ```golang if !connOption.SSLVerify { config.InsecureSkipVerify = true } ``` filed `InsecureSkipVerify` controls whether a client verifies the server's certificate chain...
if I am not wrong you need me to verify cert properties like CN after loading it so I need to add url option for CN and also read that...
also if JDBC `SSL_SERVER_CERT_DN="CN=cname,O=org,L=location"` which certificate properties I should use to verify if you make an example code it will help thanks
the code you write is same as code I use in the driver