ss-abramchuk / OpenVPNAdapter

Objective-C wrapper for OpenVPN library. Compatible with iOS and macOS.
GNU Affero General Public License v3.0
473 stars 209 forks source link

why can not I connect by password and username #226

Closed wfs498121294 closed 2 years ago

wfs498121294 commented 2 years ago

Hello , I have a problem with connected with by password and username , but i connected successful with ca cer key tal success

client dev tun proto tcp remote 192.168.6.7 1194 resolv-retry infinite nobind ;user nobody ;group nobody persist-key persist-tun ca ca.crt cert client.crt key client.key remote-cert-tls server tls-auth ta.key 1 cipher AES-256-GCM compress lz4-v2 verb 3 ;mute 20

fail

client dev tun proto tcp remote 192.168.6.17 1194 resolv-retry infinite nobind persist-key persist-tun ca ca.crt remote-cert-tls server tls-auth ta.key 1 cipher AES-256-GCM compress lz4-v2 verb 3 auth-user-pass

wfs498121294 commented 2 years ago

I solved it input paired cer and key (freewill)