I am trying to customize the ESCERTPAS exit routine to supply the keyfile passphrase for a TLS enabled TCPIPSERVICE listener. While the request is reaching the routine, I am not able to make the listener use the passphrase returned by the program. I keep getting the below message in the MFCS log:
2021-09-28 11:46:27.178 [1] GkCWI: START SERVER: CICS Web Interface SSL HTTP listener for port 5433 has been started
2021-09-28 11:46:27.180 [1] CCI error 9 starting listener "MF CWI - 5433": CCITCP-0074E SSL Config error, ID keyfile password incorrect.
2021-09-28 11:46:27.180 [1] GkCWI: [6] Error in listener thread for "MF CWI - 5433": (8) COMMS: communications component error
2021-09-28 11:46:27.180 [1] Endpoint 11 ("MF CWI - 5433" at <unknown address>) closing after 0 conversations.
I am sure that the control is reaching this program, though I was not able to get displays out of this program, i was able to write to a log file the input and what is being written back on the linkage section.
Any help / direction will help. I am not sure if I am missing any compiler directives.
Regards
Vijay
#EnterpriseDeveloper