Here is wget results
from docserver
- via private IP
--2023-04-13 01:07:06-- https://192.168.30.6/
Connecting to 192.168.30.6:443... connected.
ERROR: certificate common name ‘cloud.my.domain’ doesn't match requested host name ‘192.168.30.6’.
To connect to 192.168.30.6 insecurely, use `--no-check-certificate'.
- using private IP with no check certificate
--2023-04-13 01:06:04-- https://192.168.30.6/
Connecting to 192.168.30.6:443... connected.
WARNING: certificate common name ‘cloud.my.domain’ doesn't match requested host name ‘192.168.30.6’.
HTTP request sent, awaiting response... 303 See Other
Location: https://192.168.30.6/login.php [following]
--2023-04-13 01:06:04-- https://192.168.30.6/login.php
Reusing existing connection to 192.168.30.6:443.
HTTP request sent, awaiting response... 303 See Other
Location: https://192.168.30.6/login_up.php [following]
--2023-04-13 01:06:04-- https://192.168.30.6/login_up.php
Reusing existing connection to 192.168.30.6:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘index.html.1’
index.html.1 [ <=> ] 16.21K --.-KB/s in 0s
2023-04-13 01:06:04 (203 MB/s) - ‘index.html.1’ saved [16599]
3)using name
--2023-04-13 01:23:22-- https://cloud.my.domain/
Resolving cloud.my.domain (cloud.my.domain)... <white IP adress>
Connecting to cloud.my.domain (cloud.my.domain)|<white IP adress>|:443... connected.
ERROR: cannot verify cloud.my.domain's certificate, issued by ‘C=US,OU=vpn954430986.softether.net,O=vpn954430986.softether.net,CN=vpn954430986.softether.net’:
Self-signed certificate encountered.
ERROR: certificate common name ‘vpn954430986.softether.net’ doesn't match requested host name ‘cloud.my.domain’.
To connect to cloud.my.domain insecurely, use `--no-check-certificate'.
- using name with no check option
--2023-04-13 01:24:55-- https://cloud.my.domain/
Resolving cloud.my.domain (cloud.my.domain)... <white IP adress>
Connecting to cloud.my.domain (cloud.my.domain)|<white IP adress>|:443... connected.
WARNING: cannot verify cloud.my.domain's certificate, issued by ‘C=US,OU=vpn954430986.softether.net,O=vpn954430986.softether.net,CN=vpn954430986.softether.net’:
Self-signed certificate encountered.
WARNING: certificate common name ‘vpn954430986.softether.net’ doesn't match requested host name ‘cloud.my.domain’.
HTTP request sent, awaiting response... 202 OK
Length: 1999 (2.0K) [text/html]
Saving to: ‘index.html’
index.html 100%[========================================================================================================================================>] 1.95K --.-KB/s in 0s
2023-04-13 01:24:55 (385 MB/s) - ‘index.html’ saved [1999/1999]
from cloud
1)using private adress
--2023-04-13 01:36:31-- https://192.168.30.7/
Connecting to 192.168.30.7:443... connected.
ERROR: cannot verify 192.168.30.7's certificate, issued by ‘CN=192.168.30.7,O=Internet Widgits Pty Ltd,ST=Some-State,C=KZ’:
Self-signed certificate encountered.
- private adress no check option
--2023-04-13 01:37:46-- https://192.168.30.7/
Connecting to 192.168.30.7:443... connected.
WARNING: cannot verify 192.168.30.7's certificate, issued by ‘CN=192.168.30.7,O=Internet Widgits Pty Ltd,ST=Some-State,C=KZ’:
Self-signed certificate encountered.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://192.168.30.7/welcome/ [following]
--2023-04-13 01:37:46-- https://192.168.30.7/welcome/
Reusing existing connection to 192.168.30.7:443.
HTTP request sent, awaiting response... 200 OK
Length: 4681 (4.6K) [text/html]
Saving to: ‘index.html’
index.html 100%[========================================================================================================================================>] 4.57K --.-KB/s in 0s
2023-04-13 01:37:46 (953 MB/s) - ‘index.html’ saved [4681/4681]
3)using name
--2023-04-13 01:40:03-- https://office.my.domain/
Resolving office.my.domain (office.my.domain)... <white IP adress>
Connecting to office.my.domain (office.my.domain)|<white IP adress>|:443... connected.
ERROR: cannot verify office.my.domain's certificate, issued by ‘C=US,OU=vpn954430986.softether.net,O=vpn954430986.softether.net,CN=vpn954430986.softether.net’:
Self-signed certificate encountered.
ERROR: certificate common name ‘vpn954430986.softether.net’ doesn't match requested host name ‘office.my.domain’.
To connect to office.my.domain insecurely, use `--no-check-certificate'.
- using name with no cert
--2023-04-13 01:39:07-- https://office.my.domain/
Resolving office.my.domain (office.my.domain)... <white IP adress>
Connecting to office.my.domain (office.my.domain)|<white IP adress>|:443... connected.
WARNING: cannot verify office.my.domain's certificate, issued by ‘C=US,OU=vpn954430986.softether.net,O=vpn954430986.softether.net,CN=vpn954430986.softether.net’:
Self-signed certificate encountered.
WARNING: certificate common name ‘vpn954430986.softether.net’ doesn't match requested host name ‘office.my.domain’.
HTTP request sent, awaiting response... 202 OK
Length: 1999 (2.0K) [text/html]
Saving to: ‘index.html.1’
index.html.1 100%[========================================================================================================================================>] 1.95K --.-KB/s in 0s
2023-04-13 01:39:08 (366 MB/s) - ‘index.html.1’ saved [1999/1999]