1 | initial version |
Hello,
I am trying to deploy the Fiware IDM tutorial (https://github.com/FIWARE/tutorials.Identity-Management/tree/f0d5572c619cc638260e94a002ed87dbc6c48683) with https enabled.
I set the respective environmental variable to true (IDMHTTPSENABLED=true) in the .env file and, then, run "./services https".
The result is that Keyrock does not become available (I get response 000 (waiting for 200)), even after waiting for a while, while when running Keyrock with http, it becomes available quite soon.
"sudo docker ps -a" shows that the Keyrock container transits from a "starting" status to the "exit" status.
Could you please help me out with this? Thank you very much!