You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slack webclient communication through proxy fails to verify slack.com certificate even though rejectUnauthorized: false is used in webclient agent
#361
I've raised this issue at Slack web client. It turned out to be an issue with https-agent.
I tried suggestions in this issue. However, none seemed to help and i'm still getting the same issue. Is there a workaround and a way to pass rejectUnauthorized: false somehow to the agent so that the cert validation of the proxied server won't happen?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've raised this issue at Slack web client. It turned out to be an issue with https-agent.
I tried suggestions in this issue. However, none seemed to help and i'm still getting the same issue. Is there a workaround and a way to pass
rejectUnauthorized: false
somehow to the agent so that the cert validation of the proxied server won't happen?Beta Was this translation helpful? Give feedback.
All reactions