-
hi huashengdun,
我的webssh在vps上运行起来了,只启用http方式没有问题,但是HTTPS就会报Websocket authentication failed.错误,我的配置有什么问题吗?
wssh --port=8080 --sslport=8443 --certfile='cert.crt' --keyfile='cert.key' --xheaders=False …
-
我所希望的使用方式:
在我的web页面中,提供一个按钮,点击后,使用下面的方式
window.open("http://wsship:port/api?hostname=xx&port=xx&username=xx&password=xxx")
参数最好使用post,最好使用某种方式加密。
不知能否支持上述需求,谢谢!
-
您好,登录报错.
![2019-07-09_181604](https://user-images.githubusercontent.com/52702943/60884716-34fcb100-a280-11e9-8dda-4706fd8415ff.png)
部署环境:同一网络中,一台服务器安装Nginx做代理,另一台服务器上部署webssh.
在不使用Nginx做代理的情况下,…
-
Logging in to Web SSH of from Azure Portal, `/home/site/wwwroot` is shown as initial directory.
But current directory is `/home` actually as following image.
![image](https://user-images.githubuse…
ghost updated
5 years ago
-
大佬,我看了channels文档,好像都是用来做聊天室之类的,想试着做找回进度条的功能,一点思路都没有,有什么能参考一下的么
-
**### **Errors:****
Traceback (most recent call last):
File "/usr/local/python35/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/local/python35/lib/python3…
-
我使用的docker镜像安装的,安装了两次,用户权限过滤显示的是空白,我不知道是不是我哪里配置不对?
-
Traceback (most recent call last):
File "/bin/wssh", line 9, in
load_entry_point('webssh==1.2.0', 'console_scripts', 'wssh')()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", lin…
-
我们现在想将webssh集合到内部发布系统,减少登录堡垒机到操作,请问下如何将xsrf移除呢
目前已经采取过到是,请求 `127.0.0.1:8888` 抓取 _xsrf,发送`post`请求获取websokcet链接的`id`,然后使用该ID进行链接,但是auth没有通过
-
wssh的日志如下:
[I 190529 09:15:52 settings:98] WarningPolicy
[I 190529 09:15:52 main:39] Listening on 0.0.0.0:8022 (http)
[W 190529 09:16:09 handler:119] Public plain http request is forbidden.
[W 190…