DevOps エンジニアは、Web サーバーの強化後にユーザーが会社の Web アプリケーションにアクセスできなくなったという報告を受けています。ユーザーは次のエラーを受け取ります。 ERR_SSLJ/ERSION_OR_CIPHER_MISMATCH。 問題を解決するためにエンジニアは次のどのアクションを実行する必要がありますか?
正解:B
To resolve the ERR_SSL_VERSION_OR_CIPHER_MISMATCH error after hardening a web server, the engineer should configure the server to use TLS 1.2 or newer. This error often occurs when the server or client supports an outdated version of SSL/TLS or incompatible cipher suites. Updating to a modern, secure version of TLS ensures compatibility and enhances security. Reference: The CompTIA Cloud+ certification includes governance, risk, compliance, and security for the cloud, emphasizing the importance of implementing up-to-date security protocols like TLS to protect data in transit and ensure secure communications in cloud environments.