Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-23 Thread Chris Bannister
On Sat, Nov 22, 2014 at 05:03:19PM -0200, Teresa e Junior wrote: On Thu, 20 Nov 2014 15:56:41 -0200, Teresa e Junior wrote: Hello! I am using curl 7.26.0-1+wheezy11, and when I run `curl https://www.basebit.com.br', it fails with the message: curl: (35) error:14077438:SSL

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-23 Thread Teresa e Junior
with the message: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error This works: curl --ciphers DHE-RSA-AES256-SHA https://www.basebit.com.br I get this: tal% curl --ciphers DHE-RSA-AES256-SHA https://www.basebit.com.br curl: (35) error:14077410:SSL

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-23 Thread Curt
On 2014-11-23, Chris Bannister cbannis...@slingshot.co.nz wrote: This works: curl --ciphers DHE-RSA-AES256-SHA https://www.basebit.com.br I get this: tal% curl --ciphers DHE-RSA-AES256-SHA https://www.basebit.com.br curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-23 Thread Teresa e Junior
On Sun, 23 Nov 2014 16:24:06 + (UTC), Curt wrote: On 2014-11-23, Chris Bannister cbannis...@slingshot.co.nz wrote: This works: curl --ciphers DHE-RSA-AES256-SHA https://www.basebit.com.br I get this: tal% curl --ciphers DHE-RSA-AES256-SHA https://www.basebit.com.br curl: (35)

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-23 Thread Curt
On 2014-11-23, Teresa e Junior teresaejun...@gmail.com wrote: They must have changed the server configuration all today, because yesterday it worked, and so I implemented the shell script. But today the script would not work, and then I got the same errors you both have mentioned... And

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-23 Thread Teresa e Junior
On Sun, 23 Nov 2014 17:30:34 + (UTC), Curt wrote: On 2014-11-23, Teresa e Junior teresaejun...@gmail.com wrote: They must have changed the server configuration all today, because yesterday it worked, and so I implemented the shell script. But today the script would not work, and then I got

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-23 Thread Chris Bannister
, and when I run `curl https://www.basebit.com.br', it fails with the message: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error This works: curl --ciphers DHE-RSA-AES256-SHA https://www.basebit.com.br I get this: tal% curl --ciphers DHE-RSA-AES256-SHA

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-23 Thread Scott Ferguson
On 21/11/14 04:56, Teresa e Junior wrote: Hello! I am using curl 7.26.0-1+wheezy11, and when I run `curl https://www.basebit.com.br', it fails with the message: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error I have done some research, and found

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-23 Thread Teresa e Junior
get this failure (curl 7.26.0-1+wheezy):- curl https://www.basebit.com.br curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error The site uses PKCS #1 SHA-256 With RSA Encryption (TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, 128-bit keys) so... *this works*:- curl

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-23 Thread Scott Ferguson
On 24/11/14 11:25, Teresa e Junior wrote: On Mon, 24 Nov 2014 11:10:35 +1100, Scott Ferguson wrote: On 21/11/14 04:56, Teresa e Junior wrote: snipped Your solution is much simpler, thank you! My pleasure. For completeness, you'll find this works also:- curl --ciphers AES128-SHA256

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-23 Thread Teresa e Junior
On Mon, 24 Nov 2014 11:41:56 +1100, Scott Ferguson wrote: For completeness, you'll find this works also:- curl --ciphers AES128-SHA256 https://www.basebit.com.br Thank you! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-22 Thread Chris Bannister
Largefile NTLM SSL libz Oh, I see, thank you! JFTR. On jessie, I get this: tal% curl -L https://www.basebit.com.br curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error tal% curl --version curl 7.38.0 (i586-pc-linux-gnu) libcurl/7.38.0 OpenSSL/1.0.1j zlib

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-22 Thread Teresa e Junior
On Thu, 20 Nov 2014 15:56:41 -0200, Teresa e Junior wrote: Hello! I am using curl 7.26.0-1+wheezy11, and when I run `curl https://www.basebit.com.br', it fails with the message: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error This works: curl --ciphers

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-21 Thread Teresa e Junior
On Thu, 20 Nov 2014 15:56:41 -0200, Teresa e Junior wrote: Hello! I am using curl 7.26.0-1+wheezy11, and when I run `curl https://www.basebit.com.br', it fails with the message: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error I have done some research

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-21 Thread Curt
On 2014-11-20, Teresa e Junior teresaejun...@gmail.com wrote: Hello! I am using curl 7.26.0-1+wheezy11, and when I run `curl https://www.basebit.com.br', it fails with the message: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error Works for me when I

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-21 Thread Teresa e Junior
On Fri, 21 Nov 2014 17:58:53 + (UTC), Curt wrote: On 2014-11-20, Teresa e Junior teresaejun...@gmail.com wrote: Hello! I am using curl 7.26.0-1+wheezy11, and when I run `curl https://www.basebit.com.br', it fails with the message: curl: (35) error:14077438:SSL

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-21 Thread Curt
On 2014-11-21, Teresa e Junior teresaejun...@gmail.com wrote: Works for me when I do curl -L https://www.basebit.com.br With curl 7.26.0-1+wheezy11? If your version is newer, I thought maybe I could backport it from Jessie, but I don't know which package has the problem here, if cURL,

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-21 Thread Teresa e Junior
With curl 7.26.0-1+wheezy11? If your version is newer, I thought maybe I could backport it from Jessie, but I don't know which package has the problem here, if cURL, OpenSSL, GnuTLS, etc. My version is older, as I'm using Squeeze LTS. curty@einstein:~$ curl --version curl 7.21.0

curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-20 Thread Teresa e Junior
Hello! I am using curl 7.26.0-1+wheezy11, and when I run `curl https://www.basebit.com.br', it fails with the message: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error I have done some research, and found suggestions that `curl --sslv3' should work

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-20 Thread songbird
Teresa e Junior wrote: Hello! I am using curl 7.26.0-1+wheezy11, and when I run `curl https://www.basebit.com.br', it fails with the message: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error I have done some research, and found suggestions

Re: curl: (35) error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error

2014-11-20 Thread Teresa e Junior
Hello, songbird! On Thu, 20 Nov 2014 14:45:42 -0500, songbird wrote: i'm certainly not a wizard when it comes to this sort of thing, but have you tried --sslv2 instead? curl --sslv2 https://www.basebit.com.br curl: (4) OpenSSL was built without SSLv2 support Teresa e Junior -- To