-
-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Milestone
Description
Describe the problem
4.0.5 doesn't start properly unless you're using tls/ssl with mysql, and the cert is valid. This is a new behavior that breaks functionality.
Steps to reproduce
Updated 4.0.4 to 4.0.5
In the logs:
ERROR 2026 (HY000): TLS/SSL error: Certificate verification failure: The certificate is NOT trusted.
I'm not using ssl on my mysql host. Disabled SSL entirely on that host.
In the logs:
ERROR 2026 (HY000): TLS/SSL error: SSL is required, but the server does not support it
```
Rolled back, everything works
### Poweradmin version
4.0.5
### Database
MySQL
### Additional information (optional)
ERROR 2026 (HY000): TLS/SSL error: Certificate verification failure: The certificate is NOT trusted.
Rolling back, 4.0.4 doesn't exhibit this behavior.
Reactions are currently unavailable