- Inuits.eu
- Original Message -
From: "Luis Rodríguez Fernández"
To: "users"
Sent: Friday, 16 November, 2018 15:04:23
Subject: Re: Tomcat 8 and Oracle Wallets
Hello Christophe,
Very interesting, thanks!
Would it be possible in your scenario to export the certificates f
Hello Christophe,
Very interesting, thanks!
Would it be possible in your scenario to export the certificates from the
wallet and import them to a different keystore (PCKS12 or JKS)? You can
have a look at [1]
Hope it helps,
Luis
[1]
https://blogs.oracle.com/dev2dev/ssl-connection-to-oracle-db-
I ran a strace on the Tomcat process, and see that Tomcat actually IS able to
see and read the wallets.
[pid 21880] open("< full path to wallets>/oracle_wallets/cwallet.sso",
O_RDONLY) = 362
So I think this means that the problem lies somewhere between Tomcat and the
OJDBC driver.
Rega