i4mi / MobileAccessGateway

IPF HAPI-FHIR IHE ITI springboot example
Apache License 2.0
13 stars 9 forks source link

Mag Does not Start - In Master Branch using the instruction in the Readme #145

Closed lfdesousa closed 6 months ago

lfdesousa commented 6 months ago

Hi, Since one of the last PRs that the MAG does not start in the Master branch. Below a Print Screen of the error:

image

lfdesousa commented 6 months ago

To make it start as is one possibility is to turn off ssl in application.yml

lfdesousa commented 6 months ago

I went trough this locally and found the issues and have a solution to be proposed, but that PR will come via the Post. 1 - The path in the application.yml is not correct, this should be changed to only: key-store: path: keystore.jks 2 - The file keystore.jks need to exist locally in the repository and that is not the case

lfdesousa commented 6 months ago

With this merge to the master, the issue is solved for now: https://github.com/i4mi/MobileAccessGateway/pull/146