You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Per Holmberg <sw...@hotmail.com> on 2019/05/08 13:18:57 UTC

Cannot get http2 plugin to send client certificate at handshake

Hello,

I'm trying to setup JMeter to send http2 requests 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 http2:

Client send "Client Hello"
Server respond with "Server Hello, Certificate, Server Key Exchange, Certificate Request, Server Hello Done"
Client send "Certificate, Client Key Exchange"
..
..

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