Problem with SSL Transmission of a Syncfusion generated PDF

Has anyone attempted transmitting a Syncfusion generated PDF through SSL?

I am using the following command. Works like a champ without SSL, and FireFox seems to be able to download through SSL, however IE does not.

I'm using the code like this:

PdfLoadedDocument printMaterial = new PdfLoadedDocument(new FileStream(printMaterialPath, FileMode.Open, FileAccess.Read, FileShare.Read));

PdfDocument mySyncfusionPdf;
mySyncfusionPdf.Append(printMaterial);

mySyncfusionPdf.Save("CreditApplication" + AgentNumber.Text + ".pdf", Response, HttpReadType.Save);



SyncfusionSSLDownloadError_32970ae0.zip

1 Reply

MR Meiyappan R Syncfusion Team December 17, 2009 03:56 AM UTC

Hi Abiel,
Thank you for your interest in Syncfusion products.
Sorry for the delay.
It seems there is a problem with IE. Could you please refer to the links provided below.

http://www.techspot.com/vb/all/windows/t-5807-IE-6-Wont-load-secure-pages-SSL-HTTPS.html
http://support.microsoft.com/?kbid=323308
http://support.microsoft.com/kb/316431

Thank you for your patience.

Regards
Meiyappan


Loader.
Up arrow icon