When starting fabio 1.2 with a certificate source passed in an environment variable then fabio refuses to start with the following error message:
[FATAL] 1.2. missing 'cs' in cs
This can be reproduced with
proxy_cs='cs=foo' ./fabio
This breaks docker images which like to use certificate sources. This is already fixed on the master branch.
When starting fabio 1.2 with a certificate source passed in an environment variable then fabio refuses to start with the following error message:
This can be reproduced with
This breaks docker images which like to use certificate sources. This is already fixed on the
masterbranch.