fuzzman442 wrote:
zfish,
It looks like the "auth-user-pass" line in the client config might be part of the problem. You are telling the client to connect with user/pass; but are missing the "auth-user-pass-verify" line on the server config. Are you trying to use user/pass authentication, or certificate authentication?
Try removing "auth-user-pass" from the client config, and add "tls-server" to the server config. That would give you certificate authentication, which is generally perceived to be more secure than user/pass authentication.
thanks very much! I just change the openvpn port and the problem is solved! Maybe I am in china and the GFW stop my internet connection!