mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5411] [bug]: HTTPS requests to IP addresses fail due to certificate validation issues #2077
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#2077
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 @Sunlery on GitHub (Sep 29, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5411
Is there an existing issue for this?
Platform
Desktop App
Browser
Edge
Operating System
Windows
Bug Description
Description
When attempting to make HTTPS requests to an IP address (e.g.,
https://192.168.1.100), Hoppscotch fails to complete the request due to SSL certificate validation errors. This is a common scenario in local development, internal networks, or IoT environments where services are exposed via IP rather than a domain name.Steps to Reproduce
Expected Behavior
Actual Behavior
Screenshots / Logs
If applicable, attach screenshots of the error or browser console logs.
Environment
Additional Notes
In development and internal environments, it is common to expose services via IP addresses with self-signed certificates. Supporting this use case would make Hoppscotch more versatile for developers and system administrators.
Deployment Type
Hoppscotch Cloud
Version
No response