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

Https warning on "Nominate speaker" link #116

Open
gitcommitshow opened this issue Mar 11, 2021 · 3 comments
Open

Https warning on "Nominate speaker" link #116

gitcommitshow opened this issue Mar 11, 2021 · 3 comments
Labels
good first issue Good for newcomers

Comments

@gitcommitshow
Copy link
Member

Screenshot 2021-03-11 at 06 02 05

Could be fixed by changing the link https://push.gitcommit.show to http://push.gitcommit.show

@gitcommitshow gitcommitshow added the good first issue Good for newcomers label Mar 11, 2021
@rh3xp
Copy link
Member

rh3xp commented Mar 12, 2021

Nginx hostfile should be updated with the new SSL certificate(self generated)
Or, change DNS settings -> 302 redirect.

@gitcommitshow
Copy link
Member Author

@thenerdsuperuser We have permanent redirection on subdomain push.gitcommit.show to "the google form(https link)". We have done that in DNS settings itself. So we do not manage the SSL certificate. And that creates a problem when we call the subdomain with https://push.... The solution could be simply using the http://push.gitcommit.show url instead of https one. Will that create any problem? Does browser show any warning when we use http link that redirects to https?

@rh3xp
Copy link
Member

rh3xp commented Mar 15, 2021

Okay so here lies the problem:

  1. push.gitcommit.show : shows no error
  2. http://push.gitcommit.show : shows no error
  3. https://push.gitcommit.show : shows SSL Certificate Error.

You can migrate the DNS to cloudflare and delete duplicate entries, and also, you can disable force HTTPS redirection there.
That might solve the issue.

Other than that, people usually don't type in the whole URL, and you can change the link reference everywhere to simply push.gitcommit.show

This should resolve the error.

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

No branches or pull requests

2 participants