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
Post a Comment