I get the expected result when executing
curl https://localhost:3000/dbs
and
curl https://localhost:3000/identity
but I get a 500 status code when executing:
curl https://localhost:3000/db/docstore -d "create=true" -d "type=docstore"
Not sure if it makes a difference but I'm using a self-signed certificate that I added to my CA list.