CompTIA Cloud+ (CV0-003) — Question 352
A cloud administrator receives an email stating the following:
“Clients are receiving emails from our web application with non-encrypted links.”
The administrator notices that links generated from the web application are opening in http://. Which of the following should be configured to redirect the traffic to https://?
Answer options
- A. User account access
- B. Programming code
- C. Web server configuration
- D. Load balancer setting
Correct answer: C
Explanation
The correct answer is C, as configuring the web server is necessary to ensure that the traffic is redirected from http:// to https://. Options A and B do not relate to the server's handling of links, and option D, while it can manage traffic, does not specifically address the need for link redirection at the application level.