How to authenticate a REST API request with Node.js - `CERT_HAS_EXPIRED`How do I debug Node.js applications?How do I get started with Node.jsWriting files in Node.jsHow do I pass command line arguments to a Node.js program?Check synchronously if file/directory exists in Node.jsHow to decide when to use Node.js?How to exit in Node.jsWhat is the purpose of Node.js module.exports and how do you use it?How to parse JSON using Node.js?How is an HTTP POST request made in node.js?
Is there any evidence that Cleopatra and Caesarion considered fleeing to India to escape the Romans?
Why does this expression simplify as such?
PTIJ: Why is Haman obsessed with Bose?
Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?
Non-trope happy ending?
Is this part of the description of the Archfey warlock's Misty Escape feature redundant?
Doesn't the system of the Supreme Court oppose justice?
What is the highest possible scrabble score for placing a single tile
Make a Bowl of Alphabet Soup
Why is the "ls" command showing permissions of files in a FAT32 partition?
15% tax on $7.5k earnings. Is that right?
How do I fix the group tension caused by my character stealing and possibly killing without provocation?
What is going on with gets(stdin) on the site coderbyte?
Can I say "fingers" when referring to toes?
Review your own paper in Mathematics
What kind of floor tile is this?
A variation to the phrase "hanging over my shoulders"
Creating two special characters
Multiplicative persistence
Biological Blimps: Propulsion
Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?
The Digit Triangles
Fantasy comedy romance novel, set in medieval times, involving a siege, a nun, and enchanted pickles
Does "he squandered his car on drink" sound natural?
How to authenticate a REST API request with Node.js - `CERT_HAS_EXPIRED`
How do I debug Node.js applications?How do I get started with Node.jsWriting files in Node.jsHow do I pass command line arguments to a Node.js program?Check synchronously if file/directory exists in Node.jsHow to decide when to use Node.js?How to exit in Node.jsWhat is the purpose of Node.js module.exports and how do you use it?How to parse JSON using Node.js?How is an HTTP POST request made in node.js?
We have tried providing a valid session token in X-sess-id
header; bypassing cert verification; signing and providing our own certs; and a combination of all the above. We are always returned the 401 Unauthorized
response with CERT_HAS_EXPIRED
authorization error. We were able to do this with Python passing the verify=False
parameter in the request and also using postman.
node.js
add a comment |
We have tried providing a valid session token in X-sess-id
header; bypassing cert verification; signing and providing our own certs; and a combination of all the above. We are always returned the 401 Unauthorized
response with CERT_HAS_EXPIRED
authorization error. We were able to do this with Python passing the verify=False
parameter in the request and also using postman.
node.js
add a comment |
We have tried providing a valid session token in X-sess-id
header; bypassing cert verification; signing and providing our own certs; and a combination of all the above. We are always returned the 401 Unauthorized
response with CERT_HAS_EXPIRED
authorization error. We were able to do this with Python passing the verify=False
parameter in the request and also using postman.
node.js
We have tried providing a valid session token in X-sess-id
header; bypassing cert verification; signing and providing our own certs; and a combination of all the above. We are always returned the 401 Unauthorized
response with CERT_HAS_EXPIRED
authorization error. We were able to do this with Python passing the verify=False
parameter in the request and also using postman.
node.js
node.js
asked Mar 7 at 23:54
M.RoeM.Roe
12
12
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2f55054684%2fhow-to-authenticate-a-rest-api-request-with-node-js-cert-has-expired%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2f55054684%2fhow-to-authenticate-a-rest-api-request-with-node-js-cert-has-expired%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