zalopay-oss / jmeter-grpc-plugin

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

Add ability to provide client side cert file #13

Closed tateexon closed 3 years ago

tateexon commented 3 years ago

My testing required the ability to pass a client side cert which was missing from the implementation. These changes allow you to use ssl in two different ways now.

  1. Use ssl as it was before these changes works exactly the same if you set UseSsl to true and leave the cert file path empty.
  2. Use ssl with a client side cert by setting UseSsl to true and add a path to the cert file.

If there is a better way to do this please let me know and I will update the changes.

These changes also bump up to the latest versions of grpc.

thoainguyen commented 3 years ago

Thank you @tateexon

tateexon commented 3 years ago

Thank you @thoainguyen for making this plugin!

thoainguyen commented 3 years ago

Hi @tateexon, I replace text editor by file select GUI in this MR, would you like it