zalopay-oss / jmeter-grpc-plugin

A JMeter plugin supports load test gRPC
Apache License 2.0
42 stars 23 forks source link

Disable SSL verifications in netty by default #11

Closed danielochoaglobant closed 3 years ago

danielochoaglobant commented 3 years ago

Load testing with ssl enabled is usual in test environments that use self signed and not well crafted certs. The idea is to bypass checking the validity of the certs by default.

thoainguyen commented 3 years ago

@danielochoaglobant if we load test a system which has been load balancing over domain (use nginx, v,.v,.) by scale multiple instance on same url, you can need enable ssl for that purpose.