pipes-digital / pipes

Repository for Pipes
https://pipes.digital
GNU Affero General Public License v3.0
254 stars 21 forks source link

Feed URL with expired certificate breaks entire pipe #55

Closed anewuser closed 4 years ago

anewuser commented 4 years ago

If a feed block contains a URL with an expired certificate (current example: https://ugetdm.com/feed/), this will break a combine block and the entire pipe. It just outputs Internal Server Error.

onli commented 4 years ago

The URL with the expired certificate should not cause a 500, but be treated as an empty feed/site. I will look into this.

onli commented 4 years ago

I added some error handling for this. In my test case, simply outputting nothing worked best. Does it also work for you?

anewuser commented 4 years ago

Yes, that URL now is ignored. Thanks!