[7.900][BUG][OPEN] reverse proxy inbound port not accepted.

Hello,

it's not possible to set the in inbound port of the reverse proxy to the same value as the port of the internal real server.

Example:

internal real ESX Server 
http://192.168.2.1:8333

Asg reverse proxy :
http://url_pointing_to_my_external_ip:8333

Error- Message:
The TCP port '8333' is already in use by 'Object:reverse_proxy->frontend->port:REF_BQuwQZxDvZ:ssl'.

Happens with plain http and ssl.

Kind regards
Parents Reply Children
  • "The TCP port '8333' is already in use by 'Object:reverse_proxy->frontend->port:REF_BQuwQZxDvZ:ssl'."

    AFAIK, ESX/vCenter uses SSL ports not plain http. Did you use the certificate off ESX or a different SSL certificate?
  • Hi,


    i've upgraded from 7.892.

    I didn't noticed the ssl tag in the message.
    SSL connection was enabled earlier for testing during the last weeks.
    But is is switched off now for internal (real-server) and external (Reverse proxy) connections.

    For further investigation i deleted the virtual webserver object and created a new without ssl. -> The message is gone, reverse proxy is up and working.

    So this issue came from...
    1) Setting up virtual Server with ssl supprt.
    2) switching back to plain http.

    But, if i try to change the virtual server to ssl support i'll get.

    The TCP port '8333' is already in use by 'Object:reverse_proxy->frontend->port:REF_QpqIPxKfUR:nossl'.

    It seems to me, that the object blocks itself. Workaround for me. delete old object, create new.


    @kbr: there's no further virtual server in setup. REF is FRONTEND

    Kind regards