Hello,Related to plugin:
HTTP/2 Sampler
Vendor: BlazeMeter
HTTP/2 protocol sampler
What's new in version 1.4: Fixed serialization issue for JMeter distributed mode
Maven groupId: com.blazemeter, artifactId: jmeter-bzm-http2, version: 1.4
I'm trying to setup JMeter to send http2 requests with https but I have problems with the handshake process while exchanging certificates between client and server.When trying my request with http1.1 the handshake works ok, so the certificate should then be ok. I can see the following sequence in wireshark when using the http2 plugin: Client send "Client Hello"
Server respond with "Server Hello, Certificate, Server Key Exchange, Certificate Request, Server Hello Done"Client send "Certificate, Client Key Exchange" (Here I assume there is an issue with the plugin since the certificate parameter is empty)....
..
The issue seems to be that the client (my JMeter) does not include the certificate at handshake, the certificate parameter is visible in wireshark but it is empty.
The server respond with "Bad Certificate".
Any idea of what could be the issue for JMeter to not include the certificate during handshake?
Rgds,
Per