microsoft / jmeter-performance-analyzer-devops-extension

This task enables to run Performance testng using Apache Jmeter, Analyze report and post results. This task uses Apache Jmeter 5.5 and expects a valid parametrized JMX File, Any input Files, and property file for JMX. The task runs the jmx files according to the configured values in JMX and publishes the result to build artifacts and $web of your storage container. Provides control to fail pipeline if JMeter test fails More details at https://marketplace.visualstudio.com/items?itemName=id-az-pipeline.jmeter-perf-analyzer. You need to enable static hosting in the storage container in order to be able to view html results.
Other
10 stars 5 forks source link

How to provide certificate to a URL that is using a self signed certificate #28

Open cy33hc opened 1 year ago

cy33hc commented 1 year ago

Under the advanced options of this plugin, I would like to reference a privately hosted artifactory with a self signed certificate. I'm getting the following error. How can I provide a certificate path under advanced to use for external URLs.

25-Nov-2022 21:23:38:858 +0000 0db4d554-bed6-471e-884b-96a138187d6e - Downloading File: https://:@myhosted.artifactory.com:443/artifactory/tlnh-generic-local/perf_test_tools/apache-jmeter-5.4.3_11-25-2022.tar.gz to location: apache-jmeter.tgz

[error]Error: self signed certificate in certificate chain

5-k commented 1 year ago

Hi @cy33hc

In your local machine how do you run the jmeter? What command do you use to run the jmeter with self signed cert? Also whats the folder name inside the tar?

Regards Prateek