These changes are done automatically by the Core and Satellite setup programs when IPv6 is enabled on the server.
- Use Microsoft Notepad to view
edmprof
, located in the \bin
folder of where the HPCA Server was installed. Notepad supports UTF-8, which is the required encoding for the edmprof
file.
- The Core configuration program adds the following lines under the
MGR_ATTACH_LIST
section for SSL Manager IPv4 and IPv6 enablement: [MGR_ATTACH_LIST]
CMD_LINE=(zsslmgr, NAME=sslmgr4,PORT=443) RESTART=YES
CMD_LINE=(zsslmgr, NAME=sslmgr6,ADDR=::,PORT=443 RESTART=YES
- The Core configuration program also increase the
ATTACH_LIST_SLOTS
value by 2 to accommodate the new CMD_LINE
entries.Note: If the edmprof
file has been changed manually, ensure it is saved with UTF-8 encoding, and restart the service for the HPCA Configuration Server (ZTopTask.exe).
- To verify the SSL configuration changes are reflected in the HPCA Configuration Server service (
ZTopTask.exe
), check the log files; you will find two SSL managers waiting to accept incoming requests. See the examples shown in Log Messages.