Guest User

Untitled

a guest
Nov 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. openvpn[10205]: OpenVPN 2.3.2 mips-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [eurephia] [MH] [IPv6] built on Dec 1 2016
  2. openvpn[10205]: Socket Buffers: R=[87380->131072] S=[16384->131072]
  3. openvpn[10211]: Attempting to establish TCP connection with [AF_INET]xxx.xxx.xxx.xxx:443 [nonblock]
  4. openvpn[10211]: TCP connection established with [AF_INET]xxx.xxx.xxx.xxx:443
  5. openvpn[10211]: TCPv4_CLIENT link local: [undef]
  6. openvpn[10211]: TCPv4_CLIENT link remote: [AF_INET]xxx.xxx.xxx.xxx:443
  7. openvpn[10211]: TLS: Initial packet from [AF_INET]xxx.xxx.xxx.xxx:443, sid=84d506xx 088122xx
  8. openvpn[10211]: WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  9. openvpn[10211]: VERIFY OK: depth=1, O=WatchGuard_Technologies, OU=Fireware, CN=Fireware SSLVPN (SN 80XX04868XXX3 2015-11-18 09:19:40 GMT) CA
  10. openvpn[10211]: Validating certificate extended key usage
  11. openvpn[10211]: ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS
  12. openvpn[10211]: ++ Certificate has EKU (oid) 1.3.6.1.5.5.7.3.1, expects TLS
  13. openvpn[10211]: VERIFY EKU ERROR
  14. openvpn[10211]: TLS_ERROR: BIO read tls_read_plaintext error: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
  15. openvpn[10211]: TLS Error: TLS object -> incoming plaintext read error
  16. openvpn[10211]: TLS Error: TLS handshake failed
  17. openvpn[10211]: Fatal TLS error (check_tls_errors_co), restarting
  18. openvpn[10211]: SIGUSR1[soft,tls-error] received, process restarting
  19. openvpn[10211]: Restart pause, 5 second(s)
  20.  
  21. dev tun
  22. client
  23. proto tcp
  24. <ca>
  25. -----BEGIN CERTIFICATE-----
  26. --Removed--
  27. -----END CERTIFICATE-----
  28. </ca>
  29. <cert>
  30. -----BEGIN CERTIFICATE-----
  31. --Removed--
  32. -----END CERTIFICATE-----
  33. </cert>
  34. <key>
  35. -----BEGIN PRIVATE KEY-----
  36. --Removed--
  37. -----END PRIVATE KEY-----
  38. </key>
  39. remote-cert-eku "TLS Web Server Authentication"
  40. remote XXX.XXX.XXX.XXX 443
  41. persist-key
  42. persist-tun
  43. verb 3
  44. mute 20
  45. keepalive 10 60
  46. cipher AES-256-CBC
  47. tls-cipher TLS-DHE-RSA-WITH-AES-256-CBC-SHA
  48. auth SHA1
  49. float
  50. reneg-sec 3660
  51. nobind
  52. mute-replay-warnings
  53. auth-user-pass
  54. ;remember_connection 0
  55. ;auto_reconnect 1
Add Comment
Please, Sign In to add comment