Philip Frerk

Results 3 comments of Philip Frerk

I have the same problem under Debian. I had to install the library manually in my Dockerfile to circumvent the error. Downloaded the lib from here http://ftp.uni-kl.de/pub/linux/debian-security/pool/updates/main/o/openssl/ as my package...

We also have this problem. Our workaround is to run each scenario like this: ``` scenarios.ForEach(scenario => NBomberRunner .RegisterScenarios(scenario) .WithWorkerPlugins(new HttpMetricsPlugin([HttpVersion.Version1])) .LoadConfig( runAsCluster ? "Properties/default-cluster-config.json" : "Properties/default-single-config.json" ) .Run() );...