Re: InfluxDB in docker container and its access URL

2022-07-15 Thread Tong Sun
On Fri, Jul 15, 2022 at 10:22 AM Tong Sun wrote: > >> . . . I had problems trying to connect from jmeter to InfluxDB using >> https://github.com/testsmith-io/jmeter-influxdb-grafana-docker as-is. >> >> > Wait, here > >

Re: InfluxDB in docker container and its access URL

2022-07-15 Thread Tong Sun
On Fri, Jul 15, 2022 at 9:54 AM Tong Sun wrote: > Hi Dmitri, > > Found your answer at > > https://stackoverflow.com/questions/72012407/cannot-see-jmeter-measurement-filter-in-influxdb > > which states: > > If you're running docker container*s* then I strongly doubt your InfluxDB >> URL of

InfluxDB in docker container and its access URL

2022-07-15 Thread Tong Sun
Hi Dmitri, Found your answer at https://stackoverflow.com/questions/72012407/cannot-see-jmeter-measurement-filter-in-influxdb which states: If you're running docker container*s* then I strongly doubt your InfluxDB > URL of http://localhost:8086 is correct, you will have to use the > container

RE: Certificate error while running test

2022-07-15 Thread John.E.Gregg
The trust store used by JMeter probably does not contain the certificate authority that signed the server’s certificate. If you’re unsure which CA it is, just hit the endpoint in your browser. By default, JMeter users the JDK’s trust store. If you’re hitting an internal server with a cert

Re: Certificate error while running test

2022-07-15 Thread Deepak Goel
The error is not clearly visible in the image shared by you. Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deicool LinkedIn: www.linkedin.com/in/deicool "Plant a Tree,

Re: Certificate error while running test

2022-07-15 Thread Dmitri T
The error means that there is a problem with SSL certificate of the system you're testing. The reasons could be numerous: 1. Certificate has expired 2. Host mismatch 3. Self-signed 4. Untrusted 5. Revoked 6. Incomplete chain 7. etc. You can work it around either by importing the certificate