[racket] Webserver, SSL, and intermediate certificates

From: Jordan Schatz (jordan at noionlabs.com)
Date: Sun Sep 23 08:32:34 EDT 2012

Looks like it was my testing that was broken, this appears to work fine:
> > FWIW, for my nginx setup I just concatenated SSL cert and the intermediate
> > cert into a single file. Things seem to work out then.

The order of concatenation matters though, the site specific cert should come
first, and then any intermediate certs.

Thanks!
Jordan

On Fri, 21 Sep 2012 15:32:22 -0600, Jordan Schatz <jordan at noionlabs.com> wrote:
> 
> I tried, the web server doesn't give an error, but all the browsers I've tried
> still complain about the missing intermediate CA.
> 
> On Fri, 21 Sep 2012 22:11:32 +0200, Stefan Schmiedl <s at xss.de> wrote:
> > On Fri, 21 Sep 2012 11:24:39 -0600
> > Jordan Schatz <jordan at noionlabs.com> wrote:
> > 
> > > 
> > > I have an SSL certificate that depends on an intermediate certificate, but I
> > > cant find anything in the documentation on how to tell the web server that my
> > > cert needs the intermediate certificate... Are intermediate certificates
> > > supported? anyone know of a work around?
> > 
> > FWIW, for my nginx setup I just concatenated SSL cert and the intermediate
> > cert into a single file. Things seem to work out then.
> > 
> > s.
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.