草庐IT

SECDoClientHandShake

全部标签

How to Resolve SSL Security Error- [DBNETLIB][ConnectionOpen(SECDoClientHandshake()).]

duringmy deplodeploymentHWSinDeltaVsystem,afterthatoriginallySQLconnectionwasfailedtoconnectsuchasXLReport.forinvesinvestigatewefounddetail   messageisaboutTLS1.0andTLS2.0compacompatibilityissue.so,Ianticipatethatthisarticle,wouldhelpasmanypeopleaspossible. AFewwordsAboutTLS1.0 TSL1.0isconsideredade

XP连接高版本SQLServer提示:ConnectionOpen(SECDoClientHandShake())SSL安全错误解决方案

问题描述使用VB6等古董开发连接高版本SQLServer数据库(我这里是SqlServer2019)的程序时,使用向导配置会提示ConnectionOpen(SECDoClientHandShake())SSL安全错误,而无法正常读写 产生原因连接SQLServer是通过调用本地ODBCSqlServer驱动实现的,但是XP由于太过久远而不支持TLS1.1或者是1.2(具体不太清楚),XPSP3停止了更新,但是POSREADY2009持续更新了很长时间,这两个本质是一样的,也就是说可以通过修改系统借用一部分POSREADY2009的补丁从而让XP支持更新的TLS。解决方案1、下载这几个补丁文件