Allow tls rejectUnauthorized option in cli paramsΒ #60
Open
Description
Loving this tool, however I'm needing to pass in:
tls: {
rejectUnauthorized: false
}
to bull options (ie: not using cert with --cert) to suit my needs.
Perhaps you could add in a --reject-unauthorized flag to enable this feature?
Happy to make a PR if you agree this would be a useful feature.