-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
When sending ngchms to a shaidy server (via HTTP requests), the code does not allow for a self-signed certificate on the shaidy server. In general, this is the desired configuration. However during development, a shaidy server with a self-signed certificate is common.
As a convenience to other developers, make these requests configurable such that:
- default is to require a valid certificate on the shaidy server
- a flag can be set to allow for a self signed certificate
Example: the GET requests in chmCreateServer().
Reactions are currently unavailable