centos6.6做网站,layui 网站建设模板,天津市建设,crm管理系统架构Remmina在ubuntu22.04中无法连接Windows
问题
提示为#xff1a; 无法通过TLS到RDP服务器… 分析
原因是Remmina需要使用openssl通过RDP加密与Windows计算机连接#xff0c;而ubuntu22.04系统中OpenSSL版本为3.0#xff0c;Openssl3 将 tls1.2 和 sha1 的默认安全级别…Remmina在ubuntu22.04中无法连接Windows
问题
提示为 无法通过TLS到RDP服务器… 分析
原因是Remmina需要使用openssl通过RDP加密与Windows计算机连接而ubuntu22.04系统中OpenSSL版本为3.0Openssl3 将 tls1.2 和 sha1 的默认安全级别从安全级别 1 更改为 0这意味着连接老版本的Windows默认将有问题只需在 TLS 降级的情况下运行在Remmina 1.4.26中已经可以设置TLS安全级别解决这个问题。 可以看到ubuntu默认的版本为1.4.25
解决办法
升级Remmina
根据官方解决版本添加ubuntu的源并更新Remmina
# 杀死remmina
sudo killall remminasudo apt-add-repository ppa:remmina-ppa-team/remmina-next
sudo apt update
sudo apt install remmina remmina-plugin-rdp remmina-plugin-secret重启(可能非必须)后连接Windows远程桌面时在TLS安全级别中可以选择0即可正常连接
参考
https://askubuntu.com/questions/1415498/error-when-trying-to-connect-to-windows-computer-with-remmina
https://gitlab.com/Remmina/Remmina/-/wikis/home