From 05d222bfac34c986ebb77285ed8950a5e503a353 Mon Sep 17 00:00:00 2001 From: jiangying Date: Wed, 23 Oct 2024 19:55:44 +0800 Subject: [PATCH] Update proxy.md Signed-off-by: jiangying --- guides/proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/proxy.md b/guides/proxy.md index df27cde9..e7b5b4f7 100644 --- a/guides/proxy.md +++ b/guides/proxy.md @@ -24,7 +24,7 @@ OpenSearch( from opensearchpy import AsyncOpenSearch, AIOHttpConnection client = AsyncOpenSearch( - hosts=["htps://..."], + hosts=["https://..."], use_ssl=True, verify_certs=True, connection_class=AIOHttpConnection,