Jump to content

I'm trying to setup an openVPN service on my Asus RT-AC68u router (which includes an openVPN service) but I'm having an issue setting up the clients. I'm able to connect to the VPN without any issues (using the exported config file from the router) on iOS through the openVPN app. However when I try to connect via a Windows 7 or OSX machine via openVPN and tunneblik respectively I get the following error: 

Mon Jul 20 15:34:26 2015 OpenVPN 2.3.7 x86_64-w64-mingw32 [sSL (OpenSSL)] [LZO] [PKCS11] [iPv6] built on Jul  9 2015
Mon Jul 20 15:34:26 2015 library versions: OpenSSL 1.0.1p 9 Jul 2015, LZO 2.08
Mon Jul 20 15:34:31 2015 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]
Mon Jul 20 15:34:41 2015 TCP: connect to [AF_INET]xx.xxx.xxx.xx:1194 failed, will try again in 5 seconds: The system tried to join a drive to a directory on a joined drive.  
Mon Jul 20 15:34:56 2015 TCP: connect to [AF_INET]xx.xxx.xxx.xx:1194 failed, will try again in 5 seconds: The system tried to join a drive to a directory on a joined drive. 

//I stopped trying to connect at this point since it just spams out the last line every few seconds forever. 

 

I'm pretty much at a loss, I've look at numerous guides and what I've done seems like it should work....but it doesn't. So any ideas? 

PSU Tier List | CoC

Gaming Build | FreeNAS Server

Spoiler

i5-4690k || Seidon 240m || GTX780 ACX || MSI Z97s SLI Plus || 8GB 2400mhz || 250GB 840 Evo || 1TB WD Blue || H440 (Black/Blue) || Windows 10 Pro || Dell P2414H & BenQ XL2411Z || Ducky Shine Mini || Logitech G502 Proteus Core

Spoiler

FreeNAS 9.3 - Stable || Xeon E3 1230v2 || Supermicro X9SCM-F || 32GB Crucial ECC DDR3 || 3x4TB WD Red (JBOD) || SYBA SI-PEX40064 sata controller || Corsair CX500m || NZXT Source 210.

Link to comment
https://linustechtips.com/topic/411641-help-configuring-openvpn-service/
Share on other sites

Link to post
Share on other sites

Here's the log file from my Mac when I try to connect (from within the network):

*Tunnelblick: OS X 10.10.3; Tunnelblick 3.5.3 (build 4270.4371); prior version 3.5.2 (build 4270.4346); Admin user

 

Configuration client

 

"Sanitized" condensed configuration file for /Library/Application Support/Tunnelblick/Shared/client.tblk:

 

client

dev tun

proto tcp-client

remote DDNS.asuscomm.com 1194

float

comp-lzo adaptive

keepalive 15 60

auth-user-pass

ns-cert-type server

<ca>

[security-related line(s) omitted]

</ca>

<cert>

[security-related line(s) omitted]

</cert>

<key>

[security-related line(s) omitted]

</key>

resolv-retry infinite

nobind

 

 

================================================================================

 

"Sanitized" full configuration file

 

client

dev tun

proto tcp-client

remote DDNS.asuscomm.com 1194

float

comp-lzo adaptive

keepalive 15 60

auth-user-pass

ns-cert-type server

<ca>

 [security-related line(s) omitted]

</ca>

<cert>

 [security-related line(s) omitted]

</cert>

<key>

 [security-related line(s) omitted]

</key>

resolv-retry infinite

nobind

 

 

 

================================================================================

 

There are no unusual files in client.tblk

 

================================================================================

 

Configuration preferences:

 

-notOKToCheckThatIPAddressDidNotChangeAfterConnection = 1

-lastConnectionSucceeded = 0

 

================================================================================

 

Wildcard preferences:

 

-notOKToCheckThatIPAddressDidNotChangeAfterConnection = 1

 

================================================================================

 

Program preferences:

 

inhibitOutboundTunneblickTraffic = 0

placeIconInStandardPositionInStatusBar = 0

launchAtNextLogin = 1

notOKToCheckThatIPAddressDidNotChangeAfterConnection = 1

askedUserIfOKToCheckThatIPAddressDidNotChangeAfterConnection = 1

tunnelblickVersionHistory = (

    "3.5.3 (build 4270.4371)",

    "3.5.2 (build 4270.4346)"

)

lastLaunchTime = 458929980.865349

showConnectedDurations = 0

connectionWindowDisplayCriteria = showWhenConnecting

maxLogDisplaySize = 102400

installationUID (not shown)

keyboardShortcutIndex = 1

updateCheckAutomatically = 1

updateSendProfileInfo = 1

NSWindow Frame ConnectingWindow = 754 661 412 297 0 0 1920 1177

detailsWindowFrameVersion = 4270.4371

detailsWindowFrame = {{1019, 316}, {912, 467}}

detailsWindowLeftFrame = {{0, 0}, {163, 350}}

leftNavSelectedDisplayName = client

haveDealtWithSparkle1dot5b6 = 1

haveDealtWithOldTunTapPreferences = 1

haveDealtWithOldLoginItem = 1

SUEnableAutomaticChecks = 1

SUFeedURL = https://www.tunnelblick.net/appcast-s.rss

SUScheduledCheckInterval = 86400

SUSendProfileInfo = 1

SULastCheckTime = 2015-07-21 15:27:56 +0000

SULastProfileSubmissionDate = 2015-07-18 02:24:25 +0000

SUHasLaunchedBefore = 1

WebKitDefaultFontSize = 11

WebKitStandardFont = .Helvetica Neue DeskInterface

 

================================================================================

 

Tunnelblick Log:

 

2015-07-21 11:28:02 OpenVPN 2.3.6 x86_64-apple-darwin [sSL (OpenSSL)] [LZO] [PKCS11] [MH] [iPv6] built on Jul 10 2015

2015-07-21 11:28:02 library versions: OpenSSL 1.0.1p 9 Jul 2015, LZO 2.08

2015-07-21 11:28:02 *Tunnelblick: openvpnstart starting OpenVPN

2015-07-21 11:28:03 *Tunnelblick: Established communication with OpenVPN

2015-07-21 11:28:07 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:07 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:08 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:08 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:08 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:08 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this

2015-07-21 11:28:08 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:08 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:08 TLS Error: TLS handshake failed

2015-07-21 11:28:08 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:08 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:08 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:08 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:09 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:09 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:09 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:09 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:09 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:09 TLS Error: TLS handshake failed

2015-07-21 11:28:09 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:09 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:09 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:09 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:10 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:10 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:10 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:10 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:10 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:10 TLS Error: TLS handshake failed

2015-07-21 11:28:10 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:10 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:10 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:10 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:11 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:11 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:11 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:11 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:11 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:11 TLS Error: TLS handshake failed

2015-07-21 11:28:11 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:11 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:11 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:11 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:12 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:12 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:12 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:12 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:12 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:12 TLS Error: TLS handshake failed

2015-07-21 11:28:12 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:12 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:12 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:12 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:13 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:13 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:13 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:13 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:13 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:13 TLS Error: TLS handshake failed

2015-07-21 11:28:13 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:13 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:13 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:13 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:14 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:14 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:14 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:15 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:15 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:15 TLS Error: TLS handshake failed

2015-07-21 11:28:15 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:15 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:15 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:15 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:16 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:16 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:16 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:16 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:16 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:16 TLS Error: TLS handshake failed

2015-07-21 11:28:16 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:16 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:16 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:16 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:17 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:17 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:17 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:17 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:17 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:17 TLS Error: TLS handshake failed

2015-07-21 11:28:17 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:17 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:17 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:17 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:18 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:18 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:18 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:18 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:18 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:18 TLS Error: TLS handshake failed

2015-07-21 11:28:18 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:18 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:18 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:18 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:19 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:19 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:19 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:19 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:19 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:19 TLS Error: TLS handshake failed

2015-07-21 11:28:19 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:19 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:19 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:19 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:20 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:20 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:20 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:20 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:20 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:20 TLS Error: TLS handshake failed

2015-07-21 11:28:20 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:20 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:20 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:20 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:21 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:21 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:21 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:21 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:21 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:21 TLS Error: TLS handshake failed

2015-07-21 11:28:21 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:21 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:21 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:21 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:22 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:22 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:22 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:22 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:22 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:22 TLS Error: TLS handshake failed

2015-07-21 11:28:22 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:22 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:22 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:22 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:23 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:23 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:23 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:23 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:23 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:23 TLS Error: TLS handshake failed

2015-07-21 11:28:23 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:23 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:23 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:23 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:24 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:24 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:24 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:24 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:24 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:24 TLS Error: TLS handshake failed

2015-07-21 11:28:24 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:24 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:24 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:24 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:25 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:25 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:25 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:26 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:26 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:26 TLS Error: TLS handshake failed

2015-07-21 11:28:26 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:26 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:26 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:26 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:27 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:27 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:27 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:27 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:27 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:27 TLS Error: TLS handshake failed

2015-07-21 11:28:27 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:27 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:27 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:27 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:28 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:28 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:28 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:28 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:28 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:28 TLS Error: TLS handshake failed

2015-07-21 11:28:28 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:28 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:28 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:28 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:29 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:29 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:29 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:29 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:29 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:29 TLS Error: TLS handshake failed

2015-07-21 11:28:29 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:29 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:29 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:29 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:30 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:30 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:30 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:30 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:30 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:30 TLS Error: TLS handshake failed

2015-07-21 11:28:30 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:30 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:30 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:30 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:31 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:31 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:31 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:31 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:31 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:31 TLS Error: TLS handshake failed

2015-07-21 11:28:31 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:31 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:31 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:31 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:32 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:32 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:32 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:32 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:32 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:32 TLS Error: TLS handshake failed

2015-07-21 11:28:32 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:32 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:32 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:32 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:33 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:33 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:33 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:34 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:34 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:34 TLS Error: TLS handshake failed

2015-07-21 11:28:34 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:34 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:34 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:34 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:35 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:35 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:35 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:35 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:35 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:35 TLS Error: TLS handshake failed

2015-07-21 11:28:35 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:35 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:35 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:35 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:36 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:36 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:36 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:36 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:36 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:36 TLS Error: TLS handshake failed

2015-07-21 11:28:36 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:36 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:36 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:36 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:37 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:37 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:37 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:37 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:37 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:37 TLS Error: TLS handshake failed

2015-07-21 11:28:37 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:37 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:37 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:37 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:38 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:38 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:38 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:38 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:38 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:38 TLS Error: TLS handshake failed

2015-07-21 11:28:38 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:38 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:38 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:38 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:39 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:39 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:39 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:39 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:39 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:39 TLS Error: TLS handshake failed

2015-07-21 11:28:39 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:39 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:39 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:39 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:40 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:40 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:40 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:40 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:40 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:40 TLS Error: TLS handshake failed

2015-07-21 11:28:40 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:40 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:40 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:40 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:41 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:41 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:41 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:41 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:41 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:41 TLS Error: TLS handshake failed

2015-07-21 11:28:41 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:41 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:41 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:41 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:42 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:42 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:42 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:43 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:43 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:43 TLS Error: TLS handshake failed

2015-07-21 11:28:43 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:43 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:43 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:43 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:44 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:44 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:44 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:44 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:44 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:44 TLS Error: TLS handshake failed

2015-07-21 11:28:44 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:44 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:44 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:44 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:45 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:45 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:45 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:45 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:45 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:45 TLS Error: TLS handshake failed

