Bird
0
0

A developer configured a website to redirect HTTP traffic to HTTPS, but users still receive security warnings. What is the most likely cause?

medium📝 Analysis Q7 of 15
Intro to Computing - How the Internet Works
A developer configured a website to redirect HTTP traffic to HTTPS, but users still receive security warnings. What is the most likely cause?
AThe server is using port 80 for HTTPS
BThe website URL is missing 'http://' prefix
CThe SSL/TLS certificate is invalid or expired
DThe browser does not support HTTPS
Step-by-Step Solution
Solution:
  1. Step 1: Understand HTTPS redirection

    Redirecting HTTP to HTTPS requires a valid SSL/TLS certificate for secure connection.
  2. Step 2: Identify cause of warnings

    Security warnings usually occur if the certificate is invalid, expired, or mismatched.
  3. Step 3: Evaluate other options

    Missing 'http://' prefix does not cause warnings; port 80 is for HTTP, not HTTPS; modern browsers support HTTPS.
  4. Final Answer:

    The SSL/TLS certificate is invalid or expired -> Option C
  5. Quick Check:

    Invalid certificates cause HTTPS warnings [OK]
Quick Trick: Invalid SSL certificates cause warnings [OK]
Common Mistakes:
  • Assuming missing URL prefix causes warnings
  • Confusing HTTP and HTTPS ports
  • Believing browsers lack HTTPS support

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes