After enabling FIPS mode
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
FIPS mode is an install wide setting. After enabling FIPS mode you must:
- Restart databases.
- Restart the stopped instance of OpenEdge DataServer for Microsoft SQL Server, if present.
- Register PAS for OpenEdge instances.
Syntax:
pasman register alias-name instance-pathExample:
pasman register oepas1 "C:\Openedge\WRK\oepas1"Response:
info: CATALINA_BASE set to c:\OpenEdge\WRK\oepas1 0Note: To ensure that session IDs, when generated during basic authentication, use FIPS‑approved algorithms, uncomment theValvesection withsecureRandomProviderandsecureRandomAlgorithmin the <webapps>/<appname>/META-INF/context.xml file. - Regenerate existing PAS for OpenEdge domain keystores using gendomreg to use FIPS mode modules.
For more information, see OpenEdge security domain configuration tasks.
- Restart PAS for OpenEdge instances.
Syntax:
pasman start -I alias-nameExample:
pasman start -I oepas1Response:
PAS started with process IDs: 4288 - Check in logs for any errors (PAS agent logs, client logs, database log).
- Ensure application uses only NIST-approved algorithms.
- Validate encryption policies and keystore configuration.