Develop branch subdomain with Netlify DNS

Hello, I am trying to set up the subdomain for my develop branch, currently the configuration shows: https://develop.bepanthene-web.josemorales.dev but I can’t see my site there, the domain is using Netlify’s DNS.

Hi, @momo and welcome to our Netlify community site.

That URL is working for me:

$ curl -sv https://develop.bepanthene-web.josemorales.dev/ 1>/dev/null
*   Trying 104.248.78.24...
* TCP_NODELAY set
* Connected to develop.bepanthene-web.josemorales.dev (104.248.78.24) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/cert.pem
  CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
} [244 bytes data]
* TLSv1.2 (IN), TLS handshake, Server hello (2):
{ [102 bytes data]
* TLSv1.2 (IN), TLS handshake, Certificate (11):
{ [2626 bytes data]
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
{ [300 bytes data]
* TLSv1.2 (IN), TLS handshake, Server finished (14):
{ [4 bytes data]
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
} [37 bytes data]
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
} [1 bytes data]
* TLSv1.2 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
* TLSv1.2 (IN), TLS change cipher, Client hello (1):
{ [1 bytes data]
* TLSv1.2 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=*.bepanthene-web.josemorales.dev
*  start date: Nov 12 16:45:19 2019 GMT
*  expire date: Feb 10 16:45:19 2020 GMT
*  subjectAltName: host "develop.bepanthene-web.josemorales.dev" matched cert's "*.bepanthene-web.josemorales.dev"
*  issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
*  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 0x7f8472803c00)
> GET / HTTP/2
> Host: develop.bepanthene-web.josemorales.dev
> User-Agent: curl/7.54.0
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
< HTTP/2 200
< cache-control: public, max-age=0, must-revalidate
< content-length: 979
< content-type: text/html; charset=UTF-8
< date: Wed, 13 Nov 2019 08:12:28 GMT
< etag: "f62783754ba1dd1ce6cdc87f4e1b5dd8-ssl"
< strict-transport-security: max-age=31536000
< age: 0
< server: Netlify
< x-nf-request-id: 68b4df77-7296-46b6-a75d-2df2370ceaf8-11311797
<
{ [979 bytes data]
* Connection #0 to host develop.bepanthene-web.josemorales.dev left intact

Would you please try that same command (curl -sv https://develop.bepanthene-web.josemorales.dev/ 1>/dev/null) and post the results here?

It’s working now, thank you! #:grinning: