Closed EndlessMe closed 4 days ago
@EndlessMe Please disable HTTPS. https://github.com/CMSgov/qpp-conversion-tool?tab=readme-ov-file#disable-https
In application.properties file, comment out port and key-store-type.
@sivaksb Sometimes it helps to read step one 🤦♂️. I'll adjust it and rebuild and close if it resolves the issue.
Information
Expected behavior
API endpoint is built using Docker Compose. I can submit QRDA files to the endpoint and receive JSON back.
Actual behavior
Docker container exits with status 1 when running the build commands in the README. Error message states that webserver cannot be started due to being unable to load keystore.
Steps to reproduce
docker-compose -f ./docker-compose.test.yaml up --build
Other details