Connection refused with enabled SSL #3342
Unanswered
MisterPascal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've installed CouchDD on a Ubuntu 20.04 server. I can connect from remote to it by using http://myip:5984.
Now I want to enable SSL. As read in the docs I changed the local.ini file:
After restarting the couchdb I'm not able to access Fauxton anymore. Also I'm not getting any welcome message more:
If I disable ssl by set
;enable = true
I get the normal welcome message on port 5984.I checked my ports also:
And I opened both ports 5984 and 6984 from the server provider too.
Can anyone help me to get a ssl connection running here?
TY
Beta Was this translation helpful? Give feedback.
All reactions