mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-26 00:35:48 +03:00
[GH-ISSUE #169] Not able to connect to local couchdb instance. Getting SSL protocol error. #149
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Nov 27, 2016).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/169
I have configured couchdb as mentioned in the installation guide. But opennote is not able to connect it. Browser gives
net::ERR_SSL_PROTOCOL_ERRmessage in the console. I am on Ubuntu 15.10 and is using couchdb v1.6.0 from the repository. The ssl cert verification is false.@JLiscom commented on GitHub (Dec 13, 2016):
Use a free valid cert
https://letsencrypt.org/
@ghost commented on GitHub (Dec 13, 2016):
For using a valid certificate I need a domain right? Is there a way to not give domain cert? I will be running it locally.
@JLiscom commented on GitHub (Dec 13, 2016):
I dont have a way of testing this case. If its just local use http.
@ghost commented on GitHub (Dec 13, 2016):
Should I connect to port 5984 or 6984? I was connecting to 5984. I think that is the problem. Just came to know that the default ssl port for couchdb is 6984 (from your another comment). Currently I am on a different machine, so no couchdb for testing.