How can I setup an SSL environment to test C# remoting? -


Our customer has said that our application will be able to communicate through HTTPS. The application itself is a C # .NET application, a client / server / database sort of application. My understanding of my programmer is that it is an extra layer of unnecessary encryption, but because our customer has asked for it, we are trying to make it available anyway.

What I see is that the way to set up an SSL environment, which I do not need to install a webserver, though we can recompile our servers in a DLL which we can do through the IIS This idea is not very exciting to me (we want our customer to implement IIS in addition to our solution). >

In any case, the idea is to provide an SSL tunnel on port 443 that our C #. Net remoting packets (they currently have HP packets) can pass.

Do anyone have suggestions that can prove useful in this regard? Do we need to add any additional handling to the communication process to allow this? (Not my stomach, but I'm not a programmer.)

Mike

See this article on MSDN:

The first header is 'Support for HTTPS'


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -