-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Wrong SSL Version #1703
Comments
This commonly occurs when you're using a proxy, but there's an attempt to send an HTTPS request via an HTTP proxy. Could you confirm that the Similar to: #235 A detailed explanation can be found here: |
Thanks for the advice. The Problem was that I used https_proxy and not HTTPS_PROXY. |
@xell66 That's odd, the variable should work regardless of case 🤔 |
Marking this as solved for now. Will revisit case issue during future chores. |
@mukeshsinghbhakuni590 - not sure how that relates to this issue. What am I missing? |
I m not relating it i m asking the solution to this issue. |
@mukeshsinghbhakuni590 Ok. The issue you’re posting seems to me like an npm issue and not anything related to Newman. Can you try running |
Hi there,
I have a Problem with Newman and I am not sure if its a Bug. First thing, this works on the same machine with the Postman application and the same URLs and certificates. I need to check if a connection is allowed with specific authetication certificates and want to automate this tests with newman. --insecure doesn't help and dont change the error. Has anyone an Idea? Thanks!
Comand in cli: 'newman run collection.json --ssl-client-cert client.cer --ssl-client-key keyfile.key'
LOGFILE:
→ Case1
GET https://XXXXX [errored]
tunneling socket could not be established, cause=write EPROTO 140000783112000:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:252:
→ Case2
GET https://XXXXX [errored]
tunneling socket could not be established, cause=write EPROTO 140000783112000:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:252:
→ Case3
GET https://XXXXXX [errored]
tunneling socket could not be established, cause=write EPROTO 140000783112000:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:252:
→ Case4
GET https://XXXXXX [errored]
tunneling socket could not be established, cause=write EPROTO 140000783112000:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:252:
The text was updated successfully, but these errors were encountered: