Yes ✅ — it’s possible to disable HTTP access while keeping HTTPS enabled on IBM FlashSystem, but there’s no single “magic” command — you do it by adjusting the management protocol settings via GUI or CLI.
Here’s how 👇
1. Through the GUI (Easy Way)
-
Log in to the FlashSystem GUI using HTTPS.
-
Go to Settings → System.
-
Find the section for Management Access / Protocols.
-
You’ll see checkboxes or toggles for HTTP, HTTPS, and possibly SSH.
-
Disable HTTP, leaving HTTPS enabled.
-
Save the changes and verify you can still log in via HTTPS.
🧰 2. Through the CLI (Advanced Way)
SSH into the system, then run:
Or, depending on the model:
This will disable HTTP management access but leave HTTPS on.
You can verify the current state with:
You should see something like:
✅
⚠️ Important Notes
-
Make sure HTTPS is working before disabling HTTP, otherwise you could lock yourself out of the GUI.
-
If your system is behind a reverse proxy or custom port config, check firewall rules too.
-
Command syntax can vary slightly depending on your FlashSystem model and firmware level (svcaccess, chsystem, or chservice).
You can do this either: