Resolves well for me, to a Cloudflare IP, and HTTPS request works fine:
$ dig brewery.ageuntold.com
; <<>> DiG 9.13.5 <<>> brewery.ageuntold.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 41125
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;brewery.ageuntold.com. IN A
;; ANSWER SECTION:
brewery.ageuntold.com. 300 IN A 104.28.8.143
brewery.ageuntold.com. 300 IN A 104.28.9.143
;; Query time: 307 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: Wed Feb 06 22:22:37 IST 2019
;; MSG SIZE rcvd: 82
$ curl -v https://brewery.ageuntold.com
* Trying 2606:4700:30::681c:88f...
* TCP_NODELAY set
* Connected to brewery.ageuntold.com (2606:4700:30::681c:88f) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=CA; L=San Francisco; O=Cloudflare, Inc.; CN=sni.Cloudflaressl.com
* start date: Feb 6 00:00:00 2019 GMT
* expire date: Feb 6 12:00:00 2020 GMT
* subjectAltName: host "brewery.ageuntold.com" matched cert's "*.ageuntold.com"
* issuer: C=US; ST=CA; L=San Francisco; O=Cloudflare, Inc.; CN=Cloudflare Inc ECC CA-2
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x56162c026db0)
> GET / HTTP/2
> Host: brewery.ageuntold.com
> User-Agent: curl/7.63.0
> Accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
< HTTP/2 200
< date: Wed, 06 Feb 2019 20:22:53 GMT
< content-type: text/html; charset=utf-8
< set-cookie: __cfduid=db5d278c5d64104f53bb1927394c87fd81549484573; expires=Thu, 06-Feb-20 20:22:53 GMT; path=/; domain=.ageuntold.com; HttpOnly
< x-powered-by: Express
< expect-ct: max-age=604800, report-uri="https://report-uri.Cloudflare.com/cdn-cgi/beacon/expect-ct"
< server: Cloudflare
< cf-ray: 4a5054d7e936b75f-CDG
<
<!DOCTYPE html>
<html>
<head>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet" type="text/css" />
<link rel="icon" href="/assets/homebrew/favicon.ico" type="image/x-icon" />
<title>The Homebrewery - NaturalCrit</title>
[...]