My question is since we’re deploying MicroStack on our workstations and developing against its API, is there any way to disable TLS verification (and communicate via HTTP)?
If this is not supported, then I presume we can use our own signed certificates by disabling the configuration flag config.tls.generate-self-signed and pointing to the proper CA cert, our cert and private key.
Is this correct?
The message of the commit you referenced includes the information you’re looking for. The documentation will soon be updated accordingly. Thank you for pointing that out.
Disable TLS:
config.tls.generate-cert=false
Enable TLS with self-signed certificate (default settings):