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/08/04 19:42:45 UTC

[GitHub] [couchdb] DiegoJArg opened a new issue #3054: Chrome manifests ERR_CONNECTION_CLOSED when trying HTTPS and doesn't gets to fail about SSL certificate

DiegoJArg opened a new issue #3054:
URL: https://github.com/apache/couchdb/issues/3054


   I posted this some days ago here: [https://github.com/apache/couchdb/discussions/3049](https://github.com/apache/couchdb/discussions/3049)
   
   ## Description
   After enabling SSL accordingly to the [manual](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=48203146) it doesn't works in Chrome and Safari.
   It works fine in CouchDB 2.3.1 for MAC after downloading and running it from the downloads folder.
   
   ## Steps to Reproduce
   
   https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=48203146
   
   ## Expected Behaviour
   
   Chrome and Safari should warn about untrusted certificates or shown any other SSL related error.
   
   ## Your Environment
   
   CouchDB 3.1.0
   macOS Catalina 10.15.5
   Chrome 84.0.4147.89 (Build oficial) (64 bits)
   Safari 13.1.1
   Firefox 40.0.2
   OpenSSL version LibreSSL 2.8.3
   curl 7.64.1
   
   


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



[GitHub] [couchdb] brendand commented on issue #3054: Chrome manifests ERR_CONNECTION_CLOSED when trying HTTPS and doesn't gets to fail about SSL certificate

Posted by GitBox <gi...@apache.org>.
brendand commented on issue #3054:
URL: https://github.com/apache/couchdb/issues/3054#issuecomment-691383987






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



[GitHub] [couchdb] burotica49 commented on issue #3054: Chrome manifests ERR_CONNECTION_CLOSED when trying HTTPS and doesn't gets to fail about SSL certificate

Posted by GitBox <gi...@apache.org>.
burotica49 commented on issue #3054:
URL: https://github.com/apache/couchdb/issues/3054#issuecomment-1015500266


   Hello,
   
   I have the same problem with pouchDB authentification, couchDB 3.2.1 authentication and VueJS.
   Everything works fine except on Safari and iOS, cookies are not accepted.
   
   In couchdb local.ini configuration, i add:
   
   [couch_httpd_auth]
   same_site = None
   
   this.remote.login returns me the correct information, but this.remote.getsession returns me an empty userCtx.
   
   I tested with Axios, when I query the getsession the first time it works and the second time userCtx empty.
   
   
   
   Best regard


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

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

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



[GitHub] [couchdb] brendand commented on issue #3054: Chrome manifests ERR_CONNECTION_CLOSED when trying HTTPS and doesn't gets to fail about SSL certificate

Posted by GitBox <gi...@apache.org>.
brendand commented on issue #3054:
URL: https://github.com/apache/couchdb/issues/3054#issuecomment-691383987


   I have this issue too from my database app (and Safari and other browsers). I can't connect to CouchDB 3.1.0 over SSL using a self-signed (yet trusted) certificate. Neither from iOS, nor from macOS (Catalina and Big Sur).
   
   However, I can connect using curl. I don't know why it's not working in CouchDB 3.1.0, but it does with with CouchDB 2.3.1.
   
   


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



[GitHub] [couchdb] brendand commented on issue #3054: Chrome manifests ERR_CONNECTION_CLOSED when trying HTTPS and doesn't gets to fail about SSL certificate

Posted by GitBox <gi...@apache.org>.
brendand commented on issue #3054:
URL: https://github.com/apache/couchdb/issues/3054#issuecomment-691383987






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