You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
Installation method:
Ubuntu 18.04 install script with PHP7.2->PHP7.4 fix on new Ubuntu 20.04 AWS image.
Looks OK in a browser but fails healthcheck with following message...
[PASS] /healthcheck/status is reachable.
SSL Certificate
[FAIL] SSL peer certificate does not validate
[FAIL] Hostname does not match when validating certificates.
[WARN] Using a self-signed certificate
[HELP] fopen(): SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
fopen(): Failed to enable crypto
fopen(https://passbol.example.com/healthcheck/status.json): failed to open stream: operation failed
I fixed this by using the fullchain.pem instead of the cert.pem file by replacing the passbolt_certificate.crt symlink in /etc/ssl/certs/. The following patch should do the same although I haven't tested it.
Installation method:
Ubuntu 18.04 install script with PHP7.2->PHP7.4 fix on new Ubuntu 20.04 AWS image.
Looks OK in a browser but fails healthcheck with following message...
I fixed this by using the fullchain.pem instead of the cert.pem file by replacing the passbolt_certificate.crt symlink in /etc/ssl/certs/. The following patch should do the same although I haven't tested it.
The text was updated successfully, but these errors were encountered: