http to https switching

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • LVP

    #1

    http to https switching

    Hello,

    What are the ways to switch from http to https.

    Is there a way internal to IIS 6.0 or x.xx? Some configuration?
    Is there a way via DNS?

    I have seen Scripts in VB and JavaScript

    What are my choices when the website has multiple entry points.

    We are running IIS 6.0 on Win2K3 using CRM

    Thank you,

    LVP



  • George Ter-Saakov

    #2
    Re: http to https switching

    A bit confused by your question.
    https implies that browser had send server information encrypted.

    So you can not do "internal" switching. You can always check
    Request.IsSecur eConnection and redirect to secured version with https if
    you need to

    George.


    "LVP" <lvp_agentman@h otmail.comwrote in message
    news:egtDQXjUIH A.1744@TK2MSFTN GP05.phx.gbl...
    Hello,
    >
    What are the ways to switch from http to https.
    >
    Is there a way internal to IIS 6.0 or x.xx? Some configuration?
    Is there a way via DNS?
    >
    I have seen Scripts in VB and JavaScript
    >
    What are my choices when the website has multiple entry points.
    >
    We are running IIS 6.0 on Win2K3 using CRM
    >
    Thank you,
    >
    LVP
    >
    >
    >

    Comment

    • LVP

      #3
      Re: http to https switching

      George,

      Sorry for the confusion.

      when a user types: http:\\www.mysecurewebsite.com I want them to be
      directed to https://www.mysecurewebsite.com
      I have done this on two of my websites.
      when a website has multiple entries and I have no control of the website
      code at all I need to redirect the user to the https in the easiest way
      possible

      Is there a way internal to IIS 6.0 or x.xx? Some configuration?
      Is there a way via DNS?

      I have seen Scripts in VB and JavaScript

      What are my choices when the website has multiple entry points.

      We are running IIS 6.0 on Win2K3 using CRM

      Any more questions please let me know

      Thank You,

      LVP


      "George Ter-Saakov" <gt-nsp@cardone.com wrote in message
      news:e4Ws%23pjU IHA.1204@TK2MSF TNGP03.phx.gbl. ..
      >A bit confused by your question.
      https implies that browser had send server information encrypted.
      >
      So you can not do "internal" switching. You can always check
      Request.IsSecur eConnection and redirect to secured version with https if
      you need to
      >
      George.
      >
      >
      "LVP" <lvp_agentman@h otmail.comwrote in message
      news:egtDQXjUIH A.1744@TK2MSFTN GP05.phx.gbl...
      >Hello,
      >>
      >What are the ways to switch from http to https.
      >>
      >Is there a way internal to IIS 6.0 or x.xx? Some configuration?
      >Is there a way via DNS?
      >>
      >I have seen Scripts in VB and JavaScript
      >>
      >What are my choices when the website has multiple entry points.
      >>
      >We are running IIS 6.0 on Win2K3 using CRM
      >>
      >Thank you,
      >>
      >LVP
      >>
      >>
      >>
      >
      >

      Comment

      • Mark Rae [MVP]

        #4
        Re: http to https switching

        "LVP" <lvp_agentman@h otmail.comwrote in message
        news:egtDQXjUIH A.1744@TK2MSFTN GP05.phx.gbl...
        What are the ways to switch from http to https.
        This is all you need:



        --
        Mark Rae
        ASP.NET MVP


        Comment

        • LVP

          #5
          Re: http to https switching

          Thanks Mark,

          I read the article and there are some issues noted in the discussion.
          I wonder if there is a concrete solution with less configuration.

          The big cheese/wig wants it done in less than 48 hours on production without
          testing or leaving very little time for testing.
          How to convince the monster not the monkey around I don't know.

          Thanks

          LVP


          "Mark Rae [MVP]" <mark@markNOSPA Mrae.netwrote in message
          news:ueyv5TkUIH A.1744@TK2MSFTN GP05.phx.gbl...
          "LVP" <lvp_agentman@h otmail.comwrote in message
          news:egtDQXjUIH A.1744@TK2MSFTN GP05.phx.gbl...
          >
          >What are the ways to switch from http to https.
          >
          This is all you need:

          >
          >
          --
          Mark Rae
          ASP.NET MVP
          http://www.markrae.net

          Comment

          • Naraendirakumar R.R.

            #6
            Re: http to https switching

            LVP:
            If you are looking for a quick hack ... This is a decent one


            An alternative, does your company use a network load balancer or firewall in
            front of your web servers? If so, you might be able to solve it there.
            Most NLB/firewalls have a built in feature to push http traffic to use
            https.

            Hope this helps.

            -Naraen



            "LVP" <lvp_agentman@h otmail.comwrote in message
            news:OJNf9zkUIH A.1164@TK2MSFTN GP02.phx.gbl...
            Thanks Mark,
            >
            I read the article and there are some issues noted in the discussion.
            I wonder if there is a concrete solution with less configuration.
            >
            The big cheese/wig wants it done in less than 48 hours on production
            without testing or leaving very little time for testing.
            How to convince the monster not the monkey around I don't know.
            >
            Thanks
            >
            LVP
            >
            >
            "Mark Rae [MVP]" <mark@markNOSPA Mrae.netwrote in message
            news:ueyv5TkUIH A.1744@TK2MSFTN GP05.phx.gbl...
            >"LVP" <lvp_agentman@h otmail.comwrote in message
            >news:egtDQXjUI HA.1744@TK2MSFT NGP05.phx.gbl.. .
            >>
            >>What are the ways to switch from http to https.
            >>
            >This is all you need:
            >http://www.codeproject.com/KB/web-se...curity_v2.aspx
            >>
            >>
            >--
            >Mark Rae
            >ASP.NET MVP
            >http://www.markrae.net
            >
            >

            Comment

            • Mark Rae [MVP]

              #7
              Re: http to https switching

              "LVP" <lvp_agentman@h otmail.comwrote in message
              news:OJNf9zkUIH A.1164@TK2MSFTN GP02.phx.gbl...
              I wonder if there is a concrete solution with less configuration.
              I'm not sure how much less configuration you could want...

              You simply add the DLL to your project and then make a few modifications to
              web.config...
              The big cheese/wig wants it done in less than 48 hours
              It should take no longer than five minutes...


              --
              Mark Rae
              ASP.NET MVP


              Comment

              • LVP

                #8
                Re: http to https switching

                thank you for you input,

                You miss understood me.
                I think it is irresponsible to change something in 5 minutes then deploy it
                on production without any thorough testing.

                I don't have full trust of the solution yet. it might be the perfect one.

                Thanks again

                LVP



                "Mark Rae [MVP]" <mark@markNOSPA Mrae.netwrote in message
                news:eb$w9hqUIH A.476@TK2MSFTNG P03.phx.gbl...
                "LVP" <lvp_agentman@h otmail.comwrote in message
                news:OJNf9zkUIH A.1164@TK2MSFTN GP02.phx.gbl...
                >
                >I wonder if there is a concrete solution with less configuration.
                >
                I'm not sure how much less configuration you could want...
                >
                You simply add the DLL to your project and then make a few modifications
                to web.config...
                >
                >The big cheese/wig wants it done in less than 48 hours
                >
                It should take no longer than five minutes...
                >
                >
                --
                Mark Rae
                ASP.NET MVP
                http://www.markrae.net

                Comment

                • Mark Rae [MVP]

                  #9
                  Re: http to https switching

                  "LVP" <lvp_agentman@h otmail.comwrote in message
                  news:O0RXZhtUIH A.5288@TK2MSFTN GP04.phx.gbl...
                  "Mark Rae [MVP]" <mark@markNOSPA Mrae.netwrote in message
                  news:eb$w9hqUIH A.476@TK2MSFTNG P03.phx.gbl...
                  >"LVP" <lvp_agentman@h otmail.comwrote in message
                  >news:OJNf9zkUI HA.1164@TK2MSFT NGP02.phx.gbl.. .
                  >>
                  >>I wonder if there is a concrete solution with less configuration.
                  >>
                  >I'm not sure how much less configuration you could want...
                  >>
                  >You simply add the DLL to your project and then make a few modifications
                  >to web.config...
                  >>
                  >>The big cheese/wig wants it done in less than 48 hours
                  >>
                  >It should take no longer than five minutes...
                  You misunderstood me.
                  Likewise, I think...
                  I think it is irresponsible to change something in 5 minutes then deploy
                  it on production without any thorough testing.
                  So do I, and that's not in fact what I said...

                  When I mentioned five minutes, I was referring to the time required to do
                  the configuration, not the testing...


                  --
                  Mark Rae
                  ASP.NET MVP


                  Comment

                  • LVP

                    #10
                    Re: http to https switching

                    Naraendirakumar ,

                    This works but

                    the Change the Message Type to URL does not work, I had to use <File>
                    Also getting security challenge dialog, which is site related.

                    When using URL I get File can not be displayed, so it tried to redirect but
                    fails to see the file.
                    Not sure why.

                    Any ways, File works for now
                    Might try different solutions.

                    Thanks,

                    LVP


                    "Naraendirakuma r R.R." <nospam@nospam. comwrote in message
                    news:uNsE0$pUIH A.4752@TK2MSFTN GP05.phx.gbl...
                    LVP:
                    If you are looking for a quick hack ... This is a decent one

                    >
                    An alternative, does your company use a network load balancer or firewall
                    in front of your web servers? If so, you might be able to solve it there.
                    Most NLB/firewalls have a built in feature to push http traffic to use
                    https.
                    >
                    Hope this helps.
                    >
                    -Naraen

                    >
                    >
                    "LVP" <lvp_agentman@h otmail.comwrote in message
                    news:OJNf9zkUIH A.1164@TK2MSFTN GP02.phx.gbl...
                    >Thanks Mark,
                    >>
                    >I read the article and there are some issues noted in the discussion.
                    >I wonder if there is a concrete solution with less configuration.
                    >>
                    >The big cheese/wig wants it done in less than 48 hours on production
                    >without testing or leaving very little time for testing.
                    >How to convince the monster not the monkey around I don't know.
                    >>
                    >Thanks
                    >>
                    >LVP
                    >>
                    >>
                    >"Mark Rae [MVP]" <mark@markNOSPA Mrae.netwrote in message
                    >news:ueyv5TkUI HA.1744@TK2MSFT NGP05.phx.gbl.. .
                    >>"LVP" <lvp_agentman@h otmail.comwrote in message
                    >>news:egtDQXjU IHA.1744@TK2MSF TNGP05.phx.gbl. ..
                    >>>
                    >>>What are the ways to switch from http to https.
                    >>>
                    >>This is all you need:
                    >>http://www.codeproject.com/KB/web-se...curity_v2.aspx
                    >>>
                    >>>
                    >>--
                    >>Mark Rae
                    >>ASP.NET MVP
                    >>http://www.markrae.net
                    >>
                    >>
                    >
                    >

                    Comment

                    Working...