HTTP and HTTPS test slightly different, HTTPS needs to load the certificate, the port is not the same, the operation is as follows:
1. Download the tested URL Certificate import
It was tested using Google Chrome.
Files that generate the. cer suffix
2. Convert the exported certificate to. Storeformat of the file, the steps are as follows:
run under the bin path of the JMeter installation
Keytool-import-alias "Name.store"-file "path"-keystore Name.store
where name is the converted file name; path is the location where the. cer file is stored
Enter password -add trust (password set yourself)
To view files:
3. Enter 443 on the port number of the HTTP request , protocol input https
4. Add a certificate in SSL Manager (option --ssl manager)
Certificates converted to. store files are stored by default in the bin path of the JMeter installation
Run-time requires a password, password is the password entered in step 2nd
The test results are as follows: (select Brower to see the response results more clearly)
Certificate Import for HTTPS interface test