# a!httpQuery Is there any way to pass a specific TLS version say 1.2, in t

# a!httpQuery
Is there any way to pass a specific TLS version say 1.2, in the http request using the httpQuery function or any other way?

OriginalPostID-215060

OriginalPostID-215060

  Discussion posts and replies are publicly visible

Parents
  • None of this is correct.
    TLS versions are configured on each Web Server and the SSL handshake commences prior to any HTTP traffic being exchanged. The highest available TLS/SSL version available on each web server is selected to encrypt the HTTP traffic and then the HTTP traffic is exchanged.
    Look at your web server configurations and ensure you have TLS v1.2 enabled. Then you can look to ensure that any web services you are connecting to also support TLS v1.2.
Reply
  • None of this is correct.
    TLS versions are configured on each Web Server and the SSL handshake commences prior to any HTTP traffic being exchanged. The highest available TLS/SSL version available on each web server is selected to encrypt the HTTP traffic and then the HTTP traffic is exchanged.
    Look at your web server configurations and ensure you have TLS v1.2 enabled. Then you can look to ensure that any web services you are connecting to also support TLS v1.2.
Children
No Data