Does anyone know how to set up CouchDB to use a GoDaddy SSL certificate? It looks like it just can't get the intermediate certificate. I've checked it with curl and with SSL Checker and it says it can't get the intermediate cert. I've tried concatenating the cert file with the intermediate cert file just like I do with Apache (which works) and it still doesn't work. Any ideas?
Asked
Active
Viewed 418 times
1 Answers
1
Nevermind! Apparently erlang really stinks at SSL. I just set up stunnel and it works perfectly.

Pugz
- 939
- 3
- 11
- 25
-
I am not understanding this "solution" and I have the same issue. – Bee Kay Mar 22 '18 at 00:59
-
@BeeKay I just used stunnel to handle the SSL and didn’t use HTTPS on CouchDB - just HTTP. stunnel is an SSL gateway. I did not use erlang. – Pugz Mar 22 '18 at 01:02