Skip to main content

Let's encrypt failing with wrong IP

Comments

5 comments

  • Andrew

    Check NS in DNS Zone Manager and then query the domain name for NS (like with dig fulldomain.com NS) and see if they are matches.

    Andrew N. - cPanel Plesk VMWare Certified Professional
    Do you need immediate assistance? 20 minutes response time!* Open a ticket
    EmergencySupport - Professional Server Management and One-time Services

    0
  • JayConsulting

    Somehow www.fulldomain.com got its ssl installed, but root is yet to be installed

    0
  • JayConsulting

    I think i found the error. Current DNS (hostinger) host has added some custom CAA records which i was not able to see in my dashboard.
    Support deleted the records, ill update this thread.

    1
  • rbairwell

    In your original post you said:

    > The domain “fulldomain.com” resolved to an IP address “2600:1901:0000:84ef:0000:0000:0000:0000” that does not exist on this server.

    Which is an IPv6 address, but you then did:

    nslookup
    > set q=a
    > fulldomain.com

    which would only query the IPv4 address. What does:

    nslookup
    > set q=aaaa
    > fulldomain.com

    return? (AAAA are the IPv6 address entries/equivalent to IPv4's A records)

     

    0
  • JayConsulting

    Hello rbairwell!

    You are absolutely correct. The DNS host dashboard is horrible and didnt show the AAAA record propperly. 
    After i got theire support to remove the IPV6 A record, SSL went thru instantly.

    Thanks for the reply eitherway! :)

    0

Please sign in to leave a comment.