Nextcloud Docker: No Valid ip

Could find anything on that. I have listened to port 80, and scanned it, and it is not being seen at all.

major update! cert was received. I had DMZ off and didn't know it was on my router. I am now trying to figure out why it doesn't let me connect. It is still timing out, but lets got through

Two (very different) IPs:

Name:    twthegamer.me
Address: 174.80.40.176

Name:    www.twthegamer.me
Address: 66.96.162.132

Two (very different) responses:

echo | openssl s_client -connect twthegamer.me:443 -servername twthegamer.me | head
depth=0 CN = letsencrypt-nginx-proxy-companion
verify error:num=18:self signed certificate
verify return:1
depth=0 CN = letsencrypt-nginx-proxy-companion
verify return:1
DONE
CONNECTED(00000005)
---
Certificate chain
 0 s:CN = letsencrypt-nginx-proxy-companion
   i:CN = letsencrypt-nginx-proxy-companion
---
echo | openssl s_client -connect www.twthegamer.me:443 -servername www.twthegamer.me | head
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = *.twthegamer.me
verify return:1
CONNECTED(00000005)
DONE
---
Certificate chain
 0 s:CN = *.twthegamer.me
   i:C = US, O = Let's Encrypt, CN = R3
 1 s:C = US, O = Let's Encrypt, CN = R3
   i:C = US, O = Internet Security Research Group, CN = ISRG Root X1
 2 s:C = US, O = Internet Security Research Group, CN = ISRG Root X1
   i:O = Digital Signature Trust Co., CN = DST Root CA X3
---

I am having a newer issue. My ports (80 and 443) are now filtered. Also, I have my www. subdomain pointing to domain.com since I won't be using it.

Cloud looks good:

echo | openssl s_client -connect cloud.twthegamer.me:443 -servername cloud.twthegamer.me | head
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = cloud.twthegamer.me
verify return:1
DONE
CONNECTED(00000005)
---
Certificate chain
 0 s:CN = cloud.twthegamer.me
   i:C = US, O = Let's Encrypt, CN = R3
 1 s:C = US, O = Let's Encrypt, CN = R3
   i:C = US, O = Internet Security Research Group, CN = ISRG Root X1
 2 s:C = US, O = Internet Security Research Group, CN = ISRG Root X1
   i:O = Digital Signature Trust Co., CN = DST Root CA X3
---

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.