mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
proxy support tls document (#16891)
Signed-off-by: xiyichan <2863768433@qq.com>
This commit is contained in:
parent
2c005400fd
commit
01d5580d34
@ -9,9 +9,8 @@ Milvus proxy uses TLS mutual authentication.
|
|||||||
### 1. Make sure openssl is installed.
|
### 1. Make sure openssl is installed.
|
||||||
```shell
|
```shell
|
||||||
openssl version
|
openssl version
|
||||||
# OpenSSL 1.1.1f 31 Mar 2020
|
|
||||||
```
|
```
|
||||||
If openssl is not installed.
|
If openssl is not installed. It can be installed like this in Ubuntu.
|
||||||
```shell
|
```shell
|
||||||
sudo apt install openssl
|
sudo apt install openssl
|
||||||
```
|
```
|
||||||
|
1493
tests/python_client/testcases/test_import.py
Normal file
1493
tests/python_client/testcases/test_import.py
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user