plnkr / feedback

Feedback on Plunker
19 stars 11 forks source link

All `https://embed.plnkr.co/<...>` links are broken due to: "Client request error: certificate has expired" #592

Closed boghyon closed 1 year ago

boghyon commented 1 year ago

All shared https://embed.plnkr.co/<...> plunk links have become recently inaccessible.

Steps to reproduce the behavior

  1. Go to e.g. https://embed.plnkr.co/plunk/W8S4hea9h66z6iCX43vy?show=app,preview This sample is from https://ggoodman.gitbooks.io/plunker/content/embed.html
  2. As soon as the sample opens, the UI reports "Client request error: certificate has expired"

The same sample without embed in the URL on the other hand works: https://plnkr.co/plunk/W8S4hea9h66z6iCX43vy

ggoodman commented 1 year ago

Looks like the machine-to-machine call to load the plunk from the embed service is complaining about that cert expiry. I should be able to look into that today.

ggoodman commented 1 year ago

I've made a backend update that seems to have addressed the cert issue for the machine-to-machine request that was failing. Closing the issue but LMK if you see the problem persisting.