% nmap -A etrust.pacifictrustees.com
Starting Nmap 7.80 ( https://nmap.org ) at 2020-08-24 10:53 CEST
Nmap scan report for etrust.pacifictrustees.com (211.24.110.124)
Host is up (0.37s latency).
rDNS record for 211.24.110.124: cgw-211-24-110-124.bbrtl.time.net.my
Not shown: 997 filtered ports
PORT STATE SERVICE VERSION
443/tcp open ssl/http nginx 1.15.10
| http-git:
| 211.24.110.124:443/.git/
| Git repository found!
| Repository description: Unnamed repository; edit this file 'description' to name the...
| Remotes:
|_ ssh://git@git.datumcorp.com:10034/simon/pact-client.git
|_http-server-header: nginx/1.15.10
|_http-title: 400 The plain HTTP request was sent to HTTPS port
| ssl-cert: Subject: commonName=etrust.pacifictrustees.com
| Subject Alternative Name: DNS:etrust.pacifictrustees.com
| Not valid before: 2020-05-20T15:00:09
|_Not valid after: 2020-08-18T15:00:09
|_ssl-date: TLS randomness does not represent time
| tls-alpn:
|_ http/1.1
| tls-nextprotoneg:
|_ http/1.1
7443/tcp open tcpwrapped
8443/tcp open ssl/https-alt nginx
|_http-server-header: nginx
|_http-title: 400 The plain HTTP request was sent to HTTPS port
|_ssl-date: TLS randomness does not represent time
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 124.76 seconds
the docker containers ports are published by docker-proxy
and he has said that
the nginx config is set to auto forward any port 80 to 443
All this in regards to when queried about access internally and outside of my office network. To note, I am not able to access either using http or https.
You canāt correctly access content via https because certificates are expired. Do you have access to the DNS records? Do you know how to install the new certificate and private key on your system. If yes to both, we can have you with new certificates in a blink. Problem solvedā¦er sidestepped.
ok, your external nginx and your external certbot are new additions to your config, right?
Your nginx is entirely dockerized, you need to install the certs in there.
I donāt know how your config is working but there should be some acme client configured to install stuff in the nginx image (even a certbot docker container, maybe)