We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f3fd6 commit 937bf94Copy full SHA for 937bf94
1 file changed
slack_sdk/socket_mode/aiohttp/__init__.py
@@ -353,6 +353,7 @@ async def connect(self):
353
autoping=False,
354
heartbeat=self.ping_interval,
355
proxy=self.proxy,
356
+ ssl=self.web_client.ssl,
357
)
358
session_id: str = await self.session_id()
359
self.auto_reconnect_enabled = self.default_auto_reconnect_enabled
0 commit comments