CV0-004 · Question #239
An DevOps engineer is receiving reports that users can no longer access the company's web application after hardening of a web server. The users are receiving the following error…
The correct answer is B. Configure TLS 1.2 or newer. 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…
Question
An DevOps engineer is receiving reports that users can no longer access the company's web application after hardening of a web server. The users are receiving the following error:
ERR_SSLJ/ERSION_OR_CIPHER_MISMATCH. Which of the following actions should the engineer take to resolve the issue?
Options
- ARestart the web server.
- BConfigure TLS 1.2 or newer.
- CUpdate the web server.
- DReview logs on the WAF
How the community answered
(21 responses)- B86% (18)
- C5% (1)
- D10% (2)
Explanation
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.
Topics
Community Discussion
No community discussion yet for this question.