mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2522] 使用stcp, edge和chrome无法访问, 但是IE可以 #2002
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#2002
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 @zone53 on GitHub (Aug 9, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2522
一端是 docker, 一端是win10
最新的0.37版本
docker端配置
[secret_docker]
type = stcp
sk = abcdefg
local_ip = 127.0.0.1
local_port = 12345
win10端配置
[secret_win10]
type = stcp
role = visitor
server_name = secret_docker
sk = abcdefg
bind_addr = 127.0.0.1
bind_port = 2333
在chrome的时候无法访问, http://127.0.0.1:2333
提示是:
嗯…
无法访问此页面网址为http://127.0.0.1:2333/ 的页面可能存在问题,或者已永久移动到新的网址。
ERR_UNSAFE_PORT
但是后来发现, 使用IE居然可以成功访问 http://127.0.0.1:2333
请问这是什么问题, 该如何解决呢
想用chrome或者edge访问.
@zone53 commented on GitHub (Aug 9, 2021):
愚蠢了, 是浏览器配置的问题, win10端口改成80就好了 ::>_<::