Secure communication over https !

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Secure communication over https !

    I am developing an application over the web(intranet app). Now my problem
    has to do with secure communication

    between browser and webserver. I want to enable secure communication using
    https. Are there any alternatives other than buying certificate for virtual
    directory ?

    Thanks for all your time :-)


    Linda Guest

  2. Similar Questions and Discussions

    1. #31050 [Com]: SOAP class will not parse WSDL file located on a secure HTTPS connection
      ID: 31050 Comment by: youngad6 at gmail dot com Reported By: dylanwoster at mac dot com Status: No Feedback...
    2. Sending XML request to a secure server (https) ?
      Hi everyone: I am having this problem of sending XML request to an address which starts with "https". The problem is I always get the error...
    3. Is it possible to screen scrape a secure site (HTTPS).....
      I know you can screen scrape a website using the System.Net.HttpWebResponse & System.Net.HttpWebRequest classes. But how do you screen scrape a...
    4. Redirect to a secure page using HTTPS without an absolute URL
      Hello, I have this web site where only two pages have to be secure pages and I need to call them using https, but since I have my development...
    5. Secure Normal User <--> Root Communication
      Can someone describe a technique for passing information to a root process by a normal user process but in a way that ensures the root process can...
  3. #2

    Default Re: Secure communication over https !

    For Internet use you really need to buy a certificate from a trusted
    certificate authority. Prices are starting to vary wildly.

    For testing purposes you could create your own certificate, but only a
    cert from a trusted CA can be trusted by a client. Anything else
    should generate warning messages which will make people feel uneasy.

    HTH,

    --
    Scott
    [url]http://www.OdeToCode.com/blogs/scott/[/url]

    On Mon, 1 Nov 2004 18:25:45 +0530, "Linda" <anonymous@discussions.com>
    wrote:
    >I am developing an application over the web(intranet app). Now my problem
    >has to do with secure communication
    >
    >between browser and webserver. I want to enable secure communication using
    >https. Are there any alternatives other than buying certificate for virtual
    >directory ?
    >
    >Thanks for all your time :-)
    >
    Scott Allen 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