Skip to content

[Bug]: 4.0.5 adds new ssl requirement for mysql #978

@greenaar

Description

@greenaar

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions