Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This worked for me:</p> <ol> <li>Using Chrome, hit a page on your server via HTTPS and continue past the red warning page (assuming you haven't done this already).</li> <li>Open up <code>Chrome Settings &gt; Show advanced settings &gt; HTTPS/SSL &gt; Manage Certificates</code>.</li> <li>Click the <code>Authorities</code> tab and scroll down to find your certificate under the Organization Name that you gave to the certificate.</li> <li>Select it, click Edit (<strong>NOTE</strong>: in recent versions of Chrome, the button is now "Advanced" instead of "Edit"), check all the boxes and click OK. You may have to restart Chrome.</li> </ol> <p>You should get the nice green lock on your pages now.</p> <p><strong>EDIT:</strong> I tried this again on a new machine and the certificate did not appear on the Manage Certificates window just by continuing from the red untrusted certificate page. I had to do the following:</p> <ol> <li>On the page with the untrusted certificate (<code>https://</code> is crossed out in red), click the lock > Certificate Information. <strong>NOTE:</strong> on newer versions of chrome, you have to open <code>Developer Tools &gt; Security</code>, and select <code>View certificate</code>.</li> <li>Click the <code>Details tab &gt; Export</code>. Choose <code>PKCS #7, single certificate</code> as the file format.</li> <li>Then follow my original instructions to get to the Manage Certificates page. Click the <code>Authorities tab &gt; Import</code> and choose the file to which you exported the certificate, and <em>make sure to choose</em> <code>PKCS #7, single certificate</code> <em>as the file type</em>.</li> <li>If prompted certification store, choose <em>Trusted Root Certificate Authorities</em></li> <li>Check all boxes and click OK. Restart Chrome.</li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload