Any idea why i get these 2 entries in the apache log after enabling SSL in the apache config. The server starts but only returns internal server errors. I've done this many times but this machine is brand new and i'm wondering if i missed some default setting. Appears to be something with CCSID but i can't figure out what.
[Thu Sep 12 11:34:08.677672 2019] [core:error] [pid 6702:tid 00000041] [client 10.100.0.80:12833] ZSRV_MSG0947: End of script output before headers: File name is PUI0003000.PGM
[Thu Sep 12 11:34:08.677776 2019] [cgi:error] [pid 6702:tid 00000041] [client 10.100.0.80:12833] AH01215: QP0ZPUTENVCCSID OF FAILED WITH ERRNO 3021 FOR CGI /QSYS.LIB/VISION.LIB/PUI0003000.PGM: /QSYS.LIB/VISION.LIB/PUI0003000.PGM
The error messages you're receiving are identical to ones I received before I applied that PTF. But, the PTF solved it for me.
If it is the same problem, you could comment out the "DefaultNetCCSID 1208" from your httpd.conf, and that would also get things working. (Albeit, you may have missing functionality since you're no longer using UTF-8.)