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

Website sends Azure storage account access keys over unencrypted HTTP connection. #1

Closed
saschagottfried opened this issue Jun 29, 2015 · 1 comment

Comments

@saschagottfried
Copy link
Contributor

I am pretty sure, you are aware of this. Why a web developer offers a service in such an unsecure way? The least you could have done is to notify potential users about this security aspect. Then they could choose whether they use your service. I am not aware of any notes regarding neither on the website nor on Github project page.

I forked your project, deployed using "Deploy to Azure" button. I was pretty surprised to find, that Azure websites have SSL endpoints out-of-the-box.

A more secure solution just needs a couple of minutes. Please update the link on your website to use HTTPS. Thank you for creating this tool.

A more complete approach would disable HTTP endpoint or force HTTPS too. Given that the link to your website is spread over the internet, a redirection could help.

References

@sebagomez
Copy link
Owner

Hi, first of all, let me tell I'm not a "web developer", I created this project a long time ago while learning about Azure Storage.
I was aware of the "security breach" but actually I never thought it'd get so "popular", 10 forks is pretty popular if you ask me.
So yes, I will fix it or take your pull request in.

Thanks for the comment

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