Deploy Keyrock with https enabled
Hello,
I am trying to deploy the Fiware IDM tutorial (https://github.com/FIWARE/tutorials.I...) 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!