# 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
  • If you want to specify the TLS version, I think you can specify it in header. Since you are using httpQuery, I would suggest using a!httpHeader in it to specify the TLV version in the header. I think the header will also depend on the server you are querying (if it is Apache or JBOSS etc..) This is just my suggestion, I might be wrong..
Reply
  • If you want to specify the TLS version, I think you can specify it in header. Since you are using httpQuery, I would suggest using a!httpHeader in it to specify the TLV version in the header. I think the header will also depend on the server you are querying (if it is Apache or JBOSS etc..) This is just my suggestion, I might be wrong..
Children
No Data