Bird
0
0

After successfully obtaining an SSL certificate on Raspberry Pi, what is the correct sequence to enable HTTPS on your Apache web server?

hard🚀 Application Q15 of 15
Raspberry Pi - Security and Deployment
After successfully obtaining an SSL certificate on Raspberry Pi, what is the correct sequence to enable HTTPS on your Apache web server?
ARestart Apache, then configure firewall to allow port 443
BConfigure firewall to allow port 443, then restart Apache
CRestart Apache only, no firewall changes needed
DNo action needed; HTTPS works automatically without restart
Step-by-Step Solution
Solution:
  1. Step 1: Open firewall port 443 for HTTPS

    Before restarting Apache, ensure firewall allows HTTPS traffic on port 443.
  2. Step 2: Restart Apache to apply SSL certificate

    Restarting Apache activates the new SSL certificate and enables HTTPS.
  3. Final Answer:

    Configure firewall to allow port 443, then restart Apache -> Option B
  4. Quick Check:

    Firewall open 443, then restart Apache [OK]
Quick Trick: Open port 443 before restarting Apache for HTTPS [OK]
Common Mistakes:
MISTAKES
  • Restarting Apache before opening firewall port
  • Assuming no firewall changes needed
  • Believing HTTPS works without restart

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Raspberry Pi Quizzes