On 04.01.2019 05:35, Maxim Dounin
wrote:
The
"ssl_stapling_file" directive needs an OCSP response obtained
from your certificate authority, not a certificate. As you are
trying to put a certificate instead, parsing expectedly fails.
Thanks
Hello!
On Tue, Jan 01, 2019 at 06:24:04PM +0100, ѽ҉ḳ℠ wrote:
> Am 01.01.19 um 17:10 schrieb ѽ҉ᶬḳ℠:
>
> Hi,
>
> would appreciate to get this (weird) error sorted/resolved. Having looked up
> pu
> blic sources I could not find a remedy and thus placing my hope on this list.
>
> ssl_stapling_fi
Hi,
This problem was resolved with the help of the cloud provider. Turns out I
need to set the Host header
proxy_set_header Host upstreamhostname;
It wasn't exactly clear any any docs (on their end) this was necessary but
glad it's solved and makes some sense as well I suppose.
Thanks for all