bridge-server
bridge-server copied to clipboard
Add warning that self signed SSL certs are not supported.
We should probably stuff it in the compliance config, and add it to to the Stellar.org/developers docs.
Why aren't they supported?
This is not secure. Golang will simply error when trying to connect to such server. More info: https://security.stackexchange.com/a/8112
There's not a descriptive error on this one, at least to the end user.
Took me a little bit to find this out when customers were trying to setup compliance with self-signed certs.
OK, will make the error message better (if possible).