css - PDF conversion suddenly fails if reading stylesheet from SSL -


i've been using evopdf version 3.5 without problem long of sudden can’t read stylesheet ssl.

string html = "<link href=\"https://www.domain.com/styles.css\" rel=\"stylesheet\" type=\"text/css\" />test"; pdfconverter pdfconverter = new pdfconverter(); byte[] bytes = pdfconverter.getpdfbytesfromhtmlstring(html); 

it works fine if loading stylesheet http. , on iis stylesheet can read ssl.

i have no idea how troubleshoot this. can dns issue?

the reason ssl 3.0 disabled on server , versions of evo html pdf converter lower 4.0 don’t have full support tls , therefore might not work on servers when accessing https documents or resources. can lead errors, missing images , styles if resources referenced https urls in html document.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -