HOWTO: Send Secure Data To Client Using SSL

Ask a Question related to ASP, Design and Development.

  1. #1

    Default 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



    Dan Sikorsky Guest

  2. Similar Questions and Discussions

    1. HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type
      I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"...
    2. HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type ?
      I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"...
    3. whats the best way to mix secure and non secure data on a page?
      i have an ecommerce site that is split across two domains, a secure space that retains cc details and the main site where contact information and...
    4. help: howto to make the machine secure!!
      Hallo folks, I'm about to loose my nerves because the data center where my server is running is cut off the network once again because the...
    5. HowTo: pass data from server to client??
      Hello, I want to setup a webservice. But before lauching the client webpage I'd like to fill up the clients menu with data from the server. So I...
  3. #2

    Default Re: HOWTO: Send Secure Data To Client Using SSL

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

    Ray at work

    "Dan Sikorsky" <dsikor@gte.net> wrote in message
    news:uqdrIKMlDHA.2424@TK2MSFTNGP10.phx.gbl...
    > 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 Guest

  4. #3

    Default 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:%23u5ZJTMlDHA.2232@TK2MSFTNGP09.phx.gbl...
    > What do you mean? It's secure in both directions. If the user goes to
    > [url]https://yoursite.com/page.asp[/url], that page will be transmitted securely.
    >
    > Ray at work
    >
    > "Dan Sikorsky" <dsikor@gte.net> wrote in message
    > news:uqdrIKMlDHA.2424@TK2MSFTNGP10.phx.gbl...
    > > 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
    > >
    > >
    > >
    >
    >

    Dan Sikorsky Guest

  5. #4

    Default Re: HOWTO: Send Secure Data To Client Using SSL

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

    Here's a link that discusses SSL.
    [url]http://www.itsecurity.com/asktecs/aug3301.htm[/url]

    Ray at home

    "Dan Sikorsky" <dsikor@gte.net> wrote in message
    news:Onhp1wXlDHA.2512@TK2MSFTNGP09.phx.gbl...
    > 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:%23u5ZJTMlDHA.2232@TK2MSFTNGP09.phx.gbl...
    > > What do you mean? It's secure in both directions. If the user goes to
    > > [url]https://yoursite.com/page.asp[/url], that page will be transmitted securely.
    > >
    > > Ray at work
    > >
    > > "Dan Sikorsky" <dsikor@gte.net> wrote in message
    > > news:uqdrIKMlDHA.2424@TK2MSFTNGP10.phx.gbl...
    > > > 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 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139