TLS support

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brad King

    #1

    TLS support

    the "add web reference" tool (VS 2003) doesn't seem to support secure https
    sites using TLS. The workaround is to download the wsdl locally, but thats a
    nuisance. Not as big of a problem, but you also have to manually enable TLS
    in the client app before you use the generated proxy, i.e.:

    System.Net.Serv icePointManager .SecurityProtoc ol |= SecurityProtoco lType.Tls;
    The docs on this are non-existent, and I've seen this on a couple of sites
    now that use Thawte certificates.

    Brad


Working...