cURL / Mailing Lists / curl-users / Single Mail

curl-users

Need help with strange error message

From: Volker Schmid <volker.schmid_at_regify.com>
Date: Wed, 2 Sep 2015 09:24:46 +0200

Hello,

we are calling one of our datacenters using a curl call regularily every minute to check availability. It is working fine since years. But since a few days, we sometimes get results like below for several minutes (3 to 10 minutes). Then it returns to normal state. All in late night or very early morning.

I think it might be a connectivity issue, but the error itself is making me nervous.

Can you please take a look at the message below and tell me if this looks like
* a man-in-the-middle attack?
* a harmless connectivity issue?

The data we transfer is somehow sensitive...

Thank you!

Volker

> curl -v -k https://dc1.some.domain.lu/clearing.php

dc1 insecure down: % Total % Received % Xferd Average Speed Time Time Time Current
                                  Dload Upload Total Spent Left Speed

   0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* About to connect() to dc1.some.domain.lu port 443 (#0)
* Trying xx.xxx.xxx.xxx...

   0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0* Connected to dc1.some.domain.lu (xx.xxx.xxx.xxx) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
   CApath: none
* SSLv3, TLS handshake, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Server hello (2):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
{ [data not shown]
* SSLv3, TLS handshake, Server finished (14):
{ [data not shown]
* SSLv3, TLS handshake, Client key exchange (16):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Finished (20):
} [data not shown]

   0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:20 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:21 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:22 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:23 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:24 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:25 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:26 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:27 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:28 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:29 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:30 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:31 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:00:32 --:--:-- 0 * Unknown SSL protocol error in connection to dc1.some.domain.lu:443
   0 0 0 0 0 0 0 0 --:--:-- 0:00:33 --:--:-- 0 * Closing connection 0
curl: (35) Unknown SSL protocol error in connection to dc1.some.domain.lu:443

   0 0 0 0 0 0 0 0 --:--:-- 0:01:00 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:01:01 --:--:-- 0
   0 0 0 0 0 0 0 0 --:--:-- 0:01:02 --:--:-- 0 * Connection timed out
* Failed connect to dc1.some.domain.lu:443; Connection timed out
* Closing connection 0
curl: (7) Failed connect to dc1.some.domain.lu:443; Connection timed out

-- 
*Volker Schmid*
/CTO / Vorstand Technik/
E-Mail: volker.schmid_at_regify.com
Internet: www.regify.com
regify S.A.
2b, Ennert dem Bierg | L-5244 Sandweiler
Registre de Commerce et des Sociétés B 156705
Phone:+352-26 89 32 1  <callto://003522689321>
regify GmbH
Römerstrasse 39 | D-78183 Hüfingen
Amtsgericht Freiburg HRB 709343
Tel.:+49-771-89 784 236  <callto://004977189784236>
  
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2015-09-02