Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection refused - fingerprint #6

Open
ahof1704 opened this issue Jan 13, 2018 · 1 comment
Open

Connection refused - fingerprint #6

ahof1704 opened this issue Jan 13, 2018 · 1 comment

Comments

@ahof1704
Copy link

Hi!

Thank you for the useful tutorial. It was very good.

I am facing an issue:
Error: SSL error 40
HTTP GET failed with code -1

I already have my token created, but I am not sure about the SLACK_SSL_FINGERPRINT... how can I check if the one you guys have in your code is still valid?

Thanks!
Antonio.

@WolfgangMau
Copy link

openssl s_client -connect slack.com:443 < /dev/null 2>/dev/null | openssl x509 -fingerprint -noout -in /dev/stdin | sed 's/:/ /g' | cut -d '=' -f 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants