-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does pouchdb-server support https / ssl / tls? #169
Comments
It would be nice to use pouchdb-server directly... but if that doesn't work, I am able to proxy via an https connection provided by apache with:
|
We have no plans to support this inside of pouchdb-server. You might want to try https://caddyserver.com |
@nolanlawson https is an essential feature. Why would I use pouchdb-server instead of couchdb without it? I don't mean to bash, it's a legitimate question. I like the ease of use of this app along with pouchdb, but without https...I'm not going to install something else to get https when couchdb already supports it. |
Instructions for implementing https for coucdb indicate settings that belong in the .ini files but I'm not sure how that translates in pouchdb-server.
The text was updated successfully, but these errors were encountered: