Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: https to http

  1. #1
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Default https to http

    How can we redirect website to only work on http even the customer types https?
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  2. #2
    yakatz is offline Member
    Join Date
    Jul 2008
    Location
    Could be anywhere between 60N-28N and 77W-36E
    Posts
    84

    Default

    I don't know about 8, but in 7 and 9 you can set the appconfig GoNonSecureAgain to true
    Using ASPDotNetStoreFront since Version 3
    Got Version 9.
    Almost ready to deploy MultiStore (final testing stages for the new FirstData gateway)
    Finally upgraded our server to 2008 R2.

  3. #3
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Do not use SSL cert. But, we discouraged anyone having their sites running live without SSL.

  4. #4
    allstar is offline Member
    Join Date
    Apr 2009
    Posts
    90

    Default

    Alfred, what do you mean do not use SSL cert? I've having the same issue. Please advise.

    How do we prevent a user from https to http?

    See this thread: http://forums.aspdotnetstorefront.co...514#post114514
    ...AllStar

  5. #5
    Skriver is offline Senior Member
    Join Date
    Apr 2012
    Posts
    188

    Default

    If you are having customers being taken from a https to http page then you need to check the links within your site

    any page that uses a ASPDNF attribute (category/topic/category etc) should not have any reference to http://www.yoursite.com within the xml package or code. It should simply be /t-topicexample.aspx for example. The store will prefix the url with the domain.

    Also check any third party urls are using https otherwise this can play havoc with SSL connections..