mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2990] [求助]有没有用frp做内网穿透访问code-server的 #2386
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#2386
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 @HuaWang135608 on GitHub (Jun 21, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2990
Describe the feature request
服务器部署了code-server,使用frp做内网穿透访问,但是打不开
ipynb文件,会一直加载空窗口;问下有没有遇到同样问题的老哥,求助一下。浏览器报错如下:
Describe alternatives you've considered
如果使用frp做https代理需要做哪些配置?
Affected area
@Becods commented on GitHub (Jun 22, 2022):
Module 'pip' not installed.
Enable HTTPS for local HTTP(S) service
@HuaWang135608 commented on GitHub (Jun 22, 2022):
远程桌面测试可用,使用代理后无法加载jupyter notebook;pip也安装了,在对应的仓库问了好几天了,实在解决不掉😭-------- 原始邮件 --------发件人: 蓝云Reyes @.>日期: 2022年6月22日周三 22:31收件人: fatedier/frp @.>抄送: HuaWang135608 @.>, Author @.>主 题: Re: [fatedier/frp] [求助]有没有用frp做内网穿透访问code-server的 (Issue #2990)
Module 'pip' not installed.
Enable HTTPS for local HTTP(S) service
另外
能不能搞清楚问题的主体再去对应的仓库问啊
能不能本地测试一下再上frp啊
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
@Becods commented on GitHub (Jun 22, 2022):
nginx反代重写
具体方法看官方文档
@HuaWang135608 commented on GitHub (Jun 22, 2022):
好的,code-server那边的解决方法之一就是nginx代理。
谢谢您的回复。