• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Networking & Access SOLVED: Cannot get caddy working at all, no conections go through

     
    • 0 Vote(s) - 0 Average

    SOLVED: Cannot get caddy working at all, no conections go through

    aeternalis
    Offline

    Junior Member

    Posts: 12
    Threads: 2
    Joined: 2024 Nov
    Reputation: 0
    Country:United States
    #7
    2024-11-22, 08:12 PM (This post was last modified: 2024-11-22, 08:12 PM by aeternalis.)
    Yes, but there seems to be errors about it not finding A records on my domain. I get something like this from journalctl:

    Code:
    Nov 22 20:07:27 jellyfin-server caddy[2653]: {"level":"info","ts":1732306047.0105007,"logger":"tls.obtain","msg":"obtaining certificate","identifier":"MYDOMAIN.COM"}
    Nov 22 20:07:27 jellyfin-server caddy[2653]: {"level":"info","ts":1732306047.012306,"logger":"http","msg":"using ACME account","account_id":"https://acme-staging-v02.api.letsencrypt.org/acme/acct/170413763","account_contact":[]}
    Nov 22 20:07:27 jellyfin-server caddy[2653]: {"level":"info","ts":1732306047.2888756,"logger":"http.acme_client","msg":"trying to solve challenge","identifier":"MYDOMAIN.COM","challenge_type":"http-01","ca":"https://acme-staging-v02.api.letsencrypt.org/directory"}
    Nov 22 20:07:27 jellyfin-server caddy[2653]: {"level":"error","ts":1732306047.7276082,"logger":"http.acme_client","msg":"challenge failed","identifier":"MYDOMAIN.COM","challenge_type":"http-01","problem":{"type":"urn:ietf:params:acme:error:dns","title":"","detail":"no valid A records found for MYDOMAIN.COM; no valid AAAA records found for MYDOMAIN.COM","instance":"","subproblems":[]}}
    Nov 22 20:07:27 jellyfin-server caddy[2653]: {"level":"error","ts":1732306047.727677,"logger":"http.acme_client","msg":"validating authorization","identifier":"MYDOMAIN.COM","problem":{"type":"urn:ietf:params:acme:error:dns","title":"","detail":"no valid A records found for MYDOMAIN.COM; no valid AAAA records found for MYDOMAIN.COM","instance":"","subproblems":[]},"order":"https://acme-staging-v02.api.letsencrypt.org/acme/order/170413763/20709731264","attempt":1,"max_attempts":3}
    Nov 22 20:07:28 jellyfin-server caddy[2653]: {"level":"info","ts":1732306048.9321656,"logger":"http.acme_client","msg":"trying to solve challenge","identifier":"MYDOMAIN.COM","challenge_type":"tls-alpn-01","ca":"https://acme-staging-v02.api.letsencrypt.org/directory"}
    Nov 22 20:07:29 jellyfin-server caddy[2653]: {"level":"error","ts":1732306049.3690004,"logger":"http.acme_client","msg":"challenge failed","identifier":"MYDOMAIN.COM","challenge_type":"tls-alpn-01","problem":{"type":"urn:ietf:params:acme:error:dns","title":"","detail":"no valid A records found for MYDOMAIN.COM; no valid AAAA records found for MYDOMAIN.COM","instance":"","subproblems":[]}}
    Nov 22 20:07:29 jellyfin-server caddy[2653]: {"level":"error","ts":1732306049.369077,"logger":"http.acme_client","msg":"validating authorization","identifier":"MYDOMAIN.COM","problem":{"type":"urn:ietf:params:acme:error:dns","title":"","detail":"no valid A records found for MYDOMAIN.COM; no valid AAAA records found for MYDOMAIN.COM","instance":"","subproblems":[]},"order":"https://acme-staging-v02.api.letsencrypt.org/acme/order/170413763/20709731644","attempt":2,"max_attempts":3}
    Nov 22 20:07:29 jellyfin-server caddy[2653]: {"level":"error","ts":1732306049.3691368,"logger":"tls.obtain","msg":"could not get certificate from issuer","identifier":"MYDOMAIN.COM","issuer":"acme-v02.api.letsencrypt.org-directory","error":"HTTP 400 urn:ietf:params:acme:error:dns - no valid A records found for MYDOMAIN.COM; no valid AAAA records found for MYDOMAIN.COM"}
    Nov 22 20:07:29 jellyfin-server caddy[2653]: {"level":"error","ts":1732306049.3692284,"logger":"tls.obtain","msg":"will retry","error":"[MYDOMAIN.COM] Obtain: [MYDOMAIN.COM] solving challenge: MYDOMAIN.COM: [MYDOMAIN.COM] authorization failed: HTTP 400 urn:ietf:params:acme:error:dns - no valid A records found for MYDOMAIN.COM; no valid AAAA records found for MYDOMAIN.COM (ca=https://acme-staging-v02.api.letsencrypt.org/directory)","attempt":4,"retrying_in":300,"elapsed":310.083103484,"max_duration":2592000}
    Nov 22 20:07:43 jellyfin-server kernel: [UFW BLOCK] IN=eno1 OUT= MAC=[remove] SRC=192.168.1.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=39018 DF PROTO=2

    I replaced my domain with "MYDOMAIN.COM".
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Cannot get caddy working at all, no conections go through - by aeternalis - 2024-11-22, 05:03 PM
    RE: Cannot get caddy working at all, no conections go through - by TheDreadPirate - 2024-11-22, 05:25 PM
    RE: Cannot get caddy working at all, no conections go through - by aeternalis - 2024-11-22, 05:42 PM
    RE: Cannot get caddy working at all, no conections go through - by TheDreadPirate - 2024-11-22, 05:46 PM
    RE: Cannot get caddy working at all, no conections go through - by aeternalis - 2024-11-22, 06:40 PM
    RE: Cannot get caddy working at all, no conections go through - by TheDreadPirate - 2024-11-22, 07:36 PM
    RE: Cannot get caddy working at all, no conections go through - by aeternalis - 2024-11-22, 08:12 PM
    RE: Cannot get caddy working at all, no conections go through - by TheDreadPirate - 2024-11-22, 08:25 PM
    RE: Cannot get caddy working at all, no conections go through - by aeternalis - 2024-11-22, 10:51 PM
    RE: Cannot get caddy working at all, no conections go through - by TheDreadPirate - 2024-11-22, 11:11 PM
    RE: Cannot get caddy working at all, no conections go through - by aeternalis - 2024-11-23, 04:26 PM
    RE: Cannot get caddy working at all, no conections go through - by TheDreadPirate - 2024-11-23, 05:30 PM
    RE: Cannot get caddy working at all, no conections go through - by aeternalis - 2024-11-23, 07:26 PM
    RE: Cannot get caddy working at all, no conections go through - by TheDreadPirate - 2024-11-23, 08:11 PM
    RE: Cannot get caddy working at all, no conections go through - by aeternalis - 2024-11-23, 10:21 PM
    RE: Cannot get caddy working at all, no conections go through - by TheDreadPirate - 2024-11-24, 01:37 AM
    RE: Cannot get caddy working at all, no conections go through - by aeternalis - 2024-11-24, 02:48 AM
    RE: Cannot get caddy working at all, no conections go through - by TheDreadPirate - 2024-11-24, 03:56 PM
    RE: Cannot get caddy working at all, no conections go through - by aeternalis - 2024-11-25, 09:34 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode