question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cert invalid for ThePollyProject.org

See original GitHub issue

Summary:

Was looking into converting some http URLs to https in the MS docs.

When navigating to https://thepollyproject.org/

Expected behavior:

Site loads with https

Actual behaviour:

cert error

Looks like the cert is only set up to cover https://thepollyproject.azurewebsites.net/

If this project is a .NET Foundation project, I believe you are eligible for a free SSL cert for your domain:

We’ve partnered with DigiCert to provide SSL certificates for the .NET Foundation OU. We set your project up in Digicert’s system, you request the certificate for your website, and they’re paid for centrally by the foundation.

Or, since you’re on the azure app service, if you’re willing to spend a few bucks, the setup for an SSL cert there isn’t too tough. I’ve done it before; let me know if I can be of help.

Wanted to drop this here in case it’s useful; feel free to close if not. Thanks!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
SeanKilleencommented, Nov 2, 2019

Likely something along the lines of:

  • Get basic Jekyll up & running and deployed on GitHub pages
  • If you find a Jekyll theme that gets pretty close to your current layout, that’d probably be the easiest because then a lot of minutiae is handled by updating a _config.yml file.
  • Otherwise, get the CSS, JS, etc. going with a few test pages & posts
  • Import the rest of the posts with https://import.jekyllrb.com/docs/ghost/
  • Get the author profiles set up if you’re still trying to link to them
  • Check the SEO, redirects, etc. (jekyll has plugins that help with this)
  • Add a CNAME file in the root of the repo
  • Change your registrar to point to GitHub pages
  • Get set up with a Netlify account (fantastic build & preview functionality for PRs)
  • Set up Netlify CMS (free library, integrates with GH pages, allows CMS-like feel of Ghost)

If you want to throw CloudFlare in front of it while you’re at it, I’ve got an older post on those steps.

0reactions
SeanKilleencommented, Jan 13, 2023

Looks like it! This can be closed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Polly
Cert invalid for ThePollyProject.org $ 0. Created 3 years ago in App-vNext/Polly with 4 comments. Summary: Was looking into converting some ...
Read more >
The Polly Project
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead ...
Read more >
net::ERR_CERT_AUTHORITY_INVALID in ASP.NET Core
In my case, after running it, the certificate was created but it was not ... then open the invalid certificate and go to...
Read more >
How to Fix the NET::ERR_CERT_AUTHORITY_INVALID ...
Generally speaking, there are three primary causes for the invalid certificate authority error. Let's break down each one in turn: You're using ...
Read more >
What is a circuit breaker? - DotNetGerman Bloggers
http://www.thepollyproject.org/ ... When calling it, the health check will call the dummy API and gets a randomly generated error.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found