Requesting Address is Denied. Unable to open Next Cloud Office

How do I go about this?

Read the GitHub issue ^^

Others have posted similar config to yours saying that does not work, one is saying to pass only 1 host, there is also an IPv6 trick that seems to work for multiple users but not for others

That depends on your reverse_proxy, you’ll have to check its documentation

Got it. Yea ive been on that post for a few hours now before I came here. Im trying it all lol! This is the error Im receiving now.

wsd-00001-00040 2022-02-27 08:21:27.894461 +0000 [ websrv_poll ] ERR Socket #23 SSL BIO error: error:1408F09C:SSL routines:ssl3_get_record:http request (0: Success)| ./net/SslSocket.hpp:348
wsd-00001-00040 2022-02-27 08:21:27.894484 +0000 [ websrv_poll ] ERR Error while handling poll for socket #23 at 0 in websrv_poll: error:1408F09C:SSL routines:ssl3_get_record:http request| net/Socket.cpp:466
wsd-00001-00040 2022-02-27 08:21:27.894624 +0000 [ websrv_poll ] ERR Socket #23 SSL BIO error: error:1408F09C:SSL routines:ssl3_get_record:http request (0: Success)| ./net/SslSocket.hpp:348
wsd-00001-00040 2022-02-27 08:21:27.894658 +0000 [ websrv_poll ] ERR Error while handling poll for socket #23 at 0 in websrv_poll: error:1408F09C:SSL routines:ssl3_get_record:http request| net/Socket.cpp:466
wsd-00001-00040 2022-02-27 08:21:27.894720 +0000 [ websrv_poll ] ERR Socket #24 SSL BIO error: error:1408F09C:SSL routines:ssl3_get_record:http request (0: Success)| ./net/SslSocket.hpp:348

1 Like

Check this one for that issue, someone has posted a link to a possible work-around at the end of the issue

Yup I have that in my stack. Im really not sure at this point.

Here is another issue for a reverse_proxy wehre you can see a couple examples of passing headers for NGINX

Basically, as far as I can tell, your issue stems around the reverse_proxy and its connection to the collabora server :slight_smile: so my recommendation is to google around a bit for that and I believe you will solve this :+1:

@qubit2022 Here is another post from this forum

And here is another with a guide on how to set it up using Ubuntu, Collabora Code and Docker

@qubit2022 The guide above from this forum shows an example of turning off ssl/tls insecure verification for Apache2
SSLProxyVerify None