mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2788] http proxy request error: no such domain - subdomain not work #2229
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2229
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 @walejandromt on GitHub (Feb 6, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2788
Bug Description
i try configured frp server into server with public ip and server into NAT but when i configured subdomains is not work
but into log frps i see
https proxy listen for host [test.myhost.com]but when i try connect in the log i seeerror: no such domain: test.myhost.comWebsite:

frpc Version
0.39.0
frps Version
0.39.0
System Architecture
linux/amd64
Configurations
frps.ini
frpc.ini
Logs
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Feb 7, 2022):
Cannot be reproduced
Alternatively, try whether the web server at 127.0.0.1:31648 is working properly
@walejandromt commented on GitHub (Feb 7, 2022):
Hi! thanks for you response
all services in 127.0.0.1:31648 its online but i dont know why i need configure https and http for all domains
all rigth work with this configure properties, only add http for all domains and now work!:
this is one case particularity becaose my localhost is inside double NAT maybe you dont can replicate configuration, now work with http and https in the configuration of frpc thanks!