Chrome extension that overrides SSL certificate error for self-signed certificate?
问题 I am trying to make an ajax request to a trusted test server through chrome extension, which is self signed. so whenever i make a request it provide me Badrequest but it works fine on orignal/main web server. So i need to override the self signed certificate in order to make a successful ajax request. Any help would be appreciated! 来源: https://stackoverflow.com/questions/24084128/chrome-extension-that-overrides-ssl-certificate-error-for-self-signed-certificat