We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前浏览器在访问HTTPS的网站时,限制了引用的资源也必须都是HTTPS的。因此如果ariang是通过https访问的,在设置rpc时,aria2的rpc也必须是https的(websocket没测试,估计也是限制了必须使用ssl的websocket),不然链接肯定失败,而且浏览器也不会有任何提示。 这个虽然不是ariang的问题,但希望在设置rpc时能给一个提示,免得用户折腾半天也不知道哪里出错了(我就是……)
The text was updated successfully, but these errors were encountered:
最新的AriaNg每日构建版支持在使用https访问AriaNg的时候自动禁用http和不启用ssl的ws,同时在设置的时候有相关提示。
Sorry, something went wrong.
mayswind
No branches or pull requests
目前浏览器在访问HTTPS的网站时,限制了引用的资源也必须都是HTTPS的。因此如果ariang是通过https访问的,在设置rpc时,aria2的rpc也必须是https的(websocket没测试,估计也是限制了必须使用ssl的websocket),不然链接肯定失败,而且浏览器也不会有任何提示。
这个虽然不是ariang的问题,但希望在设置rpc时能给一个提示,免得用户折腾半天也不知道哪里出错了(我就是……)
The text was updated successfully, but these errors were encountered: