File: README.md

package info (click to toggle)
ruby-localhost 1.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,452 kB
  • sloc: ruby: 321; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 941 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Browser Configuration

This guide explains how to configure your local browser in order to avoid warnings about insecure self-signed certificates.

### Safari

If you use this with a web server, when you open the site in Safari:

![Safari](safari.png)

  - Click "View the certificate" to check that it is the correct certificate.
  - Click "visit this website" which will prompt you to add the certificate to your keychain. Once you've done this, it should work for a long time.

### Chrome

If you use this with a web server, when you open the site in Chrome:

![Chrome](chrome.png)

  - Click "ADVANCED" to see additional details, including...
  - Click "Proceed to localhost (unsafe)" which will allow you to use the site for the current browser session.

#### Self-Signed Localhost

The best way to use Chrome with self-signed localhost certificates is to allow it in your chrome settings: <chrome://flags/#allow-insecure-localhost>.