Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Security > File Download Problem With SSL

File Download Problem With SSL

  • Rohan avatar

    Posted on Nov 23, 2010 (permalink)

    Hi Team,
    We are applied SSL to our website through Sitefinity Page property " Required SSL ".
    Now its using Https://siteaname/pagename.aspx.
    But we are facing some problem in download section in my application.
    We are not able to download any files where https is enabled. [ A physical file or through download code ] 
    the error is shown as " Internet Explorer was not able to open this internet site.  The requested site is either unavailable  or cannot be found."

    Please help and suggest some solution.

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Nov 23, 2010 (permalink)

    Hi Rohan,

    If the SSL has been set over the entire website and you have a page with DownloadList control there should not be a problem to download files. The request should be processed under HTTPS protocol. I am sending you a short video.

    All the best,
    Ivan Dimitrov
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
    Attached files

    Reply

  • Rohan avatar

    Posted on Nov 23, 2010 (permalink)

    Hi Team,
    Thanks for the reply.
    I have seen the video and found very much helpful.
    What i was facing is, i don't have files physically store on any location say in the root folder of site.
    I am just showing some data to user in grid and allowing the users to download that data on simple button click.
    That data is taken either from Grid or Dataset and using response Header we give download popup that normally used to download file.

    We don't have any problem while downloading files from Mozilla Firefox its occurs in IE.
    We have not set SSL to entire web site. Only selected pages are enabled as SSL.
    Please suggest your opinion on the same.

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Nov 23, 2010 (permalink)

    Hello Rohan,

    You could check the current protocol - https and modify the data links in the RadGrid depending on the current  protocol. The problem is in the custom code you have.

    Regards,
    Ivan Dimitrov
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Security > File Download Problem With SSL