Rank: Newbie Groups: Member
Joined: 5/28/2018 Posts: 3
|
Hi,
Our application uses EO.Pdf.HtmlToPdf.ConvertUrl for converting HTML to Pdf. It was working fine on server but suddenly stopped working. Below is an exception that we are receiving.
================ Message ================ EO.Pdf.HtmlToPdfException: Failed to convert Url '.....HOST URL....'. (1035:Can not establish SSL connection) at EO.Pdf.Internal.dd.a(String A_0, Boolean A_1)\r\n at EO.Pdf.Internal.dd.b(HtmlToPdfOptions A_0, String A_1, Boolean A_2)\r\n at EO.Pdf.Internal.dd.a(br A_0)\r\n at EO.Pdf.Internal.lr.c.a(Byte[] A_0)
================ Inner Exception ================
================ Stack Trace ================ at EO.Pdf.Internal.a.b(BinaryReader A_0)\r\n at EO.Pdf.Internal.lr.a(a A_0)\r\n at EO.Pdf.HtmlToPdfSession.a(a A_0)\r\n at EO.Pdf.HtmlToPdf.ConvertUrl(String url, PdfDocument doc, HtmlToPdfOptions options)\r\n at EO.Pdf.HtmlToPdf.ConvertUrl(String url, String pdfFileName, HtmlToPdfOptions options)\r\n at EO.Pdf.HtmlToPdf.ConvertUrl(String url, String pdfFileName)\r\n at PropertyInspection.PDFCreator.makeEoPdf(String propertyId, String detailsDocumentPath, String documentTemplateUrl) in E:\\Build_Working\\100\\s\\rsl_addons\\RSLPropertyStockInspection\\PropertyInspection\\Views\\PDFCreator.aspx.vb:line 107\r\n at PropertyInspection.PDFCreator.processDetailsDocument(String propertyId, String surveyId, String createdBy) in E:\\Build_Working\\100\\s\\rsl_addons\\RSLPropertyStockInspection\\PropertyInspection\\Views\\PDFCreator.aspx.vb:line 80\r\n at PropertyInspection.PDFCreator.populatePropertyRecordInspection(String pid, String sid, String uid) in E:\\Build_Working\\100\\s\\rsl_addons\\RSLPropertyStockInspection\\PropertyInspection\\Views\\PDFCreator.aspx.vb:line 55
HTML is generated correctly we have verified it but there is an issue while converting to pdf.
1035:Can not establish SSL connection
We have verified SSL certificates as well they are not expired. Can anyone please help in resolving this issue. It is a critical one. Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,258
|
|