Disable HTTP in production instances
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
As a security practice, you should disable HTTP in a production instance. To achieve this,
perform the following steps:
- Run the proenv utility.
- Disable the HTTP feature for an instance with the PASMAN utility. For example:
pasman.[sh|bat] feature HTTP=off -I instance-name - Verify the feature statuses by running the PASMAN feature command. For
example:
pasman.[sh|bat] feature -I instance-name