You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/05/19 13:51:14 UTC

[GitHub] [couchdb-nano] glynnbird commented on issue #224: Protocol https not suported

glynnbird commented on issue #224:
URL: https://github.com/apache/couchdb-nano/issues/224#issuecomment-630832561


   To answer the original question, Nano definitely _does_ work with https. Please make sure you're using the latest version - I've just tried it and it works fine.
   
   ```js
   const db = require('nano')(url).use('mydb');
   db.list({limit:1}).then(console.log)
   // { total_rows: 23200, offset: 0, rows: [...] }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org