Closed corincorvus closed 1 year ago
I tried this: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1893#issuecomment-1054000169
if i add part 1 with listen 8448, no client can connect anymore with and without part 2. Only Fed Test is fine after this change.
Ok i solved it!
For all, they are using NPM:
This is matrix.domain.tld
This is top Domain.tld
Playbook Configuration:
My
vars.yml
file looks like this:Matrix Server:
Client (please complete the following information):
Additional context DNS Configs
Reverse Proxy is external: Nginx proxy manager the certificate and key for federation i copy to the /matrix/ssl/config/live/matrix.domain.tld location
I reboot the server with a clean new vm and installation, cause i migrate all my e-mail addresses to another domain. So i changed my top domain to my dynamic dns setup. In the past i needed the subdomain setup: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1341
Now i may can use the top domain. I think the federation dont work.
If i try self-check, i get this error. Setup and install ran fine.
If i type the link in my browser i get this:
{"versions":["r0.0.1","r0.1.0","r0.2.0","r0.3.0","r0.4.0","r0.5.0","r0.6.0","r0.6.1","v1.1","v1.2","v1.3","v1.4","v1.5"],"unstable_features":{"org.matrix.label_based_filtering":true,"org.matrix.e2e_cross_signing":true,"org.matrix.msc2432":true,"uk.half-shot.msc2666.mutual_rooms":true,"io.element.e2ee_forced.public":false,"io.element.e2ee_forced.private":false,"io.element.e2ee_forced.trusted_private":false,"org.matrix.msc3026.busy_presence":false,"org.matrix.msc2285.stable":true,"org.matrix.msc3827.stable":true,"org.matrix.msc2716":true,"org.matrix.msc3440.stable":true,"org.matrix.msc3771":true,"org.matrix.msc3773":false,"fi.mau.msc2815":false,"org.matrix.msc3882":false,"org.matrix.msc3881":false,"org.matrix.msc3874":false,"org.matrix.msc3886":false,"org.matrix.msc3912":false}}
Federation Tester show me this: Connection Errors Get "https://externalip:8448/_matrix/key/v2/server": dial tcp externalip:8448: connect: connection refused
Desktop Client is only empty. Android Client shows me "unable to fetch"
Login to Server work external and internal.
at the moment i have 2 ways
first is a stream to route the 8448 to matrix server itself and use the nginx proxy of matrix with certificate
but this wont work with my settings above now. Fed Tester: http: server gave HTTP response to HTTPS client
Second Way is to handle with the proxy manager. My old matrix configuration of my old reverse proxy dont work. I have no idea, what i need to set or remove on matrix vars and how to set up the nginx proxy manager.
it would be nice, if anyone can give me support.