Skip to Content
0
Jun 22, 2020 at 11:37 AM

SAP PO connect to MariaDB/mySQL with JDBC adapter using SSL/TLS

1297 Views Last edit Jun 23, 2020 at 07:52 PM 2 rev

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.