mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4974] [bug]: Unable to send request error #1885
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1885
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
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[
](url)
Steps to reproduce
Please see the attached screenshot
Logs and Screenshots
Environment
Production
Hoppscotch Version
Cloud
Interceptor
Native - Desktop App
Browsers Affected
No response
Operating System
None
Additional Information
No response
@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
httpsand 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
Or option 2
by adding your company's CA certificate to
Nativeinterceptor so it can use it to verify the nature of the server, simply1. Click on the "CA Certificates" option in
Interceptor->Nativesection2. Import your company's internal CA certificate
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
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.