Book a Demo

Author Topic: PCS with MySQL configured to require secure transport?  (Read 26346 times)

ea1222

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
PCS with MySQL configured to require secure transport?
« on: August 15, 2023, 05:55:03 am »
We are attempting to set up PCS to work with MySQL. All has gone well and it works fine with "require_secure_transport" turned off.
However, we need to use encryption between MySQL and any external clients. We have enabled "require_secure_transport" in MySQL and now we cannot create any database manager connections from PCS. When attempting to test the connection I receive the following error in PCS:
"Unable to connect to database.
Connections using insecure transport are prohibited while --require_secure_transport=ON".

Is there a workaround?