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
if I set cs.proxy=type=path;path=/foo/bar, I get an error saying something like "map [...] cert not found." As in, it's expecting to find a cert= in the config line?
if my chain file (containing the cert) and key files are not named *.pem, fabio will fail to load the chain. I think it's reading just the first cert in the chain file, as it's not expecting to find multiple if the file name isn't .pem.
Hello,
if I set cs.proxy=type=path;path=/foo/bar, I get an error saying something like "map [...] cert not found." As in, it's expecting to find a cert= in the config line?
if my chain file (containing the cert) and key files are not named *.pem, fabio will fail to load the chain. I think it's reading just the first cert in the chain file, as it's not expecting to find multiple if the file name isn't .pem.