If you’re getting many “unstrusted issuer” alerts in your app logs, it might be due to some CA trusted certificates outdated.
To fix that, just perform an update:
For Ubuntu/Debian
update-ca-certificates
For CentOS/RedHat
update-ca-trust extract
If you’re getting many “unstrusted issuer” alerts in your app logs, it might be due to some CA trusted certificates outdated.
To fix that, just perform an update:
update-ca-certificates
update-ca-trust extract