[GH-ISSUE #3529] [feature]: CLI - option to disable certificate check to allow running against insecure servers #1202

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

Originally created by @RumenBlack84 on GitHub (Nov 9, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3529

Is there an existing issue for this?

  • I have searched the existing issues

Summary

When trying to run hopp test against a host that doesn't not have a publicly trusted certificate the request fails with this error

CMK QA6060/B-FW02 IPTables State reported errors:
  REQUEST_ERROR unable to verify the first certificate

Normally in the web client one would simply disable certificate checking. Can we have a command line flag to achieve the same with the cli client?

Why should this be worked on?

Many internal development environments will not have valid public certificates due to cost or logistic issues.

Originally created by @RumenBlack84 on GitHub (Nov 9, 2023). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3529 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary When trying to run hopp test against a host that doesn't not have a publicly trusted certificate the request fails with this error ``` CMK QA6060/B-FW02 IPTables State reported errors: REQUEST_ERROR unable to verify the first certificate ``` Normally in the web client one would simply disable certificate checking. Can we have a command line flag to achieve the same with the cli client? ### Why should this be worked on? Many internal development environments will not have valid public certificates due to cost or logistic issues.
Author
Owner

@vkopecky commented on GitHub (Apr 16, 2024):

try $env:NODE_TLS_REJECT_UNAUTHORIZED=0

<!-- gh-comment-id:2058713940 --> @vkopecky commented on GitHub (Apr 16, 2024): try $env:NODE_TLS_REJECT_UNAUTHORIZED=0
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#1202
No description provided.