Skip to content

Verify Webmin Secure Access via HTTPS with Proper Certificates

Verify Webmin Secure Access via HTTPS with Proper Certificates

  • Test case designer: name
  • Date of creation : 12.07.2025

Test case description

Ensure the Webmin interface is accessible over HTTPS with valid certificates.

Pre-state:

  • Webmin is installed and configured with SSL.

Test Steps

  1. Navigate to https://:10000.
  2. Check the browser’s certificate details.
  3. Verify that the certificate is valid (issued by a trusted CA) or that a self-signed certificate behaves as expected.
  4. Attempt to access Webmin over HTTP (http://:10000), ensuring it is either blocked or redirected to HTTPS.

Expected result

  • Webmin is accessible only via HTTPS.
  • Certificates are correctly applied and valid.
  • Unencrypted HTTP access is blocked or redirected.