hemikak / mqtt-jmeter

This is the plugin for Jmeter to Test MQTT protocol
Apache License 2.0
22 stars 7 forks source link

Ocsp stapling does not work if the first CA url fails #26

Closed hemikak closed 5 years ago

hemikak commented 5 years ago

Description: When getting AIA locations from the cert, it will have more than 1 CA URL. We need to iterate through every URL if the previous one fails.

Currently, this looks only in the first URL. This needs to be fixed.