Rebex HTTPS for .NET 2017 R1 released

Released: Feb 23, 2017

Aggiornamenti in 2017 R1

Funzionalità

Rebex HTTPS supports the following TLS/SSL features:

  • TLS 1.2, 1.1, 1.0.
  • SHA-2 certificates.
  • SHA-2 hashing algorithms.
  • Server Name Indication (SNI) extension.
  • Renegotiation Indication extension.
  • Support for legacy SSL 3.0 protocol.

Drop-in secure WebRequest and WebClient replacement - Replace System.Net.WebRequest's standard HTTPS/HTTP request handler with Rebex implementation that supports modern security standards. Just call Rebex.Net.HttpRequestCreator.Register() and you are (almost) done. Both WebRequest and WebClient are supported. In many cases, there is no need to change your old code (except registering Rebex HTTPS).

Drop-in secure WebServices transport replacement - Easily replace the transport layer of SOAP web services with new, secure HTTPS implementation. No need to change your old code (except registering Rebex HTTPS).

Additional features

  • Stand-alone HTTP/HTTPS client - WebClient object makes it simple to perform basic operations.
  • ZLIB compression.
  • HTTP CONNECT and SOCKS4/SOCKS5 proxy support.
  • Advanced communication logging.