BlakeWilliams / Elixir-Slack

Slack real time messaging and web API client in Elixir
MIT License
675 stars 183 forks source link

Unknown CA error #192

Closed r0zar closed 5 years ago

r0zar commented 5 years ago

Hi there!

Using the latest code, I'm getting a SSL error when trying to connect to the Slack rtm api.

I'm new to elixir so if this is a known issue, or has known workarounds, any input is appreciated. I read a few issues online from the HTTPoison and Hackney libraries that seem to have this issue appear periodically.

Thanks.

r0zar commented 5 years ago

I was able to workaround the issue for the moment by disabling ssl: https://github.com/r0zar/Elixir-Slack

r0zar commented 5 years ago

Looks like it was a company networking issue with SSL. either way hope this helps someone else with a similar issue.