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.

Comments

yang_yi_cn’s picture

Status: Active » Needs review

Note 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

yum install openssl-devel

to make it work on HTTPS mode.

jcnventura’s picture

Status: Needs review » Active

Needs review is only applicable when code for a fix is provided.

jcnventura’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

I can't reproduce this behaviour at all.