Hi Folks,
we are trying to connect SAP PI/PO with a MariaDB using MariaDB JDBC Connector. Connect using Userid/Password w/o SSL works fine, but with SSL not. MaraDB expects 3(!) certifcates and not 2.
Trying to connect with MariaDB using putty or squirrel with parameters --ssl-ca=ca-cert.pem --ssl-cert=client.pem --ssl-key=privatekey.pem works.
But how/where can we configure these 3 certificates in the JDBC adapter?
We use SAP PI/PO 7.5. This is a critical situation.
Any help is very appreciated!
Thanks in advance,
Volker
Update 2020-06-23:
Nobody in this community, who might have an idea? Additional info: MariaDB is a fork of mySQL.