conjurdemos / pet-store-demo

Tiny pet store app suitable for use in demos, tutorials, and POCs
Apache License 2.0
4 stars 24 forks source link

fix: disable ssl for mysql test #34

Closed doodlesbykumbi closed 3 years ago

doodlesbykumbi commented 3 years ago

The mysql tests fail when ssl is used (which the default). The failure is to do with failure to verify a self-signed certificate. The fix is to simply disable ssl in the test case, which loses nothing.

izgeri commented 3 years ago

With this fix, the MySQL test that was failing is fixed but further security issues remain. Merging to fix the MySQL tests, with follow-on work planned to fix the security warnings.