Created
March 17, 2020 14:33
-
-
Save devonhk/279ffeac6ceff5b60f03108a75fedca8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo caddy run | |
| 2020/03/17 02:13:22.520 INFO using adjacent Caddyfile | |
| 2020/03/17 02:13:22.521 INFO admin admin endpoint started {"address": "localhost:2019", "enforce_origin": false, "origins": ["localhost:2019"]} | |
| 2020/03/17 02:13:22.522 INFO http server is listening only on the HTTPS port but has no TLS connection policies; adding one to enable TLS {"server_name": "srv0", "https_port": 443} | |
| 2020/03/17 02:13:22.522 INFO http enabling automatic HTTP->HTTPS redirects {"server_name": "srv0"} | |
| 2020/03/17 02:13:22.522 INFO http enabling automatic TLS certificate management {"domains": ["plex.devon.ninja"]} | |
| 2020/03/16 22:13:22 [INFO][cache:0xc00068b400] Started certificate maintenance routine | |
| 2020/03/17 02:13:22.523 INFO tls cleaned up storage units | |
| 2020/03/17 02:13:22.572 INFO autosaved config {"file": "/root/.config/caddy/autosave.json"} | |
| 2020/03/17 02:13:22.572 INFO serving initial configuration | |
| 2020/03/16 22:13:22 [INFO][plex.devon.ninja] Obtain certificate | |
| 2020/03/16 22:13:22 [INFO][plex.devon.ninja] Obtain: Waiting on rate limiter... | |
| 2020/03/16 22:13:22 [INFO][plex.devon.ninja] Obtain: Done waiting | |
| 2020/03/16 22:13:22 [INFO] [plex.devon.ninja] acme: Obtaining bundled SAN certificate | |
| 2020/03/16 22:13:23 [INFO] [plex.devon.ninja] AuthURL: https://acme-v02.api.letsencrypt.org/acme/authz-v3/3401765249 | |
| 2020/03/16 22:13:23 [INFO] [plex.devon.ninja] acme: Could not find solver for: tls-alpn-01 | |
| 2020/03/16 22:13:23 [INFO] [plex.devon.ninja] acme: use http-01 solver | |
| 2020/03/16 22:13:23 [INFO] [plex.devon.ninja] acme: Trying to solve HTTP-01 | |
| 2020/03/16 22:13:23 [INFO][plex.devon.ninja] Served key authentication (HTTP challenge) | |
| 2020/03/16 22:13:23 [INFO][plex.devon.ninja] Served key authentication (HTTP challenge) | |
| 2020/03/16 22:13:23 [INFO][plex.devon.ninja] Served key authentication (HTTP challenge) | |
| 2020/03/16 22:13:33 [INFO][plex.devon.ninja] Served key authentication (HTTP challenge) | |
| 2020/03/16 22:13:55 [INFO] [plex.devon.ninja] The server validated our request | |
| 2020/03/16 22:13:55 [INFO] [plex.devon.ninja] acme: Validations succeeded; requesting certificates | |
| 2020/03/16 22:13:56 [INFO] [plex.devon.ninja] Server responded with a certificate. | |
| 2020/03/16 22:22:14 http: TLS handshake error from 192.168.1.67:45352: read tcp 192.168.1.80:443->192.168.1.67:45352: read: connection reset by peer | |
| 2020/03/16 22:22:14 http: TLS handshake error from 192.168.1.67:45396: read tcp 192.168.1.80:443->192.168.1.67:45396: read: connection reset by peer | |
| 2020/03/16 22:22:21 http: TLS handshake error from 192.168.1.67:47356: read tcp 192.168.1.80:443->192.168.1.67:47356: read: connection reset by peer | |
| 2020/03/16 22:22:21 http: TLS handshake error from 192.168.1.67:47358: read tcp 192.168.1.80:443->192.168.1.67:47358: read: connection reset by peer | |
| 2020/03/16 22:32:41 http: TLS handshake error from 192.168.1.67:37236: EOF | |
| 2020/03/16 22:32:47 http: TLS handshake error from 192.168.1.67:37238: EOF | |
| ^C2020/03/17 02:34:09.477 INFO shutting down {"signal": "SIGINT"} | |
| 2020/03/16 22:34:13 http: TLS handshake error from 192.168.1.67:37274: read tcp 192.168.1.80:443->192.168.1.67:37274: use of closed network connection | |
| 2020/03/16 22:34:13 [INFO][cache:0xc00068b400] Stopped certificate maintenance routine | |
| 2020/03/17 02:34:13.478 INFO shutdown done {"signal": "SIGINT"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment