Check for config value before trying to read
Closed this issue · 1 comments
mapemapemape commented
If server_ssl_ca isn't set when running script it tries to read it from the config file. If the value isn't set in the config file either the script crashes.
Check if the value exists before trying to read it.
oyvindhagberg commented
Fixed by #179