HOWTO: Send Secure Data To Client Using SSL

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

    HOWTO: Send Secure Data To Client Using SSL

    I've sent private data back to the IIS by implementing the web page
    reference to HTTPS, but how can secure data be sent to the client computer
    over the internet using SSL?

    --
    Thank you,

    Dan Sikorsky MSCS, BSCE, BAB



  • Ray at

    #2
    Re: HOWTO: Send Secure Data To Client Using SSL

    What do you mean? It's secure in both directions. If the user goes to
    https://yoursite.com/page.asp, that page will be transmitted securely.

    Ray at work

    "Dan Sikorsky" <dsikor@gte.net > wrote in message
    news:uqdrIKMlDH A.2424@TK2MSFTN GP10.phx.gbl...[color=blue]
    > I've sent private data back to the IIS by implementing the web page
    > reference to HTTPS, but how can secure data be sent to the client computer
    > over the internet using SSL?
    >
    > --
    > Thank you,
    >
    > Dan Sikorsky MSCS, BSCE, BAB
    >
    >
    >[/color]


    Comment

    • Dan Sikorsky

      #3
      Re: HOWTO: Send Secure Data To Client Using SSL

      Are you sure? The page is sent to the browser with <input> tags on it. If a
      user types in sensitive data on a form field, I agree that the data is
      securely sent back to the server.

      But, the direction of the secured data is from browser to server; the <input
      type=text> field is passed thru SSL on the browser side and decoded on the
      server side.

      I'm not sure that the prepared page on the server is passed thru SSL on the
      server, prior to being sent to the browser. Do you know for sure? Example:
      Can a file be downloaded from a server to a browser?

      "Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message
      news:%23u5ZJTMl DHA.2232@TK2MSF TNGP09.phx.gbl. ..[color=blue]
      > What do you mean? It's secure in both directions. If the user goes to
      > https://yoursite.com/page.asp, that page will be transmitted securely.
      >
      > Ray at work
      >
      > "Dan Sikorsky" <dsikor@gte.net > wrote in message
      > news:uqdrIKMlDH A.2424@TK2MSFTN GP10.phx.gbl...[color=green]
      > > I've sent private data back to the IIS by implementing the web page
      > > reference to HTTPS, but how can secure data be sent to the client[/color][/color]
      computer[color=blue][color=green]
      > > over the internet using SSL?
      > >
      > > --
      > > Thank you,
      > >
      > > Dan Sikorsky MSCS, BSCE, BAB
      > >
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • Ray at

        #4
        Re: HOWTO: Send Secure Data To Client Using SSL

        No, it's in both directions. I promise. :]

        Here's a link that discusses SSL.


        Ray at home

        "Dan Sikorsky" <dsikor@gte.net > wrote in message
        news:Onhp1wXlDH A.2512@TK2MSFTN GP09.phx.gbl...[color=blue]
        > Are you sure? The page is sent to the browser with <input> tags on it. If[/color]
        a[color=blue]
        > user types in sensitive data on a form field, I agree that the data is
        > securely sent back to the server.
        >
        > But, the direction of the secured data is from browser to server; the[/color]
        <input[color=blue]
        > type=text> field is passed thru SSL on the browser side and decoded on the
        > server side.
        >
        > I'm not sure that the prepared page on the server is passed thru SSL on[/color]
        the[color=blue]
        > server, prior to being sent to the browser. Do you know for sure? Example:
        > Can a file be downloaded from a server to a browser?
        >
        > "Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message
        > news:%23u5ZJTMl DHA.2232@TK2MSF TNGP09.phx.gbl. ..[color=green]
        > > What do you mean? It's secure in both directions. If the user goes to
        > > https://yoursite.com/page.asp, that page will be transmitted securely.
        > >
        > > Ray at work
        > >
        > > "Dan Sikorsky" <dsikor@gte.net > wrote in message
        > > news:uqdrIKMlDH A.2424@TK2MSFTN GP10.phx.gbl...[color=darkred]
        > > > I've sent private data back to the IIS by implementing the web page
        > > > reference to HTTPS, but how can secure data be sent to the client[/color][/color]
        > computer[color=green][color=darkred]
        > > > over the internet using SSL?
        > > >
        > > > --
        > > > Thank you,
        > > >
        > > > Dan Sikorsky MSCS, BSCE, BAB
        > > >
        > > >
        > > >[/color]
        > >
        > >[/color]
        >
        >[/color]


        Comment

        Working...