Hi,
I’ve the same problem.
Specs
Platform: Amazon AWS
CouchDB: 3.1.0
Port: 5984 - running, everything is fine
bitnami@ip-10-0-0-93:/opt/bitnami$ curl http://localhost:5984
{"error":"unauthorized","reason":"Authentication required."}
Port: 6984: error:
bitnami@ip-10-0-0-93:/opt/bitnami$ curl https://127.0.0.1:6984/
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 127.0.0.1:6984
Logfile:
bitnami@ip-10-0-0-93:~$ tail -f /opt/bitnami/couchdb/var/log/couch.log
[info] 2020-07-01T09:50:52.516196Z couchdb@127.0.0.1 <0.239.0> -------- Apache CouchDB has started. Time to relax.
[info] 2020-07-01T09:50:52.516358Z couchdb@127.0.0.1 <0.239.0> -------- Apache CouchDB has started on https://0.0.0.0:6984/
[notice] 2020-07-01T09:50:52.522255Z couchdb@127.0.0.1 <0.291.0> -------- rexi_server : started servers
[notice] 2020-07-01T09:50:52.523376Z couchdb@127.0.0.1 <0.295.0> -------- rexi_buffer : started servers
[notice] 2020-07-01T09:50:52.570167Z couchdb@127.0.0.1 <0.325.0> -------- mem3_reshard_dbdoc start init()
[notice] 2020-07-01T09:50:52.573355Z couchdb@127.0.0.1 <0.327.0> -------- mem3_reshard start init()
[notice] 2020-07-01T09:50:52.573690Z couchdb@127.0.0.1 <0.328.0> -------- mem3_reshard db monitor <0.328.0> starting
[notice] 2020-07-01T09:50:52.575181Z couchdb@127.0.0.1 <0.327.0> -------- mem3_reshard starting reloading jobs
[notice] 2020-07-01T09:50:52.575384Z couchdb@127.0.0.1 <0.327.0> -------- mem3_reshard finished reloading jobs
[notice] 2020-07-01T09:50:57.596891Z couchdb@127.0.0.1 <0.378.0> -------- couch_replicator_clustering : cluster stable
[notice] 2020-07-01T09:50:57.599100Z couchdb@127.0.0.1 <0.404.0> -------- Started replicator db changes listener <0.511.0>
[info] 2020-07-01T09:50:57.599511Z couchdb@127.0.0.1 <0.513.0> -------- open_result error {not_found,no_db_file} for _replicator
[notice] 2020-07-01T09:51:07.522798Z couchdb@127.0.0.1 <0.291.0> -------- rexi_server : cluster stable
[notice] 2020-07-01T09:51:07.522905Z couchdb@127.0.0.1 <0.295.0> -------- rexi_buffer : cluster stable
[notice] 2020-07-01T09:51:36.980338Z couchdb@127.0.0.1 <0.903.0> 5b7d53fe61 slac-online-dev.slot-manager.com:5984 84.144.213.200 undefined GET / 401 ok 16
[notice] 2020-07-01T09:51:38.480721Z couchdb@127.0.0.1 <0.903.0> 6c49093e05 slac-online-dev.slot-manager.com:5984 84.144.213.200 undefined GET / 401 ok 0
[notice] 2020-07-01T09:51:38.701515Z couchdb@127.0.0.1 <0.903.0> 68606ef02e slac-online-dev.slot-manager.com:5984 84.144.213.200 undefined GET /favicon.ico 401 ok 0
[notice] 2020-07-01T12:30:37.782397Z couchdb@127.0.0.1 <0.28195.2> c09baf638f 18.157.255.44:5984 198.199.94.99 undefined GET / 401 ok 0
Configuration file (SSL changes only):
[ssl]
port = 6984
enable = true
cert_file = /opt/bitnami/letsencrypt/certificates/slac-online-dev.slot-manager.com.crt
key_file = /opt/bitnami/letsencrypt/certificates/slac-online-dev.slot-manager.com.key
Do you have any solution?
Regards Hu3nn1