Http request error | JMeter Forum
D
Dileep Posted on 10/10/2018

D
Dileep Replied on 10/10/2018

When I run http request I am getting following error, 
Response code: Non http responce code: javax.net.ssl.SSLprotocol exception


A
Abhishek Puri Replied on 11/10/2018

Please share the screenshot of the sampler error as well as the HTTP Sampler configuration.


D
Dileep Replied on 11/10/2018

this screen shot is the sample http request 

Responsive image

D
Dileep Replied on 11/10/2018

This is the responce code I am getting and why 2 request showing one is green and another one red

Responsive image

A
Abhishek Puri Replied on 11/10/2018

Please note that the request is getting redirected. So, as a result, you are able to see two samplers in view results tree.
Now, regarding SSL exception, you need to manually add the SSL certificate in order to access the page.
You can obtain the certificate from the client.


D
Dileep Replied on 11/10/2018

May I know where I need to add and what are steps I need to follow for resolving this issue


A
Abhishek Puri Replied on 12/10/2018

You can include the certificate by using the key combination "Ctrl + M".


D
Dileep Replied on 12/10/2018

After adding also still I am getting same error


A
Abhishek Puri Replied on 12/10/2018

You can add the JKS file manually in jmeter.properties.
All you need to do is keep the .jks file in the bin directory and do the following below

# Keystore file that contains private key
server.rmi.ssl.keystore.file=keystorefile.jks
#
# Password of Keystore
server.rmi.ssl.keystore.password=changeit?

After this configuration restart JMeter.


D
Dileep Replied on 12/10/2018

Still I am getting same error


A
Abhishek Puri Replied on 12/10/2018

Please add me on skype at abhishek@whizdomtraining.com


Related Posts