Rank: Newbie Groups: Member
Joined: 5/28/2014 Posts: 9
|
We've been using the EO.Pdf.HtmlToPdf.ConvertUrl(); function successfully during development to generate a PDF from a print URL. Switching into production with HTTPS enforced, the same operation fails with (1035:Can not establish SSL connection)
We've set HtmlToPdf.Options.SSLVerificationMode = SSLVerificationMode.None; We've confirmed that we can successfully reach the URL in the browser as well.
The server is Windows 2012 R2. Based on a previous thread we updated the EO.Pdf library via nuget to the latest but still no luck.
Any suggestion would be greatly appreciated.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Please check the version of TSL your server uses. If your server only allow the newer TSL 1.2, then it won't work because the converter does not support TSL 1.2 yet. We are planing to update it this year so that it will support the new version.
Thanks!
|