[GH-ISSUE #4974] [bug]: Unable to send request error #1885

Closed
opened 2026-03-16 22:15:37 +03:00 by kerem · 1 comment
Owner

Originally created by @supriyahegde on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4974

Is there an existing issue for this?

  • I have searched existing issues and this bug hasn't been reported yet

Current behavior

HI Team,

Im unable to send request as you can see in the attached screenshot.
I receive Interceptor issue for the same.

Could you please help me to get this resolved.

Thanks,
Supriya[

Image

](url)

Steps to reproduce

Please see the attached screenshot

Image

Logs and Screenshots


Environment

Production

Hoppscotch Version

Cloud

Interceptor

Native - Desktop App

Browsers Affected

No response

Operating System

None

Additional Information

No response

Originally created by @supriyahegde on GitHub (Apr 9, 2025). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4974 ### Is there an existing issue for this? - [x] I have searched existing issues and this bug hasn't been reported yet ### Current behavior HI Team, Im unable to send request as you can see in the attached screenshot. I receive Interceptor issue for the same. Could you please help me to get this resolved. Thanks, Supriya[ ![Image](https://github.com/user-attachments/assets/b51ff110-db9f-4f8e-8a83-e5451725f0b6) ](url) ### Steps to reproduce Please see the attached screenshot ![Image](https://github.com/user-attachments/assets/da3384d6-85bf-404b-8a77-a98daf67d1b5) ### Logs and Screenshots ```shell ``` ### Environment Production ### Hoppscotch Version Cloud ### Interceptor Native - Desktop App ### Browsers Affected _No response_ ### Operating System None ### Additional Information _No response_
kerem 2026-03-16 22:15:37 +03:00
Author
Owner

@CuriousCorrelation commented on GitHub (Apr 9, 2025):

Hey @supriyahegde, thanks for the report. I see you're running into a rather common issue when connecting to servers with certificates that your system or the app doesn't recognize as trusted. I can see you're trying to access a corporate URL over https and since this is a non-public domain, Hoppscotch doesn't have the internal CA certificate needed to verify the connection.

There are two ways you can fix this,

1 is by temporarily disabling certificate verification since you know the connection is safe, by simply unchecking "Verify Host" and "Verify Peer" in the settings panel

Image

Or option 2

by adding your company's CA certificate to Native interceptor so it can use it to verify the nature of the server, simply

1. Click on the "CA Certificates" option in Interceptor -> Native section

Image

2. Import your company's internal CA certificate

Image

3. Keep "Verify Host" and "Verify Peer" enabled

This will be applied globally and will definitely work, although I will highly recommend narrowing down the scope to the domain you want to test

Image

Image

This will be step 0 to be followed by the steps from options 2.

And although option 1 is generally safe for internal/trusted networks, the option 2 is the recommended approach.

This is another thread with similar requirements which you might find helpful.

<!-- gh-comment-id:2788708381 --> @CuriousCorrelation commented on GitHub (Apr 9, 2025): Hey @supriyahegde, thanks for the report. I see you're running into a rather common issue when connecting to servers with certificates that your system or the app doesn't recognize as trusted. I can see you're trying to access a corporate URL over `https` and since this is a non-public domain, Hoppscotch doesn't have the internal CA certificate needed to verify the connection. #### There are two ways you can fix this, **1** is by temporarily disabling certificate verification since you know the connection is safe, by simply unchecking "Verify Host" and "Verify Peer" in the settings panel ![Image](https://github.com/user-attachments/assets/342d766c-7a58-43b1-9228-f01e0255e3bb) #### Or option **2** by adding your company's CA certificate to `Native` interceptor so it can use it to verify the nature of the server, simply ##### 1. Click on the "CA Certificates" option in `Interceptor` -> `Native` section ![Image](https://github.com/user-attachments/assets/7a19481b-e5ba-4ccd-98ef-e22de0acf013) ##### 2. Import your company's internal CA certificate ![Image](https://github.com/user-attachments/assets/aa66fd6e-b2a4-4ec3-87b9-c1ddd816fb14) ##### 3. Keep "Verify Host" and "Verify Peer" enabled --- This will be applied globally and will definitely work, although I will highly recommend narrowing down the scope to the domain you want to test ![Image](https://github.com/user-attachments/assets/8387bd9a-b0e2-4a8b-b7d3-f8e3d35e32ec) ![Image](https://github.com/user-attachments/assets/5e19c888-678e-4ddb-b05f-eebc47176dd9) **This will be step 0 to be followed by the steps from options 2.** And although option **1** is generally safe for internal/trusted networks, the option **2** is the recommended approach. This is [another thread](https://github.com/hoppscotch/hoppscotch/discussions/4875) with similar requirements which you might find helpful.
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#1885
No description provided.