zalopay-oss/jmeter-grpc-request

http2 exception error

Christian-Marc opened this issue · 1 comments

plugin version 1.2.6
Java version 14.0.1
Jmeter version 5.5
Macbook Pro OS version Ventura 13.5

Configured gRPC call with all the required fields, but receiving an http2 error. Compared the setup with Postman and normally received a replay. I also did a trace route and that was open/OK.

What can result in a http2 error?

Scherm­afbeelding 2023-06-12 om 13 03 02 Scherm­afbeelding 2023-06-12 om 13 02 56

The issue is solved. I added the .jks certificate and also I was only looking at the errors (Error in create SslContext with NPN_AND_ALPN JDK provider does not support NPN_AND_ALPN protocol) what was misleading. There is an error but it is still working.