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

Use HTTP instead of HTTPS #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use HTTP instead of HTTPS #7

wants to merge 1 commit into from

Conversation

FG-TUM
Copy link

@FG-TUM FG-TUM commented Jul 20, 2021

Problem

whatthecommit.com does not support https (anymore?). All links of the form https://whatthecommit.com return ERR_SSL_UNRECOGNIZED_NAME_ALERT, aka just do not work.

Solution

sed -i 's|https://whatthecommit|http://whatthecommit|g' *

Alternative

Hope whatthecommit supports https. But for a "tool" like this this seems to be not a real priority. I guess, this "fix" makes #5 even more relevant if valid. However, since executing random code from the internet is insecure in the first place I think it's not really making it more dangerous than it already is. ¯\_(ツ)_/¯

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

Successfully merging this pull request may close these issues.

1 participant