Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COThanks for the response, I appreciate it. I am still a little confused (I read your response several times); so by being right I do *not* need a SSL cert because it is inherently secure or I do need it? I am trying to track down a good MSDN article (I have about 10 open right now) trying to explain Transport security and its relation to SSL for security in a Windows credential setup environment. I think I have all the links, still trying to understand if applying SSL (when security is desired) makes sense with my setup. Thanks!
      singulars
    2. COI believe I am pretty clear on the wsHttpBinding. For securing the transport, you should use a configured SSL certificate to expose the binding via https. Done. And if this can be confirmed I am good with that. Where I am still confused is with the net.tcp binding. Some places I read security for this binding is offered by the OS (Security for the transport mode is provided by implementing Transport Layer Security (TLS) over TCP. The TLS implementation is provided by the operating system), and others say: for TCP, it is SSL over TCP or Windows. So still some confusion on the net.tcp binding.
      singulars
    3. COYou need a server certificate in order to use SSL. The certificate is how clients know the message they get from the server is REALLY from the server and wasn't intercepted and changed during transit. net.tcp is using TLS as described [here](http://msdn.microsoft.com/en-us/library/ms733089.aspx).
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload