[GH-ISSUE #2522] 使用stcp, edge和chrome无法访问, 但是IE可以 #2002

Closed
opened 2026-05-05 13:17:44 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @zone53 on GitHub (Aug 9, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2522

  1. 使用环境
    一端是 docker, 一端是win10
  2. 版本
    最新的0.37版本
  3. 配置
    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

  1. 问题
    在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访问.

Originally created by @zone53 on GitHub (Aug 9, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2522 1. 使用环境 一端是 docker, 一端是win10 2. 版本 最新的0.37版本 3. 配置 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 4. 问题 在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访问.
Author
Owner

@zone53 commented on GitHub (Aug 9, 2021):

愚蠢了, 是浏览器配置的问题, win10端口改成80就好了 ::>_<::

<!-- gh-comment-id:894975691 --> @zone53 commented on GitHub (Aug 9, 2021): 愚蠢了, 是浏览器配置的问题, win10端口改成80就好了 ::>_<::
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2002
No description provided.