YunoHost-Apps / couchdb_ynh

Couchdb package for YunoHost
https://couchdb.apache.org/
Apache License 2.0
4 stars 1 forks source link

CouchDb is unreachable from CLI #19

Closed xplosionmind closed 1 year ago

xplosionmind commented 2 years ago

Describe the bug

There appears to be a SSL error while reaching my CouchDB instance, at https://db.tommi.space.


Context


Steps to reproduce

  1. From a remote client, run curl -X GET https://db.tommi.space/_all_dbs
  2. the resulting error is curl: (35) error:1400442E:SSL routines:CONNECT_CR_SRVR_HELLO:tlsv1 alert protocol version
  3. Same goes for any PUT request


Expected behavior

All of my databases should be returned.


Logs

I effectively installed a Let’s Encrypt certificate for the domain, the log is here

eauchat commented 2 years ago

Couldn't reproduce your issue. Do you still have the problem?

xplosionmind commented 2 years ago

thanks for getting back, @eauchat. Yes, I am still experiencing some trouble

eauchat commented 2 years ago

I don't know how to help you. I'm wondering if the issue is related to couchdb, this package, or yunohost directly Maybe if you have an idea of what more context or related logs you can provide, someone here or on the forum may have some good idea.

yalh76 commented 1 year ago

The https parameters comes from YunoHost and have been updated when migrating from buster to bullseye

You should retest