Open
Description
Currently (at least when using the wiretap_server.conf
file) the server errors out if the --simple
flag was used in the configure
command. You can fix it by passing the --simple
flag to the server too, but it would be better if the server could auto-detect this configuration.
Easiest solution would probably be to just add a Simple = True
value to the config file.
Haven't tested the behavior when using the generated CLI commands yet. May need to add a similar value to the environment variables if it's not already there.