Skip to content
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

Closed
jmcclelland opened this issue Feb 17, 2017 · 3 comments
Closed

Does pouchdb-server support https / ssl / tls? #169

jmcclelland opened this issue Feb 17, 2017 · 3 comments

Comments

@jmcclelland
Copy link

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.

@jmcclelland
Copy link
Author

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:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^pouchdb\.your\.domain\.net$
RewriteRule /(.*) http://127.0.0.1:31868/$1 [P]

@nolanlawson
Copy link
Member

We have no plans to support this inside of pouchdb-server. You might want to try https://caddyserver.com

@MerovingianByte
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants