[GH-ISSUE #3785] Getting REQUEST_ERROR self-signed certificate in certificate chain #1322

Open
opened 2026-03-16 19:49:44 +03:00 by kerem · 1 comment
Owner

Originally created by @serishv on GitHub (Jan 29, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3785

Trying to run a basic test from cli and getting this error REQUEST_ERROR self-signed certificate in certificate chain running a post request, Is there a way to disable self signed certs running hoppscotch cli

Originally created by @serishv on GitHub (Jan 29, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3785 Trying to run a basic test from cli and getting this error REQUEST_ERROR self-signed certificate in certificate chain running a post request, Is there a way to disable self signed certs running hoppscotch cli
Author
Owner

@jamesgeorge007 commented on GitHub (Sep 30, 2025):

Hi, could you try supplying the NODE_TLS_REJECT_UNAUTHORIZED environment variable?

NODE_TLS_REJECT_UNAUTHORIZED=0 hopp test ...
<!-- gh-comment-id:3350545325 --> @jamesgeorge007 commented on GitHub (Sep 30, 2025): Hi, could you try supplying the `NODE_TLS_REJECT_UNAUTHORIZED` environment variable? ``` NODE_TLS_REJECT_UNAUTHORIZED=0 hopp test ... ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1322
No description provided.