How to make browser trust localhost SSL certificate? [closed]

tl;dr Generate a certificate issued by own CA (see the script below) Here’s what I’ve found. Correct me where I’m wrong. There are CA’s (certificate authorities). They issue certificates (sign CSR’s) for other CA’s (intermediate CA’s), or servers (end entity certificates). Some of them are root authorities. They have self-signed certificates, issued by themselves. That … Read more

localhost :: cross domain ajax

It’s very possible. Let’s start with a dev browser. Step 1: Download Chromium Windows — http://www.chromium.org/getting-involved/download-chromium Mac — http://www.macupdate.com/app/mac/36244/chromium/ There should be a build ready to go, but these locations change over time. So if these end up with 404’s do a Google search for Windows Chromium Download and you’ll find it. Step 2: Then … Read more