mwke
mwke
We have tried with prior versions of our cwallet.sso (that are no longer used but are for previous version of OracleDB). Those pass this header validation. But obviously fail TLS...
@sijms yes, our Oracle 19 Wallet is auto-login
> You can make TCPS without passing wallet > remove the wallet from urlOptions and > make `"SSL Verify": "false"` > try this and tell me the results This will...
Our wallet was created using `orapki`, not with `mkstore` ``` orapki wallet create -wallet ./ -pwd -auto_login ``` When we make `"SSL verify": "false"` we fail as described here when...
> can you make this test and see the result > [cwallet.sso.zip](https://github.com/sijms/go-ora/files/9303813/cwallet.sso.zip) Using this wallet, yes it does pass the wallet header validation (where ours is failing), and we are...
we'll try creating a new auto-login wallet with `mkstore` and I will let you know if we have any different outcome
@sijms would it be at all possible to add support for JKS truststore? All our client needs is our root CAs to be trusted. We have a similar java application...
Comparing the two wallets we have ``` Header of Wallet that does not pass validation (from our DBA): 0x00 - 0x03 A1 F8 4E 36 0x04 - 0x06 00 00...
Hi, any update on this?