using a timestampserver hangs in .net 4.8

Hello

I'm using Syncfusion.Pdf.Net.Core version 23.1.43 to sign a pdf file.

The project is using <TargetFrameworks>net48;net7.0</TargetFrameworks>

If i set a timestampserver and set the EmableLtv=true, on .net 7.0 it works fine, but if change to .net 4.8 the process hangs and do nothing.

The code i'm working on github

Thanks,

Frederico


2 Replies

KS Karmegam Seerangan Syncfusion Team November 3, 2023 02:35 PM UTC

Hi Frederico,


Currently, we are analyzing this. We will provide further analysis details on November 6, 2023.


Regards,

Karmegam



SS Swetha Srikumar Syncfusion Team November 7, 2023 01:47 PM UTC

After closely examining the reported hanging problem and carefully reviewing the provided information, the cause due to response call from the HTTP web request going into a waiting state by the HttpWebResponse.GetResponseStream function when using the .Net Framework application along with either the Syncfusion.Pdf.NET or Syncfusion.Pdf.NetCore package. We utilize the HTTP web request functionality to verify and include revocation information and timestamp data in the PDF document. To ensure that this process works smoothly across all environments, we've made some functional adjustments to how HTTP web requests are handled.


To avoid this kind problem in the signing and signature validation process, we recommend installing the recommended NuGet packages for recommend application as suggested.

https://help.syncfusion.com/file-formats/pdf/nuget-packages-required


A screenshot of a computer

Description automatically generated


Loader.
Up arrow icon