akornatskyy/scheduler

Either allow custom commands or allow insecure flag on HTTP Action

Closed this issue · 5 comments

onyxg commented

I need to either have custom commands available (looking at the source, its a large change) or we need to have an option/flag to allow insecure flag on the HTTP Action

History

Get https://push.statuscake.com/?PK=XXXXX&TestID=XXXX&time=0: x509: certificate signed by unknown authority``

Unfortunately cannot reproduce this issue, seems like they fixed the certificate issue...

jirian commented

I encountered this issue as well. Is it possible the image doesn't have all the current LE root certificates imported?

jirian commented

Maybe adding this to the Dockerfile would help:
RUN apk --no-cache add ca-certificates

the image is updated automatically weekly, probably there are some delays with packages...

jirian commented

That might be the reason, but to be sure, I slightly edited Dockerfile so it always updates all the CA root certificates while building.

#910