Newman call returns ssl3_read_bytes alert handshake failure
up vote
0
down vote
favorite
Using Newman to run a collection, I am seeing the following error:
GET https://aai-udev02.dev.att.com:8443/narad/v1/common/policies/policy/f74133af-e758-4e63-9eab-caf37acfc6f4?depth=2 [errored]
write EPROTO 140736015946624:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1407:SSL alert number 40
I'm not sure where this error is coming from, nor how to fix it. Have any Newman users seen this error in the past? Note, I'm also working behind a proxy (not sure if it has anything to do with this error).
ssl openssl postman newman
add a comment |
up vote
0
down vote
favorite
Using Newman to run a collection, I am seeing the following error:
GET https://aai-udev02.dev.att.com:8443/narad/v1/common/policies/policy/f74133af-e758-4e63-9eab-caf37acfc6f4?depth=2 [errored]
write EPROTO 140736015946624:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1407:SSL alert number 40
I'm not sure where this error is coming from, nor how to fix it. Have any Newman users seen this error in the past? Note, I'm also working behind a proxy (not sure if it has anything to do with this error).
ssl openssl postman newman
What command are you using to run Newman?
– Danny Dainton
Nov 8 at 18:37
I'm using: newman run -d <data-source> <collections.json file>
– kramsiv94
Nov 8 at 18:59
The collection file probably needs to be at the start before the data file but that's a different thing. Have you tried adding the-k
flag to the end and running it?
– Danny Dainton
Nov 8 at 20:21
Yup, tried -k and --insecure, but no luck unfortunately. Still seeing the same error
– kramsiv94
Nov 8 at 21:06
In addition to the above, which Node version are you performing thenewman run ...
command on? Also, does the endpoint in question require/go through a proxy?
– Kunal Nagpal
Nov 10 at 12:20
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Using Newman to run a collection, I am seeing the following error:
GET https://aai-udev02.dev.att.com:8443/narad/v1/common/policies/policy/f74133af-e758-4e63-9eab-caf37acfc6f4?depth=2 [errored]
write EPROTO 140736015946624:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1407:SSL alert number 40
I'm not sure where this error is coming from, nor how to fix it. Have any Newman users seen this error in the past? Note, I'm also working behind a proxy (not sure if it has anything to do with this error).
ssl openssl postman newman
Using Newman to run a collection, I am seeing the following error:
GET https://aai-udev02.dev.att.com:8443/narad/v1/common/policies/policy/f74133af-e758-4e63-9eab-caf37acfc6f4?depth=2 [errored]
write EPROTO 140736015946624:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1407:SSL alert number 40
I'm not sure where this error is coming from, nor how to fix it. Have any Newman users seen this error in the past? Note, I'm also working behind a proxy (not sure if it has anything to do with this error).
ssl openssl postman newman
ssl openssl postman newman
asked Nov 8 at 17:45
kramsiv94
7711
7711
What command are you using to run Newman?
– Danny Dainton
Nov 8 at 18:37
I'm using: newman run -d <data-source> <collections.json file>
– kramsiv94
Nov 8 at 18:59
The collection file probably needs to be at the start before the data file but that's a different thing. Have you tried adding the-k
flag to the end and running it?
– Danny Dainton
Nov 8 at 20:21
Yup, tried -k and --insecure, but no luck unfortunately. Still seeing the same error
– kramsiv94
Nov 8 at 21:06
In addition to the above, which Node version are you performing thenewman run ...
command on? Also, does the endpoint in question require/go through a proxy?
– Kunal Nagpal
Nov 10 at 12:20
add a comment |
What command are you using to run Newman?
– Danny Dainton
Nov 8 at 18:37
I'm using: newman run -d <data-source> <collections.json file>
– kramsiv94
Nov 8 at 18:59
The collection file probably needs to be at the start before the data file but that's a different thing. Have you tried adding the-k
flag to the end and running it?
– Danny Dainton
Nov 8 at 20:21
Yup, tried -k and --insecure, but no luck unfortunately. Still seeing the same error
– kramsiv94
Nov 8 at 21:06
In addition to the above, which Node version are you performing thenewman run ...
command on? Also, does the endpoint in question require/go through a proxy?
– Kunal Nagpal
Nov 10 at 12:20
What command are you using to run Newman?
– Danny Dainton
Nov 8 at 18:37
What command are you using to run Newman?
– Danny Dainton
Nov 8 at 18:37
I'm using: newman run -d <data-source> <collections.json file>
– kramsiv94
Nov 8 at 18:59
I'm using: newman run -d <data-source> <collections.json file>
– kramsiv94
Nov 8 at 18:59
The collection file probably needs to be at the start before the data file but that's a different thing. Have you tried adding the
-k
flag to the end and running it?– Danny Dainton
Nov 8 at 20:21
The collection file probably needs to be at the start before the data file but that's a different thing. Have you tried adding the
-k
flag to the end and running it?– Danny Dainton
Nov 8 at 20:21
Yup, tried -k and --insecure, but no luck unfortunately. Still seeing the same error
– kramsiv94
Nov 8 at 21:06
Yup, tried -k and --insecure, but no luck unfortunately. Still seeing the same error
– kramsiv94
Nov 8 at 21:06
In addition to the above, which Node version are you performing the
newman run ...
command on? Also, does the endpoint in question require/go through a proxy?– Kunal Nagpal
Nov 10 at 12:20
In addition to the above, which Node version are you performing the
newman run ...
command on? Also, does the endpoint in question require/go through a proxy?– Kunal Nagpal
Nov 10 at 12:20
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53213402%2fnewman-call-returns-ssl3-read-bytes-alert-handshake-failure%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What command are you using to run Newman?
– Danny Dainton
Nov 8 at 18:37
I'm using: newman run -d <data-source> <collections.json file>
– kramsiv94
Nov 8 at 18:59
The collection file probably needs to be at the start before the data file but that's a different thing. Have you tried adding the
-k
flag to the end and running it?– Danny Dainton
Nov 8 at 20:21
Yup, tried -k and --insecure, but no luck unfortunately. Still seeing the same error
– kramsiv94
Nov 8 at 21:06
In addition to the above, which Node version are you performing the
newman run ...
command on? Also, does the endpoint in question require/go through a proxy?– Kunal Nagpal
Nov 10 at 12:20