We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e65b9b commit 0cb9728Copy full SHA for 0cb9728
slack_sdk/socket_mode/aiohttp/__init__.py
@@ -379,7 +379,7 @@ async def connect(self):
379
autoping=False,
380
heartbeat=self.ping_interval,
381
proxy=self.proxy,
382
- ssl=self.web_client.ssl,
+ ssl=self.web_client.ssl if self.web_client.ssl is not None else True,
383
)
384
session_id: str = await self.session_id()
385
self.auto_reconnect_enabled = self.default_auto_reconnect_enabled
0 commit comments