Cherviakov opened a new issue #3267: URL: https://github.com/apache/couchdb/issues/3267
## Description So I am running couchdb on windows10 pro, installed via msi v3.1.1, after I generated selfsigned certs, updated local.ini and restarted service requests to http://127.0.0.1:6984 end up with connection reset error. I tried to generate same certificates on linux with same version of couchdb and it worked right away. I also tried to find any relevant logs for couchdb working, but only one file looks like log is C:\Program Files\Couch DB\var\logs\couchdb, which always have only one line: New log. Changing log level not helped a bit, looking into AppData direcrtories for all users not showed any sign of couchdb generated folders with data (must be I missed something here as db have to save its files somewhere!) ## Steps to Reproduce msiexec /i apache-couchdb-3.1.1.msi /quiet ADMINUSER=admin ADMINPASSWORD=hunter2 /norestart Generate certs and CA according to following guide https://gist.github.com/fntlnz/cf14feb5a46b2eda428e000157447309#create-a-certificate-done-for-each-server uncomment [ssl] section in local.ini, set enable true and fill it with cacert_file, cert_file and key_file values Restart couchdb curl http://127.0.0.1:5984 curl https://127.0.0.1:6984 ## Expected Behaviour On windows 10 ssl should work same normally as on linux and logs produced telling if ssl files found, loaded or there some problemd with them. ## Your Environment * CouchDB version used: 3.1.1 * Browser name and version: chrome latest (for request used curl from git bash and powershel Invoke-RestMethod) * Operating system and version: Windows 10 Pro OpenSSL v1.1.1i-dev ## Additional Context All actions with couchdb made with administrator rights (couchdb install, ssl certs genertion) ---------------------------------------------------------------- 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: us...@infra.apache.org