Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
projectdiscovery
/
httpx
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
10.4k
Code
Issues
2
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
fix: stop reporting TLS-only ports as plain http
- #2577
#2577
Merged
ehsandeep
merged 12 commits into
dev
projectdiscovery/httpx:dev
from
fix/retry-https-on-tls-required
projectdiscovery/httpx:fix/retry-https-on-tls-required
Copy head branch name to clipboard
Sep 4, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
fix: stop reporting TLS-only ports as plain http
#2577
ehsandeep
merged 12 commits into
dev
projectdiscovery/httpx:dev
from
fix/retry-https-on-tls-required
projectdiscovery/httpx:fix/retry-https-on-tls-required
Copy head branch name to clipboard
Commits
Commits on Sep 2, 2026
fix: retry over https when a plaintext probe is rejected for missing TLS
Show description for c75ee0c
knakul853
committed
c75ee0c
View commit details
Copy full SHA for c75ee0c
Browse repository at this point
refactor: fold the TLS retry test into runner_test.go
Show description for 9c9ef00
knakul853
committed
9c9ef00
View commit details
Copy full SHA for 9c9ef00
Browse repository at this point
fix(test): check the error from server.Serve
Show description for 52a5352
knakul853
committed
52a5352
View commit details
Copy full SHA for 52a5352
Browse repository at this point
refactor: let the TLS handshake decide the scheme, not the error text
Show description for c2d9c6b
knakul853
committed
c2d9c6b
View commit details
Copy full SHA for c2d9c6b
Browse repository at this point
docs: cut the TLS upgrade comment to the fact that is not in the code
Show description for 5a228a1
knakul853
committed
5a228a1
View commit details
Copy full SHA for 5a228a1
Browse repository at this point
fix(test): read the request before the listener answers
Show description for 77aed88
knakul853
committed
77aed88
View commit details
Copy full SHA for 77aed88
Browse repository at this point
fix: do not attempt the TLS upgrade in unsafe mode
Show description for 46e30ee
knakul853
committed
46e30ee
View commit details
Copy full SHA for 46e30ee
Browse repository at this point
chore: restore ports_optimization_test.go to dev
Show description for 22c50cd
knakul853
committed
22c50cd
View commit details
Copy full SHA for 22c50cd
Browse repository at this point
fix: keep the plaintext response until the HTTPS attempt succeeds
Show description for 73e169c
knakul853
committed
73e169c
View commit details
Copy full SHA for 73e169c
Browse repository at this point
fix: restore the URL alongside the retained plaintext response
Show description for 65897ae
knakul853
committed
65897ae
View commit details
Copy full SHA for 65897ae
Browse repository at this point
Commits on Sep 3, 2026
test: cover restored scheme in HTTP/2 probe
knakul853
committed
d050453
View commit details
Copy full SHA for d050453
Browse repository at this point
fix: address PR review comments
knakul853
committed
3369167
View commit details
Copy full SHA for 3369167
Browse repository at this point
You can’t perform that action at this time.