2015-07-21 11:28:45 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:45 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:45 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:45 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:46 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:46 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:46 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:46 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:46 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:46 TLS Error: TLS handshake failed

2015-07-21 11:28:46 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:46 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:46 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:46 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:47 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:47 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:47 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:47 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:47 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:47 TLS Error: TLS handshake failed

2015-07-21 11:28:47 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:47 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:47 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:47 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:48 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:48 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:48 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:48 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:48 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:48 TLS Error: TLS handshake failed

2015-07-21 11:28:48 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:48 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:48 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:48 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:49 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:49 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:49 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:49 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:49 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:49 TLS Error: TLS handshake failed

2015-07-21 11:28:49 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:49 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:49 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:49 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:50 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:50 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:50 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:50 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:50 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:50 TLS Error: TLS handshake failed

2015-07-21 11:28:50 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:50 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:50 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:50 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:51 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:51 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:51 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:51 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:51 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:51 TLS Error: TLS handshake failed

2015-07-21 11:28:51 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:51 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:51 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:51 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:53 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:53 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:53 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:53 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:53 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:53 TLS Error: TLS handshake failed

2015-07-21 11:28:53 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:53 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:53 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:53 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:54 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:54 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:54 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:54 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:54 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:54 TLS Error: TLS handshake failed

2015-07-21 11:28:54 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:54 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:54 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:54 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:55 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:55 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:55 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:55 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:55 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:55 TLS Error: TLS handshake failed

2015-07-21 11:28:55 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:55 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:55 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:55 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:56 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:56 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:56 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:56 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:56 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:56 TLS Error: TLS handshake failed

2015-07-21 11:28:56 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:56 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:56 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:56 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:57 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:57 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:57 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:57 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:57 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:57 TLS Error: TLS handshake failed

2015-07-21 11:28:57 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:57 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:57 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:57 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:58 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:58 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:58 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:58 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:58 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:58 TLS Error: TLS handshake failed

2015-07-21 11:28:58 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:58 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:58 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:58 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:28:59 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:59 TCPv4_CLIENT link local: [undef]

2015-07-21 11:28:59 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:28:59 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:28:59 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:28:59 TLS Error: TLS handshake failed

2015-07-21 11:28:59 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:28:59 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:28:59 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:28:59 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:00 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:00 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:00 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:00 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:00 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:00 TLS Error: TLS handshake failed

2015-07-21 11:29:00 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:00 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:00 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:00 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:01 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:01 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:01 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:01 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:01 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:01 TLS Error: TLS handshake failed

2015-07-21 11:29:01 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:01 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:01 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:01 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:02 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:02 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:02 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:03 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:03 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:03 TLS Error: TLS handshake failed

2015-07-21 11:29:03 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:03 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:03 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:03 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:04 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:04 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:04 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:04 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:04 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:04 TLS Error: TLS handshake failed

2015-07-21 11:29:04 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:04 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:04 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:04 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:05 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:05 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:05 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:05 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:05 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:05 TLS Error: TLS handshake failed

2015-07-21 11:29:05 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:05 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:05 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:05 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:06 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:06 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:06 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:06 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:06 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:06 TLS Error: TLS handshake failed

2015-07-21 11:29:06 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:06 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:06 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:06 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:07 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:07 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:07 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:07 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:07 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:07 TLS Error: TLS handshake failed

2015-07-21 11:29:07 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:07 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:07 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:07 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:08 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:08 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:08 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:08 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:08 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:08 TLS Error: TLS handshake failed

2015-07-21 11:29:08 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:08 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:08 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:08 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:09 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:09 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:09 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:09 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:09 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:09 TLS Error: TLS handshake failed

2015-07-21 11:29:09 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:09 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:09 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:09 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:10 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:10 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:10 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:10 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:10 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:10 TLS Error: TLS handshake failed

2015-07-21 11:29:10 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:10 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:10 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:10 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:11 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:11 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:11 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:11 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:11 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:11 TLS Error: TLS handshake failed

