Hi Michael,

I deployed Fineract as an executable jar on a Google Cloud VM.

java -jar fineract-provider.jar
End Point: https://IP:8443/


I also have an angular frontend served by a nginx web server listening on port 
80 on the same VM - http://IP
My frontend points to the Fineract API server at https://IP: 
8443/fineract-provider/api  defined in environment.prod.ts

I can access my frontend at http://IP
However, the page does not load due to Cert err. I have to explicitly visit the
fineract server endpoint and select to proceed to site before the page loads.

Question:
How did you handle the cert issue in your GCP deployment?
I expect the browser to at least give me the option to
proceed with warning with the self-signed cert

Thanks,
Ben.

<mailto:dev@fineract.apache.org>

Reply via email to