Skip to content

Commit 937bf94

Browse files
authored
Fix #1304 ssl_context is not passed from async web_client to aiohttp socket client (#1307)
1 parent f2f3fd6 commit 937bf94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slack_sdk/socket_mode/aiohttp/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ async def connect(self):
353353
autoping=False,
354354
heartbeat=self.ping_interval,
355355
proxy=self.proxy,
356+
ssl=self.web_client.ssl,
356357
)
357358
session_id: str = await self.session_id()
358359
self.auto_reconnect_enabled = self.default_auto_reconnect_enabled

0 commit comments

Comments
 (0)