CFIMAGE WriteToBrowser Not Working

@andreas
I am not sure that the problem comes from the browser because the page that causes problems works correctly with the same browser (on another unsecured server that one)

there seems to be an incompatibility between cfdocument and the SSL server.
I tested the pages on CF11 and the display is correct in all cases.

@marcB
I understand, but to me that really doesn’t make much sense. As far as I know, cfdocument doesn’t really do anything with SSL in the background. In my opinion there is something happenig after the code has been generated and there is something going wrong with the transmittion. I would guess there is some configuration/setup on those servers that are different, and are causing that issue.

We have an application that prints barcodes to a PDF document. When we use OpenJDK 11.0.4 we get the error “javax/xml/bind/DatatypeConverter” but with Java 1.8.0_231 it works without issue. Perhaps you could work around the issue with a different version of Java?

Alternatively, you can try downgrading the PDF extension to version 1.0.0.68, which also solved this issue for us without having to change Java