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

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 { certificate

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.

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

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 open...@michal.wildnet.pl 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 {

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 open...@michal.wildnet.pl 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 {

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.conf: server

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.