You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying use the health probe with https only when it checks the problem it complains about certificate signed by unknown authority. The certificate I am using is self-signed for use within Github CI. Is there a way for process-compose to ignore this error? I think it would be InsecureSkipVerify: true in the http code?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying use the health probe with https only when it checks the problem it complains about
certificate signed by unknown authority
. The certificate I am using is self-signed for use within Github CI. Is there a way forprocess-compose
to ignore this error? I think it would beInsecureSkipVerify: true
in the http code?Beta Was this translation helpful? Give feedback.
All reactions