Re: CouchDB SSL Problems

2014-11-19 Thread Paul Okstad
Hi Christian, Thanks for the suggestion. I tried it and it still has the SSL problem when run under 14.04. There’s something screwed up with the SSL libraries on that distribution and the PPA packages doesn’t fix it. -- Paul Okstad > On Nov 18, 2014, at 1:26 AM, Christian Lins <6c696...@gma

Re: CouchDB SSL Problems

2014-11-18 Thread Christian Lins
Hi Paul! Have you tried the prebuilt PPA packages? https://launchpad.net/~couchdb/+archive/ubuntu/stable?field.series_filter=trusty Regards Christian Am 13.11.2014 22:41 schrieb "Paul Okstad" : > Once I upgraded to Ubuntu server 14.10 the problem went away. Ideally I’d > like to get it working

Re: CouchDB SSL Problems

2014-11-13 Thread Paul Okstad
Once I upgraded to Ubuntu server 14.10 the problem went away. Ideally I’d like to get it working with 14.04 to take advantage of the LTS release. Does anyone know how to build CouchDB 1.6.1 on 14.04 so that the SSL problem is fixed? -- Paul Okstad > On Nov 13, 2014, at 6:27 AM, Paul Okstad

Re: CouchDB SSL Problems

2014-11-13 Thread Paul Okstad
Thank you Sinan. I forgot to mention that I am running Ubuntu 14.04 64bit with the latest CouchDB (1.6.1) built from source. I used the build process on this page: https://cwiki.apache.org/confluence/display/COUCHDB/Ubuntu Does anyone

Re: CouchDB SSL Problems

2014-11-13 Thread Sinan Gabel
Hi! A non-answer: For me it works on Ubuntu 13.04 (towards all main browsers) as described in: http://docs.couchdb.org/en/latest/config/http.html#secure-socket-level-options However when I switch to Ubuntu 14.04 I can't get it to work, so on Ubuntu 14.04 I have actually set up an nginx load bal

CouchDB SSL Problems

2014-11-12 Thread Paul Okstad
I would really appreciate any help from anyone with experience configuring CouchDB with SSL. I wrote a detailed write up on the wiki describing the process I used to create my keys and certs and configure CouchDB to use them: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=4820

Re: SSL problems

2012-09-26 Thread Dave Cottlehuber
On 26 September 2012 19:36, Bill wrote: > Dave Cottlehuber writes: > >> >> On 26 September 2012 05:20, Bill wrote: >> > I'm using CouchDB 1.1 and running into an issue configuring it for SSL. I > have >> > a certificate from GoDaddy that I'm trying to use. I put the cert, two >> > intermediate G

Re: SSL problems

2012-09-26 Thread Bill
Dave Cottlehuber writes: > > On 26 September 2012 05:20, Bill wrote: > > I'm using CouchDB 1.1 and running into an issue configuring it for SSL. I have > > a certificate from GoDaddy that I'm trying to use. I put the cert, two > > intermediate GoDaddy certs, and the GoDaddy root cert in a poem

Re: SSL problems

2012-09-26 Thread Robert Newson
To be honest, I would recommend using stunnel in front of CouchDB instead of the built-in erlang SSL module. B. On 26 September 2012 08:25, Benoit Chesneau wrote: > On Wed, Sep 26, 2012 at 5:20 AM, Bill wrote: >> I'm using CouchDB 1.1 and running into an issue configuring it for SSL. I >> have

Re: SSL problems

2012-09-26 Thread Benoit Chesneau
On Wed, Sep 26, 2012 at 5:20 AM, Bill wrote: > I'm using CouchDB 1.1 and running into an issue configuring it for SSL. I have > a certificate from GoDaddy that I'm trying to use. I put the cert, two > intermediate GoDaddy certs, and the GoDaddy root cert in a poem file. I > specified the path to t

Re: SSL problems

2012-09-26 Thread Dave Cottlehuber
On 26 September 2012 05:20, Bill wrote: > I'm using CouchDB 1.1 and running into an issue configuring it for SSL. I have > a certificate from GoDaddy that I'm trying to use. I put the cert, two > intermediate GoDaddy certs, and the GoDaddy root cert in a poem file. I > specified the path to that f

Re: SSL problems

2012-09-25 Thread Keith Gable
NSS error -5938 is "End of file error", as in the server killed the stream abruptly. (see: http://lxr.mozilla.org/nspr/source/nsprpub/pr/include/prerr.h for a list of NSS errors) Check the couch logs, because your client connecting doesn't have any additional details. You might use OpenSSL's s_cl

SSL problems

2012-09-25 Thread Bill
I'm using CouchDB 1.1 and running into an issue configuring it for SSL. I have a certificate from GoDaddy that I'm trying to use. I put the cert, two intermediate GoDaddy certs, and the GoDaddy root cert in a poem file. I specified the path to that file in the "cert_file" entry in the couchdb con