Hi Joel, I don’t know about Windows, but if linux is an option then you can check out the wiki page I wrote:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=48203146 <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=48203146> I found out that something on Ubuntu 14.04 prevented the install from working properly (I assume it’s one of the libraries I installed via apt-get). When I installed 1.6.1 from source on Ubuntu 14.10, it worked fine. I also found a similar guide for building 1.6.1 on Ubuntu here: http://www.mircozeiss.com/secure-couchdb-by-using-ssl-https/ I hope that helps! -- Paul Okstad > On Mar 19, 2015, at 8:30 AM, <[email protected]> > <[email protected]> wrote: > > > Hello all, > > We are really struggling with applying SSL to our CouchDB database. We are > running CouchDB 1.6.1 on a Windows 7 machine. We > have tried to implement the solution suggested here > http://wiki.apache.org/couchdb/How_to_enable_SSL on multiple Windows 7 > machines with no luck. One of my co-workers even tried on his home Linux > machine (not sure which distribution) and could not > get it working. > > I am confident that the certificates are good. Our local.ini file has been > configured as suggested in the link previously > mentioned. I have restarted the CouchDB service after each configuration > change. Still no luck. > > Here are snippets from the local:ini file > > [daemons] > httpsd = {couch_httpd, start_link, [https]} > > [ssl] > cert_file = c:/Program\ Files\ (x86)/Apache\ Software\ > Foundation/CouchDB/etc/mycert.pem > key_file = c:/Program\ Files\ (x86)/Apache\ Software\ > Foundation/CouchDB/etc/privkey.pem > > We repeatedly receive the following error when I run "curl -k -v > https://127.0.0.1:6984/" : curl: (35) schannel: failed to > receive handshake, SSL/TLS connection failed > > Has anyone else experienced this problem and found a solution? > > TIA, > > Joel Brewster > > > This e-mail and any files transmitted with it are confidential and are solely > for the use of the addressee. It may contain material that is legally > privileged, proprietary or subject to copyright belonging to Mutual of Omaha > Insurance Company and its affiliates, and it may be subject to protection > under federal or state law. If you are not the intended recipient, you are > notified that any use of this material is strictly prohibited. If you > received this transmission in error, please contact the sender immediately by > replying to this e-mail and delete the material from your system. Mutual of > Omaha Insurance Company may archive e-mails, which may be accessed by > authorized persons and may be produced to other parties, including public > authorities, in compliance with applicable laws.
