Am 17.02.19 um 07:22 schrieb Brian Wolfe:
Hi, I am trying to write some tests using the Extended LDAP request
sampler. When using SSL ports I typically get some exceptions regarding
certificates. Is there some way to configure JMeter to ignore these errors.
I find it really painful to have to deal with X hostname does not match a
subject alt name, or some cert path validation error. Or having to procure
CA certs and import them into the local store.
Often times we just want to get a load test up an running to test
performance. This really hinders development time for load tests.

As far as I can see, this is not possible (yet) without modification of JMeter.

You would have to add java.naming.ldap.factory.socket to the env variable in the connect method of o.a.j.p.ldap.sampler.LdapExtClient with the name of your own implementation of a javax.net.ssl.SSLSocketFactory. That factory would have to ignore the wrong host names.

Maybe you would like to open a feature request in our bug tracker or even submit a patch.

FYI we are running jmeter in a distributed mode across multiple servers. We
are also running on Oracle Java 1.8.0_171. Apache Jmeter 3.2r1790748
What are your reasons for staying on version 3.2?

Regards,

 Felix


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to