bridge-server icon indicating copy to clipboard operation
bridge-server copied to clipboard

Add warning that self signed SSL certs are not supported.

Open zachvanduyn opened this issue 8 years ago • 4 comments

We should probably stuff it in the compliance config, and add it to to the Stellar.org/developers docs.

zachvanduyn avatar Jul 20 '17 09:07 zachvanduyn

Why aren't they supported?

jedmccaleb avatar Jul 20 '17 17:07 jedmccaleb

This is not secure. Golang will simply error when trying to connect to such server. More info: https://security.stackexchange.com/a/8112

bartekn avatar Jul 20 '17 17:07 bartekn

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.

zachvanduyn avatar Jul 20 '17 19:07 zachvanduyn

OK, will make the error message better (if possible).

bartekn avatar Jul 20 '17 20:07 bartekn