Closed xinthose closed 1 year ago
Try using negotiationMandatory: false.
I tried that and now get this error: Error: response not received
. In my OpenVPN server logs it shows this:
2023-01-02 16:34:06 MANAGEMENT: Client connected from [AF_INET][undef]:7505
2023-01-02 16:34:25 MANAGEMENT: TCP recv error: Connection reset by peer
2023-01-02 16:34:25 MANAGEMENT: Client disconnected
I am trying to connect to the telnet management port on my OpenVPN server from a Windows 10 PC. I can login manually on Windows with telnet on the command prompt:
My
telnet-client
config forconnect
:There is no
username
for login, so do I need to tell the library to skip that or something?