証明書エラー「セッションに証明書が含まれていません - 信頼できない」が原因で MID サーバーが自動アップグレードされませんでしたIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 証明書エラーにより、MID サーバーが自動的にアップグレードされませんでした。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Cause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } エージェントログでエラーを確認します: 11/26/21 03:32:55 (115) MIDServer OCSPCheck adding BouncyCastle provider at -1 11/26/21 03:32:55 (116) MIDServer OCSPCheckedCertificateCache build with max capacity 32 11/26/21 03:32:55 (116) MIDServer OCSPRevokedCertificateCache build with max capacity 16 11/26/21 03:32:55 (116) MIDServer OCSPTimeoutErrorCache build with max capacity 16 11/26/21 03:32:55 (123) MIDServer WARNING *** WARNING *** org.apache.commons.httpclient.HttpException: Session contains no certificates - Untrusted 11/26/21 03:32:55 (123) MIDServer SEVERE *** ERROR *** getRecords failed (org.apache.commons.httpclient.HttpException: Session contains no certificates - Untrusted) 11/26/21 03:32:55 (134) MIDServer WARNING *** WARNING *** MIDRemoteGlideRecord.query failed, retrying in 10 seconds 11/26/21 03:33:05 (683) MIDServer Integration crypto failure protocol=HTTPS javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated: peer not authenticated 以下のコマンドの追加を依頼 keytool -import -alias MyCA1 -file "C:\certificate\cert1.cer" -keystore "C:\MID_Server\agent\Program Files\Java\jre1.8.0_161\lib\security\cacerts" keytool -import -alias MyCA2 -file "C:\certificate\cert2.cer" -keystore "C:\MID_Server\agent\Program Files\Java\jre1.8.0_161\lib\security\cacerts" keytool -import -alias MyCA3 -file "C:\certificate\cert3.cer" -keystore "C:\MID_Server\agent\Program Files\Java\jre1.8.0_161\lib\security\cacerts" keytool -import -alias MyCA4 -file "C:\certificate\cert4.cer" -keystore "C:\MID_Server\agent\Program Files\Java\jre1.8.0_161\lib\security\cacerts" 正常に動作するかどうか、またはコマンドプロンプトでエラーが発生しているにもかかわらず、MID サーバーが稼働していないかどうかを確認します警告: <thawtepremiumserverca [jdk]> uses a 1024-bit RSA key which is considered a security risk. This key size will be disabled in a future update. <verisignclass2g2ca [jdk]> uses a 1024-bit RSA key which is considered a security risk. This key size will be disabled in a future update. <verisignclass3ca [jdk]> uses a 1024-bit RSA key which is considered a security risk. This key size will be disabled in a future update. <verisignclass3g2ca [jdk]> uses a 1024-bit RSA key which is considered a security risk. This key size will be disabled in a future update. <verisigntsaca [jdk]> uses a 1024-bit RSA key which is considered a security risk. This key size will be disabled in a future update. Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } MID サーバー Zip ファイルをダウンロードします。MID サーバーを手動でアップグレードします。ログに証明書エラーが表示されます。 11/26/21 03:32:55 (115) MIDServer OCSPCheck adding BouncyCastle provider at -1 11/26/21 03:32:55 (116) MIDServer OCSPCheckedCertificateCache build with max capacity 32 11/26/21 03:32:55 (116) MIDServer OCSPRevokedCertificateCache build with max capacity 16 11/26/21 03:32:55 (116) MIDServer OCSPTimeoutErrorCache build with max capacity 16 11/26/21 03:32:55 (123) MIDServer WARNING *** WARNING *** org.apache.commons.httpclient.HttpException: Session contains no certificates - Untrusted 11/26/21 03:32:55 (123) MIDServer SEVERE *** ERROR *** getRecords failed (org.apache.commons.httpclient.HttpException: Session contains no certificates - Untrusted) 11/26/21 03:32:55 (134) MIDServer WARNING *** WARNING *** MIDRemoteGlideRecord.query failed, retrying in 10 seconds 11/26/21 03:33:05 (683) MIDServer Integration crypto failure protocol=HTTPS javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated: peer not authenticated キーストアに証明書をダウンロードしてインポートします。MID サーバーを再起動します。Ldap 接続の問題がある場合は、ホストマシンの Agent/work/monitors/ECC にある monitors フォルダーの下にある ECC ファイルをクリアします。