2015-07-21 11:29:11 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:11 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:11 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:11 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:12 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:12 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:12 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:12 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:12 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:12 TLS Error: TLS handshake failed

2015-07-21 11:29:12 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:12 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:12 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:12 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:13 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:13 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:13 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:14 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:14 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:14 TLS Error: TLS handshake failed

2015-07-21 11:29:14 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:14 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:14 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:14 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:15 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:15 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:15 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:15 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:15 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:15 TLS Error: TLS handshake failed

2015-07-21 11:29:15 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:15 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:15 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:15 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:16 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:16 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:16 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:16 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:16 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:16 TLS Error: TLS handshake failed

2015-07-21 11:29:16 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:16 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:16 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:16 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:17 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:17 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:17 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:17 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:17 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:17 TLS Error: TLS handshake failed

2015-07-21 11:29:17 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:17 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:17 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:17 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:18 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:18 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:18 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:18 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:18 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:18 TLS Error: TLS handshake failed

2015-07-21 11:29:18 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:18 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:18 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:18 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:19 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:19 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:19 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:19 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:19 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:19 TLS Error: TLS handshake failed

2015-07-21 11:29:19 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:19 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:19 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:19 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:20 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:20 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:20 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:20 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:20 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:20 TLS Error: TLS handshake failed

2015-07-21 11:29:20 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:20 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:20 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:20 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:21 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:21 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:21 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:22 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:22 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:22 TLS Error: TLS handshake failed

2015-07-21 11:29:22 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:22 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:22 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:22 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:23 TCP connection established with [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:23 TCPv4_CLIENT link local: [undef]

2015-07-21 11:29:23 TCPv4_CLIENT link remote: [AF_INET]xx.xxx.xxx.xx:1194

2015-07-21 11:29:23 TLS_ERROR: BIO read tls_read_plaintext error: error:14082174:SSL routines:SSL3_CHECK_CERT_AND_ALGORITHM:dh key too small

2015-07-21 11:29:23 TLS Error: TLS object -> incoming plaintext read error

2015-07-21 11:29:23 TLS Error: TLS handshake failed

2015-07-21 11:29:23 Fatal TLS error (check_tls_errors_co), restarting

2015-07-21 11:29:23 SIGUSR1[soft,tls-error] received, process restarting

2015-07-21 11:29:23 *Tunnelblick: Disconnecting; notification window disconnect button pressed

2015-07-21 11:29:23 *Tunnelblick: Disconnecting using 'kill'

2015-07-21 11:29:23 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2015-07-21 11:29:23 Attempting to establish TCP connection with [AF_INET]xx.xxx.xxx.xx:1194 [nonblock]

2015-07-21 11:29:23 SIGTERM[hard,init_instance] received, process exiting

2015-07-21 11:29:25 *Tunnelblick: No 'post-disconnect.sh' script to execute

2015-07-21 11:29:25 *Tunnelblick: Expected disconnection occurred.

 

================================================================================

 

ifconfig output:

 

lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384

            options=3<RXCSUM,TXCSUM>

            inet6 ::1 prefixlen 128

            inet 127.0.0.1 netmask 0xff000000

            inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1

            nd6 options=1<PERFORMNUD>

gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280

stf0: flags=0<> mtu 1280

en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500

            ether b8:e8:56:31:a6:6c

            inet6 fe80::bae8:56ff:fe31:a66c%en0 prefixlen 64 scopeid 0x4

            inet 192.168.1.14 netmask 0xffffff00 broadcast 192.168.1.255

            nd6 options=1<PERFORMNUD>

            media: autoselect

            status: active

en1: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500

            options=60<TSO4,TSO6>

            ether 72:00:00:94:79:e0

            media: autoselect <full-duplex>

            status: inactive

en2: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500

            options=60<TSO4,TSO6>

            ether 72:00:00:94:79:e1

            media: autoselect <full-duplex>

            status: inactive

p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304

            ether 0a:e8:56:31:a6:6c

            media: autoselect

            status: inactive

awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1452

            ether d2:5f:72:21:2e:93

            inet6 fe80::d05f:72ff:fe21:2e93%awdl0 prefixlen 64 scopeid 0x8

            nd6 options=1<PERFORMNUD>

            media: autoselect

            status: active

bridge0: flags=8822<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500

            options=63<RXCSUM,TXCSUM,TSO4,TSO6>

            ether ba:e8:56:13:06:00

            Configuration:

                        id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0

                        maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200

                        root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0

                        ipfilter disabled flags 0x2

            member: en1 flags=3<LEARNING,DISCOVER>

                    ifmaxaddr 0 port 5 priority 0 path cost 0

            member: en2 flags=3<LEARNING,DISCOVER>

                    ifmaxaddr 0 port 6 priority 0 path cost 0

            media: <unknown type>

            status: inactive

 

================================================================================

 

Console Log:

 

2015-07-21 11:12:28 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:12:28 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:12:28 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:12:28 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.800000 seconds...

2015-07-21 11:12:29 tunnelblickd[29342] Status = 0 from tunnelblick-helper command 'start client.tblk 1337 1 0 3 0 16688 -ptADGNWradsgnw 2.3.6'

2015-07-21 11:12:37 Tunnelblick[6150] Can't find Keychain item to delete for service = 'Tunnelblick-Auth-client' account = 'username' because it does not exist

2015-07-21 11:12:37 Tunnelblick[6150] Can't find Keychain item to delete for service = 'Tunnelblick-Auth-client' account = 'password' because it does not exist

2015-07-21 11:13:07 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:13:07 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:13:07 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:13:08 tunnelblickd[29378] Status = 0 from tunnelblick-helper command 'kill 29346'

2015-07-21 11:13:08 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:13:08 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:13:09 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:13:09 tunnelblickd[29378] Status = 0 from tunnelblick-helper command 'postDisconnect client.tblk 3'

2015-07-21 11:16:29 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:16:29 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:16:29 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:16:30 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.800000 seconds...

2015-07-21 11:16:30 tunnelblickd[29519] Status = 0 from tunnelblick-helper command 'start client.tblk 1337 1 0 3 0 16688 -ptADGNWradsgnw 2.3.6'

2015-07-21 11:16:37 Tunnelblick[6150] Can't find Keychain item to delete for service = 'Tunnelblick-Auth-client' account = 'username' because it does not exist

2015-07-21 11:16:37 Tunnelblick[6150] Can't find Keychain item to delete for service = 'Tunnelblick-Auth-client' account = 'password' because it does not exist

2015-07-21 11:16:55 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:16:55 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:16:55 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:16:55 tunnelblickd[29519] Status = 0 from tunnelblick-helper command 'kill 29523'

2015-07-21 11:16:56 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:16:56 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:16:56 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:16:56 tunnelblickd[29519] Status = 0 from tunnelblick-helper command 'postDisconnect client.tblk 3'

2015-07-21 11:17:34 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:17:35 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:17:35 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:17:35 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.800000 seconds...

2015-07-21 11:17:35 tunnelblickd[29571] Status = 0 from tunnelblick-helper command 'start client.tblk 1337 1 0 3 0 16688 -ptADGNWradsgnw 2.3.6'

2015-07-21 11:17:41 Tunnelblick[6150] Can't find Keychain item to delete for service = 'Tunnelblick-Auth-client' account = 'username' because it does not exist

2015-07-21 11:17:41 Tunnelblick[6150] Can't find Keychain item to delete for service = 'Tunnelblick-Auth-client' account = 'password' because it does not exist

2015-07-21 11:19:35 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:19:35 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:19:35 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:19:36 tunnelblickd[29660] Status = 0 from tunnelblick-helper command 'kill 29575'

2015-07-21 11:19:36 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:19:36 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:19:37 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:19:37 tunnelblickd[29660] Status = 0 from tunnelblick-helper command 'postDisconnect client.tblk 3'

2015-07-21 11:27:57 Tunnelblick[6150] DEBUG: Updater: systemVersion 10.10.3 satisfies minimumSystemVersion 10.4.0

2015-07-21 11:27:57 Tunnelblick[6150] DEBUG: Updater: systemVersion 10.10.3 satisfies minimumSystemVersion 10.4.0

2015-07-21 11:28:02 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:28:02 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:28:02 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:28:03 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.800000 seconds...

2015-07-21 11:28:03 tunnelblickd[29983] Status = 0 from tunnelblick-helper command 'start client.tblk 1337 1 0 3 0 16688 -ptADGNWradsgnw 2.3.6'

2015-07-21 11:28:07 Tunnelblick[6150] Can't find Keychain item to delete for service = 'Tunnelblick-Auth-client' account = 'username' because it does not exist

2015-07-21 11:28:07 Tunnelblick[6150] Can't find Keychain item to delete for service = 'Tunnelblick-Auth-client' account = 'password' because it does not exist

2015-07-21 11:28:50 universalAccessAuthWarn[30021] AccessibilityAPI: pid 6150, is not allowed to access the accessibility API. Path: /Applications/Tunnelblick.app/Contents/MacOS/Tunnelblick (Leaf request from pid 30020 Path: /System/Library/CoreServices/System Events.app/Contents/MacOS/System Events)

2015-07-21 11:29:23 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:29:23 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:29:24 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:29:24 tunnelblickd[30053] Status = 0 from tunnelblick-helper command 'kill 29987'

2015-07-21 11:29:25 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:29:25 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:29:25 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:29:25 tunnelblickd[30053] Status = 0 from tunnelblick-helper command 'postDisconnect client.tblk 3'

2015-07-21 11:35:40 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.100000 seconds...

2015-07-21 11:35:40 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.200000 seconds...

2015-07-21 11:35:40 Tunnelblick[6150] runTunnelblickd: no data available from tunnelblickd socket; sleeping 0.400000 seconds...

2015-07-21 11:35:40 tunnelblickd[30294] Status = 0 from tunnelblick-helper command 'printSanitizedConfigurationFile client.tblk 3'

 

================================================================================

 

Non-Apple kexts that are loaded:

 

Index Refs Address            Size       Wired      Name (Version) <Linked Against>

  113    0 0xffffff7f80de8000 0x4000     0x4000     com.protech.NoSleep (1.3.3) <5 4 3>

  130    3 0xffffff7f8296c000 0x56000    0x56000    org.virtualbox.kext.VBoxDrv (4.3.14) <7 5 4 3 1>

  131    0 0xffffff7f829c2000 0x8000     0x8000     org.virtualbox.kext.VBoxUSB (4.3.14) <130 93 37 7 5 4 3 1>

  132    0 0xffffff7f829ca000 0x5000     0x5000     org.virtualbox.kext.VBoxNetFlt (4.3.14) <130 7 5 4 3 1>

  133    0 0xffffff7f829cf000 0x6000     0x6000     org.virtualbox.kext.VBoxNetAdp (4.3.14) <130 5 4 1>

 

PSU Tier List | CoC

Gaming Build | FreeNAS Server

Spoiler

i5-4690k || Seidon 240m || GTX780 ACX || MSI Z97s SLI Plus || 8GB 2400mhz || 250GB 840 Evo || 1TB WD Blue || H440 (Black/Blue) || Windows 10 Pro || Dell P2414H & BenQ XL2411Z || Ducky Shine Mini || Logitech G502 Proteus Core

Spoiler

FreeNAS 9.3 - Stable || Xeon E3 1230v2 || Supermicro X9SCM-F || 32GB Crucial ECC DDR3 || 3x4TB WD Red (JBOD) || SYBA SI-PEX40064 sata controller || Corsair CX500m || NZXT Source 210.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×