crpb
Ja, war mein Fehler, der Dienst hört auf 8443
ss -ltn
State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
LISTEN 0 512 127.0.0.1:11332 0.0.0.0:*
LISTEN 0 512 127.0.0.1:11333 0.0.0.0:*
LISTEN 0 512 127.0.0.1:11334 0.0.0.0:*
LISTEN 0 80 127.0.0.1:3306 0.0.0.0:*
LISTEN 0 100 0.0.0.0:587 0.0.0.0:*
LISTEN 0 511 127.0.0.1:6379 0.0.0.0:*
LISTEN 0 512 0.0.0.0:80 0.0.0.0:*
LISTEN 0 512 0.0.0.0:8080 0.0.0.0:*
LISTEN 0 128 0.0.0.0:22 0.0.0.0:*
LISTEN 0 100 0.0.0.0:25 0.0.0.0:*
LISTEN 0 512 0.0.0.0:443 0.0.0.0:*
LISTEN 0 512 0.0.0.0:8443 0.0.0.0:*
LISTEN 0 512 *:995 *:*
LISTEN 0 512 [::1]:11332 [::]:*
LISTEN 0 512 [::1]:11333 [::]:*
LISTEN 0 512 [::1]:11334 [::]:*
LISTEN 0 512 [::1]:5000 [::]:*
LISTEN 0 512 [::1]:6666 [::]:*
LISTEN 0 512 *:10443 *:*
LISTEN 0 100 [::]:587 [::]:*
LISTEN 0 512 *:110 *:*
LISTEN 0 512 *:143 *:*
LISTEN 0 512 [::]:80 [::]:*
LISTEN 0 512 [::]:8080 [::]:*
LISTEN 0 512 [::1]:5555 [::]:*
LISTEN 0 512 [::1]:33333 [::]:*
LISTEN 0 128 [::]:22 [::]:*
LISTEN 0 512 *:24 *:*
LISTEN 0 100 [::]:25 [::]:*
LISTEN 0 512 [::]:443 [::]:*
LISTEN 0 512 [::]:8443 [::]:*
LISTEN 0 512 *:10080 *:*
LISTEN 0 512 *:993 *:*
ss -ltnp |grep nginx
LISTEN 0 512 0.0.0.0:80 0.0.0.0:* users:(("nginx",pid=2333,fd=29),("nginx",pid=2223,fd=29))
LISTEN 0 512 0.0.0.0:8080 0.0.0.0:* users:(("nginx",pid=2333,fd=25),("nginx",pid=2223,fd=25))
LISTEN 0 512 0.0.0.0:443 0.0.0.0:* users:(("nginx",pid=2333,fd=32),("nginx",pid=2223,fd=32))
LISTEN 0 512 0.0.0.0:8443 0.0.0.0:* users:(("nginx",pid=2333,fd=27),("nginx",pid=2223,fd=27))
LISTEN 0 512 [::]:80 [::]:* users:(("nginx",pid=2333,fd=30),("nginx",pid=2223,fd=30))
LISTEN 0 512 [::]:8080 [::]:* users:(("nginx",pid=2333,fd=26),("nginx",pid=2223,fd=26))
LISTEN 0 512 [::]:443 [::]:* users:(("nginx",pid=2333,fd=31),("nginx",pid=2223,fd=31))
LISTEN 0 512 [::]:8443 [::]:* users:(("nginx",pid=2333,fd=28),("nginx",pid=2223,fd=28))
`curl -Lsvk https://$(hostname -f):8443/
- Trying 127.0.0.1:8443...
- Connected to localhost (127.0.0.1) port 8443 (#0)
- ALPN: offers h2,http/1.1
- 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 http/1.1
- Server certificate:
- subject: CN=geheim.at
- start date: Mar 19 15:00:17 2024 GMT
- expire date: Jun 17 15:00:16 2024 GMT
- issuer: C=US; O=Let's Encrypt; CN=R3
- SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
- using HTTP/1.1
GET / HTTP/1.1
Host: localhost:8443
User-Agent: curl/8.0.1
Accept: /
- TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
- TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
- old SSL session ID is stale, removing
< HTTP/1.1 200 OK
< Server: nginx
< Date: Wed, 20 Mar 2024 11:30:19 GMT
< Content-Type: text/html; charset=utf-8
< Content-Length: 624
< Last-Modified: Wed, 13 Mar 2024 12:24:03 GMT
< Connection: keep-alive
< ETag: "65f19ae3-270"
< X-Frame-Options: SAMEORIGIN
< X-Content-Type-Options: nosniff
< X-XSS-Protection: 1; mode=block
< Content-Security-Policy: default-src 'self' data:; font-src *; img-src * data: blob:; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; object-src 'self'; base-uri 'self';
< Permissions-Policy: geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=(),autoplay=()
< Strict-Transport-Security: max-age=15552000; includeSubDomains; preload
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-Permitted-Cross-Domain-Policies: none
< X-Robots-Tag: none
< X-XSS-Protection: 1; mode=block
< Referrer-Policy: no-referrer
< Accept-Ranges: bytes
<
- Connection #0 to host localhost left intact
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="grommunio admin-web"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>grommunio</title><script defer="defer" src="/static/js/main.3a8e18a3.js"></script><link href="/static/css/main.f2be431c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>`
Leider kann ich .txt bzw .rtf nicht hochladen... https://pastebin.com/dsMmh9tp