Reading the spec, I can’t see why not, wondering if anyone knew.

  • @[email protected]
    link
    fedilink
    English
    429 days ago

    Having not read the spec, if there are any requirements for HTTPS, you most certainly will need a domain name for the TLS certificate.

    • kopper [they/them]
      link
      fedilink
      English
      328 days ago

      there is a general “encrypted transport” requirement which in real world use mandates HTTPS (although it’s worded broadly to allow for onion services and whatnot which provide their own encryption outside TLS)

    • slazer2au
      link
      English
      329 days ago

      SAN does support IPs.

      • @[email protected]
        link
        fedilink
        429 days ago

        If you can point me to a CA that will allow your to request a cert for an IP address that’d be great

        • @[email protected]
          link
          fedilink
          English
          128 days ago

          I haven’t tried this but searching google shows SSL.com does allow it granted you can demonstrate the requirements:

          • The IP address you wish to secure must be public, and your organization must own it.
            • The IP address ranges 10.x.x.x and 192.168.x.x are prohibited.
            • A WHOIS lookup of the IP address should show your organization’s name, address, phone number, and email contacts (not your web hosting provider’s).
          • Control over the IP address must be demonstrated by the HTTP/HTTPS file lookup method. The email challenge response and DNS CNAME lookup methods may not be used to validate an IP address.
      • @[email protected]
        link
        fedilink
        English
        229 days ago

        Right, it can be done, but would require a CA who supports that, not all do. For example, Let’s Encrypt doesn’t allow bare IP addresses. I was assuming the question about an IP address was raised due to aversion to purchase a domain name. If so, then TLS certificate is another cost to consider and if not using a domain name, then the main free option becomes unavailable.