简体   繁体   English

Azure Analysis Service Rest API中使用哪个版本的TLS

[英]Which Version of TLS is used in Azure Analysis Service Rest APIs

I am using this Rest API . 我正在使用这个Rest API I would like to know, which TLS version (TLS 1.0 , TLS 1.1 or TLS1.2) is used in this API, How can I found it? 我想知道此API使用了哪个TLS版本(TLS 1.0,TLS 1.1或TLS1.2),如何找到它?

You can go to https://www.ssllabs.com/ssltest/ and run the test on the domain you want. 您可以转到https://www.ssllabs.com/ssltest/并在所需的域上运行测试。

Based on the test, the domain supports TLS 1.0, 1.1 and 1.2. 根据测试,该域支持TLS 1.0、1.1和1.2。

The version which is used depends on what version the client supports. 使用的版本取决于客户端支持的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM