Checklist
I have read intro post: https://community.passbolt.com/t/about-the-installation-issues-category/12
I have read the tutorials, help and searched for similar issues
I provide relevant information about my server (component names and versions, etc.)
I provide a copy of my logs and healthcheck
I describe the steps I have taken to trouble shoot the problem
I describe the steps on how to reproduce the issue
I am running a source installation on Ubuntu with Apache as my webserver. The healthcheck was passing w/o issue on 4.10.1. After checking out 4.12.1, the āCould not reach the /healthcheck/status with the url specified in App.fullBaseUrlā erorr started occuring. I followed the documented upgrade proceedure for source installations as I have done many times in the past w/o issue.
My passbolt instance is hosted in a subdirectory so my configuration uses the ābaseā setting for the āAppā so that I have something similar to:
āAppā => [ āfullBaseUrlā => āhttps://my.site.netā, ābaseā => ā/passboltā ]
Accessing https://my.site.net/passbolt/healthcheck/status.json gives:
{āheaderā:{āidā:āc98c868d-4945-4dd7-b210-f94a42c0ae79ā,āstatusā:āsuccessā,āservertimeā:1743772918,āactionā:āf52ecf6c-8e82-5f3d-ab73-f6df46eb71b5ā,āmessageā:āOKā,āurlā:ā/passbolt/healthcheck/status.jsonā,ācodeā:200},ābodyā:āOKā}
Otherwise, the application appears to be working fine, except the healthcheck script is also reporting my certificates are self-signed and donāt match the hostname which is nonsense. I know theyāre fine and my browsers think theyāre fine, so healthcheck is the only outlier here.
Thanks for any help.