
问题描述
HeidiSQL使用SQLOLEDB连接SQLServer时老是弹出安全警告:
安全问题:使用中的SQLOLEDB ADOprovider有不安全的TLS 1.0。你应该从Microsoft OLE DB Driver安装https://www.microsoft.com/en-us/download/confirmation.aspx?id=56730
问题分析
SQLOLEDB(旧版 OLE DB 提供程序) 是微软已停止维护的 legacy 驱动,仅支持 TLS 1.0/SSL 3.0 等已被淘汰的弱加密协议,存在严重安全漏洞。虽然点击确定可以继续使用,但是有更安全的方案还是会用更安全的。HeidiSQL 从 v11.1 版本开始就原生支持 MSOLEDBSQL,v12.9 及以上版本更是做了完整适配,你遇到的弹窗是因为默认用了旧版 SQLOLEDB,不是不支持新版驱动。

问题描述
1台阿里云主机Debian11系统,再使用命令 sudo apt update -y && sudo apt upgrade -y 更新补丁时报错。报错信息如下:
E: The repository 'http://mirrors.cloud.aliyuncs.com/debian bullseye-backports Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.







