Skip to content

Commit

Permalink
Update proxy.md
Browse files Browse the repository at this point in the history
Signed-off-by: jiangying <[email protected]>
  • Loading branch information
jiangying000 authored Oct 23, 2024
1 parent 0e6b613 commit 05d222b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 05d222b

Please sign in to comment.