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

SSL errors return the wrong HTTP code #756

Open
HipsterBrown opened this issue Jun 2, 2016 · 4 comments
Open

SSL errors return the wrong HTTP code #756

HipsterBrown opened this issue Jun 2, 2016 · 4 comments

Comments

@HipsterBrown
Copy link
Contributor

There was an issue when the SSL certificates for Tessel domains expired and created error in the CLI when folks tried to update Tessel firmware or run/push new code that used binary modules. As @reconbot explained:

we were getting the wrong error, ssl errors are not 404s and shouldn’t have the same error message

Rather than treating every failed response back from S3 as a 404, we should handle specific error codes with different error messaging.

@mittalshravika
Copy link

I was trying to work on this issue. How should I begin with for resolving this?

@rwaldron
Copy link
Contributor

@Frijol
Copy link
Member

Frijol commented Aug 22, 2017

@rwaldron are there docs somewhere for the dns package we use? I found https://github.com/hbouvier/dns but haven't found the lookup function that's getting called

@alferpal
Copy link

Does this issue still need fixing? May I take it?

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

No branches or pull requests

6 participants