[racket] Webserver, SSL, and intermediate certificates
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.