-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
NoRouteError('Network unreachable') in PROXY setup #9852
Comments
You'll need to omit the #9119 does attempt to fix this, but you'll need to omit the protocol specifier until it lands. I'm closing this issue in favour of #9090. |
Hi Andrew @anoadragon453 I have changed to
But I am still having this: synapse.http.federation.well_known_resolver - 286 - INFO - GET-18 - Error fetching https://matrix.org/.well-known/matrix/server: No route to host: 101: Network unreachable. (with the packages 1.31.0) I can't really make up from your comment if the use of a forward proxy should work currently or not? (Is there a patch available that I can use to try matrix, or should I just forget about trying to get this to work with the proxy?) |
Aha, I believe I misunderstood the initial problem. Outbound federation requests, such as resolving well-known pages, do not currently go through the configured proxy. If you have firewalled outbound connections except for those towards the proxy, then federation will currently fail. Support for routing federation traffic through the http proxy is tracked at #8660, and there's currently a PR open to fix it at #9306. In the meantime, outbound connections directly from Synapse will need to be allowed for federation to function. |
I am having this configured
But still getting this error
GET-O-7} [matrix.org] Request failed: GET matrix://matrix.org/_matrix/federation/v1/query/directory?room_alias=%23matrix%3Amatrix.org: NoRouteError('Network unreachable')
on synapse 1.31.0
The text was updated successfully, but these errors were encountered: