Re: OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread Michal Lesniewski
On 14.05.2015 16:01, Joel Sing wrote: On Thursday 14 May 2015, Michal Lesniewski wrote: On 14.05.2015 15:02, Joel Sing wrote: On Thursday 14 May 2015, Michal Lesniewski wrote: Hello, I'm trying to configure OpenBSD 5.7 httpd with tls with intermediate/chain certificate without no success. my

Re: OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread Joel Sing
On Thursday 14 May 2015, Michal Lesniewski wrote: > On 14.05.2015 15:02, Joel Sing wrote: > > On Thursday 14 May 2015, Michal Lesniewski wrote: > >> Hello, > >> > >> I'm trying to configure OpenBSD 5.7 httpd with tls with > >> intermediate/chain certificate without no success. > >> > >> my httpd.co

Re: OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread Michal Lesniewski
On 14.05.2015 15:02, Joel Sing wrote: On Thursday 14 May 2015, Michal Lesniewski wrote: Hello, I'm trying to configure OpenBSD 5.7 httpd with tls with intermediate/chain certificate without no success. my httpd.conf: server "default" { listen on 10.11.0.200 tls port 443 t

Re: OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread trondd
I've only been hacking at this, nothing "production" but looks like I did it by adding the intermidate cert and CA to cert.pem and keeping the server cert separate. Tim.

Re: OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread Joel Sing
On Thursday 14 May 2015, Michal Lesniewski wrote: > Hello, > > I'm trying to configure OpenBSD 5.7 httpd with tls with > intermediate/chain certificate without no success. > > my httpd.conf: > > server "default" { > listen on 10.11.0.200 tls port 443 > > tls { > c

Re: OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread Michal Lesniewski
On 14.05.2015 14:43, Abel Abraham Camarillo Ojeda wrote: On Thu, May 14, 2015 at 7:35 AM, Michal Lesniewski wrote: Hello, I'm trying to configure OpenBSD 5.7 httpd with tls with intermediate/chain certificate without no success. my httpd.conf: server "default" { listen on 10.11.0.20

Re: OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread Abel Abraham Camarillo Ojeda
On Thu, May 14, 2015 at 7:35 AM, Michal Lesniewski wrote: > Hello, > > I'm trying to configure OpenBSD 5.7 httpd with tls with intermediate/chain > certificate without no success. > > my httpd.conf: > > server "default" { > listen on 10.11.0.200 tls port 443 > > tls { >

OpenBSD 5.7 httpd tls intermediate/chain certificate problem

2015-05-14 Thread Michal Lesniewski
Hello, I'm trying to configure OpenBSD 5.7 httpd with tls with intermediate/chain certificate without no success. my httpd.conf: server "default" { listen on 10.11.0.200 tls port 443 tls { certificate "/etc/ssl/server-unified.pem" key "/etc/ssl