JoshOrndorff / recipes

A Hands-On Cookbook for Aspiring Blockchain Chefs
GNU General Public License v3.0
378 stars 186 forks source link

SSL cert? #473

Closed nuke-web3 closed 2 years ago

nuke-web3 commented 2 years ago

http://substrate.recipes/ is awesome :joy_cat: But I see there is no cert configured, as my connection is "not secure"

Websites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for substrate.recipes. The certificate is only valid for the following names: www.github.com, *.github.com, github.com, *.github.io, github.io, *.githubusercontent.com, githubusercontent.com

Error code: SSL_ERROR_BAD_CERT_DOMAIN

It should not be too bad to setup: https://docs.github.com/en/pages/getting-started-with-github-pages/securing-your-github-pages-site-with-https

JoshOrndorff commented 2 years ago

https://substrate.recipes

nuke-web3 commented 2 years ago

hmmmm. 404 now

JoshOrndorff commented 2 years ago

Damn. It was working briefly. I see 404 now too. I'll sort this eventually, but probably not during ongoing parachain auctions :)

ashWhiteHat commented 2 years ago

I can't see the recipes too. Do you have progress?

JoshOrndorff commented 2 years ago

Finally got it fixed in 03b7a0657727705faa5f840c73bcf15ffdd81f2b. https://substrate.recipes is now live.

ashWhiteHat commented 2 years ago

Cool!

nuke-web3 commented 2 years ago

Confirmed to work 👯