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
iferr!=nil&&strings.Contains(err.Error(), "x509: certificate is not valid") {
53
+
iferr!=nil&&isTLSError(err) {
53
54
return"⚠️ your eventlistenner route is using self signed certificate\n⚠️ make sure you allow connecting to self signed url in your github app setting."
54
55
} elseiferr!=nil {
55
56
returnfmt.Sprintf("⚠️ could not connect to the route %s, make sure the eventlistenner is running", url)
0 commit comments