If there is nothing that speaks against that I would file a PR for this.
Should I only do this if encryption is required by the security object?
Another question: does it make sense to add a feature to automatically generate certificates for worker, scheduler and client in the jobque case?
Currently you will get an runtime error:
RuntimeError: encryption required by Dask configuration, refusing communication from/to 'tcp://'
(Actually I then accidentially set tls via the scheduler options which made things worse: the workers silently failed to connect)
If there is nothing that speaks against that I would file a PR for this.
Should I only do this if encryption is required by the security object?
Another question: does it make sense to add a feature to automatically generate certificates for worker, scheduler and client in the jobque case?
Currently you will get an runtime error:
RuntimeError: encryption required by Dask configuration, refusing communication from/to 'tcp://'(Actually I then accidentially set tls via the scheduler options which made things worse: the workers silently failed to connect)