It seems I am able to access through curl but just not the web browser.
root@pterodactylubuntu:/var/www/pterodactyl# curl -v https://ptepanel.dobbss.com
* Trying 192.168.1.44:443...
* TCP_NODELAY set
* Connected to ptepanel.dobbss.com (192.168.1.44) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
* 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: CN=*.dobbss.com
* start date: Mar 6 22:43:17 2025 GMT
* expire date: Jun 4 22:43:16 2025 GMT
* subjectAltName: host "ptepanel.dobbss.com" matched cert's "*.dobbss.com"
* issuer: C=US; O=Let's Encrypt; CN=E5
* 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 0x567a81a390d0)
> GET / HTTP/2
> Host: ptepanel.dobbss.com
> user-agent: curl/7.68.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 == 128)!
< HTTP/2 200
< server: nginx/1.18.0 (Ubuntu)
< content-type: text/html; charset=UTF-8
< cache-control: no-cache, private
< date: Fri, 07 Mar 2025 06:49:43 GMT
Is this correct thinking?