Ask a Question related to ASP.NET Security, Design and Development.
-
Linda #1
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
-
#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... -
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... -
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... -
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... -
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... -
Scott Allen #2
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



Reply With Quote

