You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Question] in directory /etc/openvpn/ovpns/ have dns01.ovpn and dns01.zip.
In the zip i don't find certificate and file auth with password
[Client Error log]
Tue Oct 27 20:43:38 2020 OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 20 2019
Tue Oct 27 20:43:38 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10
Tue Oct 27 20:43:38 2020 ******* WARNING *******: '--cipher none' was specified. This means NO encryption will be performed and tunnelled data WILL be transmitted in clear text over the network! PLEASE DO RECONSIDER THIS SETTING!
Tue Oct 27 20:43:38 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]86.107.110.91:1194
Tue Oct 27 20:43:38 2020 Socket Buffers: R=[212992->212992] S=[212992->212992]
Tue Oct 27 20:43:38 2020 UDP link local: (not bound)
Tue Oct 27 20:43:38 2020 UDP link remote: [AF_INET]86.107.110.91:1194
Tue Oct 27 20:43:38 2020 TLS: Initial packet from [AF_INET]86.107.110.91:1194, sid=e43493cd 84622ac7
Tue Oct 27 20:43:38 2020 VERIFY OK: depth=1, CN=basilicata.ninux.org
Tue Oct 27 20:43:38 2020 VERIFY KU OK
Tue Oct 27 20:43:38 2020 Validating certificate extended key usage
Tue Oct 27 20:43:38 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Tue Oct 27 20:43:38 2020 VERIFY EKU OK
Tue Oct 27 20:43:38 2020 VERIFY OK: depth=0, CN=server
Tue Oct 27 20:44:38 2020 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity)
Tue Oct 27 20:44:38 2020 TLS Error: TLS handshake failed
Tue Oct 27 20:44:38 2020 SIGUSR1[soft,tls-error] received, process restarting
Tue Oct 27 20:44:38 2020 Restart pause, 5 second(s)
[Server error log]
# tail -f /var/log/openvpn.log
Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_NCP=2
Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_LZ4=1
Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_LZ4v2=1
Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_LZO=1
Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_COMP_STUB=1
Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_COMP_STUBv2=1
Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_TCPNL=1
Tue Oct 27 21:34:09 2020 86.107.110.93:42426 TLS Error: Auth Username/Password was not provided by peer
Tue Oct 27 21:34:09 2020 86.107.110.93:42426 TLS Error: TLS handshake failed
Tue Oct 27 21:34:09 2020 86.107.110.93:42426 SIGUSR1[soft,tls-error] received, client-instance restarting
Tue Oct 27 21:40:10 2020 86.107.110.93:51543 TLS: Initial packet from [AF_INET]86.107.110.93:51543, sid=84a8efa1 f234a27e
Tue Oct 27 21:40:10 2020 86.107.110.93:51543 peer info: IV_VER=2.4.7
Tue Oct 27 21:40:10 2020 86.107.110.93:51543 peer info: IV_PLAT=linux
Tue Oct 27 21:40:10 2020 86.107.110.93:51543 peer info: IV_PROTO=2
The text was updated successfully, but these errors were encountered:
My playbook is:
[Question] in directory /etc/openvpn/ovpns/ have dns01.ovpn and dns01.zip.
In the zip i don't find certificate and file auth with password
[Client Error log]
[Server error log]
# tail -f /var/log/openvpn.log Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_NCP=2 Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_LZ4=1 Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_LZ4v2=1 Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_LZO=1 Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_COMP_STUB=1 Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_COMP_STUBv2=1 Tue Oct 27 21:34:09 2020 86.107.110.93:42426 peer info: IV_TCPNL=1 Tue Oct 27 21:34:09 2020 86.107.110.93:42426 TLS Error: Auth Username/Password was not provided by peer Tue Oct 27 21:34:09 2020 86.107.110.93:42426 TLS Error: TLS handshake failed Tue Oct 27 21:34:09 2020 86.107.110.93:42426 SIGUSR1[soft,tls-error] received, client-instance restarting Tue Oct 27 21:40:10 2020 86.107.110.93:51543 TLS: Initial packet from [AF_INET]86.107.110.93:51543, sid=84a8efa1 f234a27e Tue Oct 27 21:40:10 2020 86.107.110.93:51543 peer info: IV_VER=2.4.7 Tue Oct 27 21:40:10 2020 86.107.110.93:51543 peer info: IV_PLAT=linux Tue Oct 27 21:40:10 2020 86.107.110.93:51543 peer info: IV_PROTO=2
The text was updated successfully, but these errors were encountered: