SQLServer2012搭建AlwaysOn報錯:Certificate not found. State 89
SQLServer 2012搭建AlwaysOn報錯:
Database Mirroring login attempt failed with error: 'Connection handshake failed. The certificate used by the peer is invalid due to the following reason: Certificate not found. State 89.'. [CLIENT: 192.168.1.133]
在主從節點檢視當前的 Endpoint:
select * from master.sys.database_mirroring_endpoints
刪除當前主從的 ENDPOINT:
USE [master]
DROP ENDPOINT Endpoint_Mirroring
GO
重建AlwaysOn。
一切順利,不再報錯。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22996654/viewspace-2704313/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SQLServer2012搭建AlwaysOn報錯SQLServer
- Linux 報錯Certificate verification failed: The certificate is NOT trusted.LinuxAIRust
- GIT clone報錯: SSL certificate problem: unable to get local issuer certificateGit
- PHP composer 報錯 certificate verify failedPHPAI
- 專案使用guzzleHttp報錯:certificate has expiredHTTP
- SQL Server AlwaysOn搭建SQLServer
- electron專案npm i 報錯certificate has expiredNPM
- SQLServer2012對現有AlwaysOn群集新加節點SQLServer
- ubuntu下hadoop0.20.2報錯/dfs/name is in an inconsistent stateUbuntuHadoop
- C++報錯:The build tools for v141 (Platform Toolset = 'v141') cannot be found.C++UIPlatform
- npm報錯:request to https://registry.npm.taobao.org failed, reason certificate has expiredNPMHTTPAI
- .net core中Grpc使用報錯:The remote certificate is invalid according to the validation procedure.RPCREM
- mysql服務啟動報錯Redirecting to systemctl start mysqld.serviceFailed to start mysqld.service:Unit not found.MySqlAI
- SQLSERVER2012備份日誌報錯:”讀取失敗: 23(資料錯誤(迴圈冗餘檢查)。)”SQLServer
- ubuntu進行make時報錯error: Neither flex nor lex was found.UbuntuErrorFlex
- SQLServer2012備份事務日誌報錯:讀取失敗: 1(函式不正確。)SQLServer函式
- SQLServer建立AlwaysOn加副本報錯:副本之間的端點資料加密配置不相容SQLServer加密
- Certificate Authority
- git SSL certificate problem: unable to get local issuer certificateGit
- express: command not found.Express
- 完美解決SqlServer2012啟動報錯(cannot find one or more components.Please reinstall the application。)SQLServerAPP
- Flutter 安裝搭建報錯 Android sdkmanager tool not foundFlutterAndroid
- 老司機 iOS 週報 #89 | 2019-11-04iOS
- oracle 19c dg搭建duplicate過程中報錯Oracle
- Kafka安裝搭建、常見報錯、常用命令Kafka
- 在 centos6.9 上 cdh-5.13.3的搭建報錯CentOS
- SpringCloud-89SpringGCCloud
- 每日導數89
- SSL certificate chainsAI
- yarn certificate has expiredYarn
- SQLServer搭建域控下映象報錯Connection handshake failedSQLServerAI
- Windows下hadoop環境搭建之NameNode啟動報錯WindowsHadoop
- 新搭建的mysql登陸報錯mysql Segmentation fault (core dumped)MySqlSegmentation
- Sqlserver 2014 主從兩節點用指令碼完成alwayson搭建SQLServer指令碼
- JavaScript報錯型別(報錯速查)JavaScript型別
- lnmp環境搭建好後,,,,解析php檔案報錯 502LNMPPHP
- centos7 執行firewall-cmd --state出現錯誤CentOS
- 關於 SAP Cloud Connector 500 failed to sign the Certificate 的錯誤訊息CloudAI