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
This is a problem for me as well. As of now it does not look like it's possible to deploy Kong to Kubernetes using the Helm chart and have admin API over HTTP. Only HTTPS using a self signed certificate.
// SSL/TSL: this is the self signed certificate supportapp.on('certificate-error',(event,webContents,url,error,certificate,callback)=>{// On certificate error we disable default behaviour (stop loading the page)// and we then say "it is all fine - true" to the callbackevent.preventDefault();callback(true);});
No description provided.
The text was updated successfully, but these errors were encountered: