When I try to connect to a openvpn server with "cipher none" the ON button switches back to OFF when I try to enable it.
The log just says:
When I run it manually from bash there is a "Segmentation fault" at the end:
I tried the same openvpn file on a windows and debian client, it works there without any issues.
The log just says:
Code:
Jan 1 22:09:10 openvpn[1022]: OpenVPN 2.3.6 mipsel-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Dec 27 2014
Jan 1 22:09:10 openvpn[1022]: library versions: OpenSSL 1.0.0o 15 Oct 2014, LZO 2.08
Jan 1 22:09:10 openvpn[1022]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Jan 1 22:09:10 openvpn[1022]: ******* WARNING *******: null cipher specified, no encryption will be used
Jan 1 22:09:10 openvpn[1022]: Control Channel Authentication: using 'static.key' as a OpenVPN static key file
Jan 1 22:09:10 openvpn[1022]: Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Jan 1 22:09:10 openvpn[1022]: Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
When I run it manually from bash there is a "Segmentation fault" at the end:
Code:
Thu Jan 1 22:35:25 2015 OpenVPN 2.3.6 mipsel-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Dec 27 2014
Thu Jan 1 22:35:25 2015 library versions: OpenSSL 1.0.0o 15 Oct 2014, LZO 2.08
Thu Jan 1 22:35:25 2015 ******* WARNING *******: null cipher specified, no encryption will be used
Thu Jan 1 22:35:25 2015 Control Channel Authentication: tls-auth using INLINE static key file
Thu Jan 1 22:35:25 2015 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Thu Jan 1 22:35:25 2015 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
Segmentation fault
I tried the same openvpn file on a windows and debian client, it works there without any issues.