A very strange thing has happended to my app recently and not sure what has changed? wicked pdf is not longer displaying my https://
images from my amazon s3 server. I am using the images with the src= "https://pathtoimage.png"
and they were displaying just find before.
The displaying of images is not working locally or on heroku. On my production server, the pdf rendering is not working as well and creating a bunch of blank white pages.
I am using the gem
gem 'wkhtmltopdf-binary'
gem 'wicked_pdf'
Last 2 days i am facing the same problem. I have the version of wkhtmltopdf is 0.9.6. I have upgraded the version to 0.9.9. Now it's works fine.
I feel amazon might change something.