You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i now start up fabio i get the following error:
[FATAL] 1.3.4. missing 'cs' in map[ cs:client type:path cert:/etc/nginx/cs1 clientca:/etc/nginx/comonea/cs1 refresh:3s]
BTW. Your Wiki has an error within the examples
# path based certificate source
proxy.cs = cs=some-name;type=path;path=path/to/certs
should be: proxy.cs = cs=some-name;type=path;cert=path/to/certs
Thanks in advance
Georg
The text was updated successfully, but these errors were encountered:
Arguments which are configured as KV slices do not have
spaces trimmed off the key values. This breaks parsing
values like 'k1=v1; k2=v2' as 'k1=v1' and 'k2=v2'.
The parser for the key=val;key=val lists did not trim spaces from the keys. Removing the space in the argument works around the issue. This patch fixes that.
Hi,
i finally got to update my fabio installation to 1.3.4 and now i am trying to use the path based certificate store.
I need to setup a secondary cs for client cert usage because i only use it with several integration systems.
When i now start up fabio i get the following error:
[FATAL] 1.3.4. missing 'cs' in map[ cs:client type:path cert:/etc/nginx/cs1 clientca:/etc/nginx/comonea/cs1 refresh:3s]
BTW. Your Wiki has an error within the examples
should be:
proxy.cs = cs=some-name;type=path;cert=path/to/certs
Thanks in advance
Georg
The text was updated successfully, but these errors were encountered: