sftrabbit / CppPatterns-Patterns

A repository of modern C++ patterns curated by the community.
Creative Commons Zero v1.0 Universal
1.43k stars 223 forks source link

Suggestion: add HTTPS #65

Open ghost opened 7 years ago

ghost commented 7 years ago

Because you have a custom domain, the SSL certificate provided by Github/Fastly won't work. A workaround is to use Cloudflare.

See: https://gist.github.com/coolaj86/e07d42f5961c68fc1fc8

terrehbyte commented 2 years ago

Looks like this can be closed:

image

cpppatterns.com is indeed being served over HTTPS.

Additionally, after the creation of this issue, HTTPS is available for custom domains with a little configuration.

EDIT: Looking at the repo more closely, it seems like this repo is actually just for the C++ samples themselves. Website issues are over at https://github.com/sftrabbit/CppPatterns.