Bug #826
closedStatus > OpenVPN hangs when using TCP w/OpenVPN Int. "any"
0%
Description
When using TCP with OpenVPN, even where specifying 'local' to bind to a specific IP, the server binds itself to 127.0.0.1 as well. Then the Status > OpenVPN page hangs because the OpenVPN server is binding to the management port on 127.0.0.1. So the status page actually connects to the OpenVPN server rather than the management interface, which returns nothing to its queries.
Three issues here.
1) If the OpenVPN management interface does not respond, it should give up after several seconds, rather than completely hang up the web interface.
2) When using "any" with TCP, the management interface must use a different port than the one OpenVPN is using.
3) why is the server apparently binding to 127.0.0.1 where it shouldn't be (or is that not actually the issue)