Announcement

Collapse
No announcement yet.

Weird scary things with phoronix.com's DNS and SSL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Weird scary things with phoronix.com's DNS and SSL

    Hi,

    I'm confused:

    Code:
    $ nslookup phoronix.com
    Server:         127.0.0.1
    Address:        127.0.0.1#53
    
    Name:   phoronix.com
    Address: 23.111.154.110
    
    $ nslookup anzwix.com
    Server:         127.0.0.1
    Address:        127.0.0.1#53
    
    Name:   anzwix.com
    Address: 23.111.154.110
    Now one of my web browsers, when accessing www.phoronix.com via https, gives me an outdated anzwix.com's SSL certificate. WTF is going on?

  • #2
    That's odd. At least the whois record says the domain in registered to Michael. Going off your DNS server address you're using a local DNS cache (probably dnsmasq?). Try clearing it, or even just temporarily set your dns servers to google (8.8.8.8).

    EDIT: huh, they're both pointing at the same IP:

    PING anzwix.com (23.111.154.110)
    PING phoronix.com (23.111.154.110)

    cat /etc/hosts just in case? Though your DNS cache might have set up its own custom hosts file (probably /etc/hosts.{cachename} )
    Last edited by spangry; 04 March 2017, 06:44 AM.

    Comment


    • #3
      Realise this thread is a little old but did spangry's suggestion work?

      Comment

      Working...
      X