Customers using JMeter script monitors may observe intermittent or consistent failures from specific public monitoring stations. The error logs or monitor reports show the following:
A backend update to ASM public monitoring stations has introduced a compatibility issue with older JMeter engines. Specifically, monitors configured to run on JMeter 4.0 or earlier may fail to correctly pass the SSL client certificate during the handshake process on upgraded stations.
To resolve the handshake failure, the monitor script must be updated to run on JMeter 5.0.
Example from script file:
<jmeterTestPlan version="1.2" properties="4.0" jmeter="5.0">
Note: If the monitor still fails after the upgrade, ensure that any associated .jmx script properties or dependencies are compatible with the JMeter 5.0 environment.