We have a site that needs to run in a dual https/http mode. Some Users only access the site under SSL. Printer-friendly pages work fine in http mode, but render blank pages in https.
Tried upgrading to 7.x-2.x and now the logo shows on the page but nothing else.
| Comment | File | Size | Author |
|---|---|---|---|
| Screen shot 2013-04-11 at 2.24.01 PM.png | 23.86 KB | amysiano4x3 |
Comments
Comment #1
yang_yi_cn commentedNote sure if it's the same issue as yours. But I'm getting some problem with wkhtmltopdf + HTTPS (SSL).
The symptom on HTTPS is that the HTML prints fine but all styles / images are not loaded.
This is an issue related to the library dependencies of wkhtmltopdf to make it work on HTTPS.
According to https://code.google.com/p/wkhtmltopdf/issues/detail?id=17 , you need to
to make it work on HTTPS mode.
Comment #2
jcnventuraNeeds review is only applicable when code for a fix is provided.
Comment #3
jcnventuraI can't reproduce this behaviour at all.