HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › IMG tag with SRC – HTTPS:// › Re: Re: IMG tag with SRC – HTTPS://
October 21, 2009 at 10:14
#27588
The Java code seems to be correct. Now it would be helpful if you post code of your version of CustomFileResourceProvider.
Of course if you use the original CustomFileResourceProvider sample, it cannot load SSL resources. You need to add SSL connection/loading code there.
First I would recommend to add
[language=java:x3knzdo9]System.out.println( “resource request: ” + resource );[/language:x3knzdo9]
to the class and inspect the server’s log to make sure the loader is called.