Back to product page

SecureProtocols enumaration


These constants define if wodHttpDLX uses secure connection or not.

Remarks

If ProtNoSSL is used, then wodHttpDLX sends regular, plaintext http requests. For all other types, SSL encryption is turned on before request is sent.

Although ProtAll seems to be the best choice when you make secure requests, some older IIS server may return invalid SSL responses, so ProtSSL23 is advised to be used. Also, ProtSSL23 is used as default value when you make https:// - type request, unless specified differently in your code.

Members
Constant Value Description
ProtNoSSL0 Not using SSL.
ProtAll 1 TLS1/SSL3/SSL2
ProtSSL232 SSL3/SSL2
ProtTLS1 3 TLS1
ProtSSL34 SSL3
ProtSSL2 5 SSL2
ProtTLS10 6 TLS1.0
ProtTLS11 7 TLS1.1
ProtTLS12 8 TLS1.2

Platforms

Windows