Advertisement
sdvaletone

Caddy error

Jun 22nd, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. pi@NervHq:~ $ sudo caddy reverse-proxy --from nervhq.space --to 127.0.0.1:8096
  2. 2020/06/23 00:47:04.559 WARN admin admin endpoint disabled
  3. 2020/06/23 00:47:04.560 INFO http server is listening only on the HTTPS port but has no TLS connection policies; adding one to enable TLS {"server_name": "proxy", "https_port": 443}
  4. 2020/06/23 00:47:04.560 INFO http enabling automatic HTTP->HTTPS redirects {"server_name": "proxy"}
  5. 2020/06/22 18:47:04 [INFO][cache:0x27252c0] Started certificate maintenance routine
  6. 2020/06/23 00:47:04.562 INFO tls cleaned up storage units
  7. 2020/06/23 00:47:04.564 INFO http enabling automatic TLS certificate management {"domains": ["nervhq.space"]}
  8. 2020/06/23 00:47:04.565 INFO autosaved config {"file": "/root/.config/caddy/autosave.json"}
  9. Caddy proxying https://nervhq.space -> http://127.0.0.1:8096
  10. 2020/06/22 18:47:04 [INFO][nervhq.space] Obtain certificate; acquiring lock...
  11. 2020/06/22 18:47:04 [INFO][nervhq.space] Obtain: Lock acquired; proceeding...
  12. 2020/06/22 18:47:05 [INFO][nervhq.space] Waiting on rate limiter...
  13. 2020/06/22 18:47:05 [INFO][nervhq.space] Done waiting
  14. 2020/06/22 18:47:05 [INFO] [nervhq.space] acme: Obtaining bundled SAN certificate given a CSR
  15. 2020/06/22 18:47:05 [INFO] [nervhq.space] AuthURL: https://acme-v02.api.letsencrypt.org/acme/authz-v3/5417698396
  16. 2020/06/22 18:47:05 [INFO] [nervhq.space] acme: use tls-alpn-01 solver
  17. 2020/06/22 18:47:05 [INFO] [nervhq.space] acme: Trying to solve TLS-ALPN-01
  18. 2020/06/22 18:47:09 http: TLS handshake error from 127.0.0.1:57030: EOF
  19. 2020/06/22 18:47:16 [INFO] Deactivating auth: https://acme-v02.api.letsencrypt.org/acme/authz-v3/5417698396
  20. 2020/06/22 18:47:16 [INFO] Unable to deactivate the authorization: https://acme-v02.api.letsencrypt.org/acme/authz-v3/5417698396
  21. 2020/06/22 18:47:16 [ERROR] error: one or more domains had a problem:
  22. [nervhq.space] acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: Cannot negotiate ALPN protocol "acme-tls/1" for tls-alpn-01 challenge, url:
  23. (challenge=tls-alpn-01 remaining=[http-01])
  24. 2020/06/22 18:47:18 [INFO] [nervhq.space] acme: Obtaining bundled SAN certificate given a CSR
  25. 2020/06/22 18:47:19 [INFO] [nervhq.space] AuthURL: https://acme-v02.api.letsencrypt.org/acme/authz-v3/5417702467
  26. 2020/06/22 18:47:19 [INFO] [nervhq.space] acme: Could not find solver for: tls-alpn-01
  27. 2020/06/22 18:47:19 [INFO] [nervhq.space] acme: use http-01 solver
  28. 2020/06/22 18:47:19 [INFO] [nervhq.space] acme: Trying to solve HTTP-01
  29. 2020/06/22 18:47:19 [INFO] Deactivating auth: https://acme-v02.api.letsencrypt.org/acme/authz-v3/5417702467
  30. 2020/06/22 18:47:19 [INFO] Unable to deactivate the authorization: https://acme-v02.api.letsencrypt.org/acme/authz-v3/5417702467
  31. 2020/06/22 18:47:19 [ERROR] error: one or more domains had a problem:
  32. [nervhq.space] acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: Invalid response from http://nervhq.space/.well-known/acme-challenge/um4NKcjCaTbKqDemsaR3eUQwsFuak7pqiGZ0axEBf0U [66.96.162.128]: "<!DOCTYPE HTML>\r\n<html>\r\n\r\n <head>\r\n <title>404 Error - Page Not Found</title>\r\n <style>\r\n #ad_frame", url:
  33. (challenge=http-01 remaining=[])
  34. 2020/06/22 18:47:21 [ERROR] attempt 1: [nervhq.space] Obtain: [nervhq.space] error: one or more domains had a problem:
  35. [nervhq.space] acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: Invalid response from http://nervhq.space/.well-known/acme-challenge/um4NKcjCaTbKqDemsaR3eUQwsFuak7pqiGZ0axEBf0U [66.96.162.128]: "<!DOCTYPE HTML>\r\n<html>\r\n\r\n <head>\r\n <title>404 Error - Page Not Found</title>\r\n <style>\r\n #ad_frame", url:
  36. - retrying in 1m0s (17.292361839s/720h0m0s elapsed)...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement