Hi All,
I'm using Taurus in a constrained environment where only https outgoing requests are permitted.
When using Jmeter & Plugins Manager, there's an outgoing request to retrieve a jar using the following url:
This fails as it is not using https. Is there a way to configure the url it's using?
The related taurus configuration is as follows:
The error observed in the taurus log is as follows:
2022-03-03 12:21:38,535 INFO o.j.r.PluginManagerCMD: Downloading jetty-alpn-client...
2022-03-03 12:21:38,983 INFO o.j.r.PluginManagerCMD: Downloaded jetty-alpn-client...
2022-03-03 12:21:38,983 INFO o.j.r.JARSourceHTTP: Downloading:
http://search.maven.org/remotecontent?filepath=net/sf/json-lib/json-lib/2.4/json-lib-2.4-jdk15.jar2022-03-03 12:21:38,983 INFO o.j.r.PluginManagerCMD: Downloading json-lib...
2022-03-03 12:21:39,012 ERROR o.j.r.PluginManager: Failed to download json-lib
java.net.ConnectException: Connection refused (Connection refused)
Thanks for the help.