-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSLHandshakeException occurs when requesting HTTPS POST #914
Comments
How about support testing option for TLS version? It will be applied to ngrinder http client as below. |
If the protocol is I don't understand that nGrinder HTTP client sends a request with |
same exception as this, how to fix it , please |
@imbyungjun plz, check this. |
This error is not a bug or malfunction of nGrinder. To handle this error, check this question for details.
Simply, the first thing you can do is upgrade your JDK. |
1. Describe the bug 🐞
SSLHandshakeException occurred when requesting HTTPS POST. Even after updating ngrinder to the latest version, the error status remained. Our server does not support below TLS1.2, but request packet from HTTP Client exported from ngrinder seems to send a request to TLSv1 first. I would like to send a request by fixing the TLS version of HTTP Client to 1.2.
2. Reproduction steps
java.lang.System.setProperty("https.protocols", "TLSv1.2");
to the script.3. Environment
4. Screenshots
The text was updated successfully, but these errors were encountered: