Error messages error 1407742e

I received the following error when installing the hdf5 submodule: if [ ! -d "hdf5" ]; then wget http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1.tar.gz &am...

I received the following error when installing the hdf5 submodule:

if [ ! -d "hdf5" ]; then wget http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1.tar.gz && tar zxf hdf5-1.10.1.tar.gz && mv hdf5-1.10.1 hdf5; fi
--2017-10-28 17:50:14--  http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1.tar.gz
Resolving www.hdfgroup.org... 23.185.0.1, 2620:12a:8001::1, 2620:12a:8000::1
Connecting to www.hdfgroup.org|23.185.0.1|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1.tar.gz [following]
--2017-10-28 17:50:16--  https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1.tar.gz
Connecting to www.hdfgroup.org|23.185.0.1|:443... connected.
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Unable to establish SSL connection.
make[1]: *** [hdf5Rule] Error 4
make[1]: Leaving directory progressiveCactus/submodules
make: *** [all] Error 2

To fix this issue, I manually downloaded the hdf5 tar.gz file, but I wanted to alert you to this potential problem. Thank you.

Содержание

  1. «»error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version while accessing» #5806
  2. Comments
  3. OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version #93
  4. Comments
  5. cURL error 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version #3231
  6. Comments
  7. Error: Could not get version list from GitHub. error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version #39
  8. Comments
  9. Cybersource Developer Community Cybersource Developer Community

«»error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version while accessing» #5806

Hi I am facing error while using git fetch

«error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version while accessing https://github.com/organisationname/reponame/info/refs?service=git-upload-pack
fatal: HTTP request failed.

After this error updated openssl version from 0.9 to 1.0.1e
Still getting same error.

The text was updated successfully, but these errors were encountered:

Hi, the versions 0.9 and 1.0.1 are outdated and not supported anymore. Please upgrade to version 1.0.2, see https://www.openssl.org/source.

What platform are you on? How did you do the upgrade? i.e. did you download and build from source, or did you get OpenSSL from your OS vendor repository?

CentOS release 5.7 (Final) x86_64 Yes Downloaded the package from below url and build from source.
https://www.openssl.org/source/openssl-1.0.2a.tar.gz

Ok. I don’t know why you chose 1.0.2a since that is not the most recent 1.0.2 release and has security issues. You should really use 1.0.2o (the most up to date version).

The most likely explanation is that you still have the system version of OpenSSL installed and your git is using that one. If your git command is linked against OpenSSL 0.9.x then you probably need a newer version of that too.

How do i make git to use to new version of openssl installed.
Is there any way to config that for git

You really need to recompile it and make sure it uses the correct headers and links to the correct library

Recompile git or openssl, is there any way where i can re-install git with higher version and keep the existing setting as it is.

This is really a question you should ask the git folks. their README might be helpful. As for rebuilding git, I suggest you have a look at their INSTALL, where you will find nothing about OpenSSL, but everything about libcurl, which is a HTTP transport library that uses, among others, OpenSSL:

So all in all, you will need to build newer versions of OpenSSL, libcurl and git, at the very least. and to build git, you will need to make sure that you have installed the development packages for everything else that you want git to use.

For further information specifically about git, I suggest that you talk with the git folks, as they are much better informed than any of us. The README I pointed at has the contact details.

The normal way to update git would be to use the package manager of your Linux distribution (CentOS in your case) and not to build and install from source. IMHO, your real problem is that you are using a relative old and outdated CentOS release. CentOS 5.7 was released in September 2011 and is end-of-life since end of March 2017. So maybe an update of your CentOS would solve all your problems.

Источник

OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version #93

I received the following error when installing the hdf5 submodule:

To fix this issue, I manually downloaded the hdf5 tar.gz file, but I wanted to alert you to this potential problem. Thank you.

The text was updated successfully, but these errors were encountered:

i am also facing problem similar to this
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
does any one have Idea on this ?

unable to access ‘https://user:password@github.com/edk2/’: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Does any one have idea how to fix this ?

Work for me on Windows: update git to latest version (2.16) and remove old version ( 1.9)

I have upgraded with latest version (2.16) but still face the same problem. Can you please help me to sort out the issue?
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

I’ve updated to latest git (2.3.5 because I am using an old mac), updated to OpenSSL 1.1.0g (Nov 2017) and also set the git config to use tlsv1.2 by doing git config —global —add http.sslVersion tlsv1.2. Still I get the same error about ‘tlsv1 alert protocol version’

Its working for me now with the help of git config to use tlsv1.2 by doing git config —global —add http.sslVersion tlsv1.2

That’s great, thanks for the reply ravisingla. Now I know that the config bit does work (for you). So something is still forcing my git to use tlsv1.

edit: For the record, and to help others maybe, I discovered that the reason my git was ignoring http.sslVersion=tlsv1.2 in config is that this feature was introduced in Git 2.6 and I am on 2.3.5 (the latest built git installer compatible with Mac 10.8 Mountain Lion. I now need to make and compile my own Git using newer source code)

I had a similar problem (OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version) when downing from GitHub using wget. Tried all above, none worked out.
Then I upgrade wget from 1.5 to 1.9, then wget is back to live. I guess the old wget is not compatible with some of the newest dependencies.

Источник

cURL error 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version #3231

Cannot download the «Media» extension zip. cURL error 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

Cannot download the «Shortcodes» extension zip. cURL error 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Cannot download the «SEO» extension zip. cURL error 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Cannot download the «Backup & Demo Content» extension zip. cURL error 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Cannot download the «Forms» extension zip. cURL error 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Cannot download the «Mailer» extension zip. cURL error 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Cannot download the «Analytics» extension zip. cURL error 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Cannot download the «Media» extension zip. cURL error 35: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

The text was updated successfully, but these errors were encountered:

Update your OpenSSL to 1.0.2, if this will solve the problem close the issue.

Any Manual performance?
because It is on shared hosting,it will take much time.

Go to localhost install all unyson extensions move everything from localhost/wp-content/plugins/unyson/framework/extensions to the same path on your server and run this code:

Источник

Error: Could not get version list from GitHub. error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version #39

Error: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Error: Could not get version list from GitHub

The text was updated successfully, but these errors were encountered:

Are you behind a proxy server?

MODX Revolution 2.3.5-pl (traditional)
Кодовое имя версии:
Revolution
phpinfo():
Просмотреть
Серверное время:
04:38:23 PM
Местное время:
04:38:23 PM
Смещение серверного времени:
0
Версия ExtJS:
3.4.1
Версия Smarty:
3.0.4
Версия PHPMailer:
5.2.8
Версия MagpieRSS:
0.72
Тип базы данных:
mysql
Версия базы данных:
4.1.25-log
Кодировка базы данных:
utf8
Имя базы данных:
wwwsaromatru_aromat
Сервер базы данных:
mysql.saromat.mass.hc.ru
Префикс таблицы:
modx_
MySQL Support:
enabled
Active Persistent Links:
0
Active Links:
0
Client API version:
mysqlnd 5.0.8-dev — 20102224 — $Id: 65fe78e70ce53d27a6cd578597722950e490b0d0 $
Directive:
Local Value,Master Value
mysql.allow_local_infile:
On,On
mysql.allow_persistent:
Off,Off
mysql.connect_timeout:
-1,-1
mysql.default_host:
no value,no value
mysql.default_password:
no value,no value
mysql.default_port:
no value,no value
mysql.default_socket:
no value,no value
mysql.default_user:
no value,no value
mysql.max_links:
Unlimited,Unlimited
mysql.max_persistent:
Unlimited,Unlimited
mysql.trace_mode:
Off,Off
PDO support:
enabled
PDO drivers:
sqlite, mysql, pgsql
PDO Driver for MySQL:
enabled
Client API version:
mysqlnd 5.0.8-dev — 20102224 — $Id: 65fe78e70ce53d27a6cd578597722950e490b0d0 $
Directive:
Local Value,Master Value
pdo_mysql.default_socket:
/tmp/mysql.sock,/tmp/mysql.sock
Zip:
enabled
Extension Version:
$Id$
Zip version:
1.9.1
Libzip version:
0.9.0

I assume you’re using Version 1.5.1 of UGM. If you’ve made several upgrades, you may have hit the GitHub rate limit. It could also be a timeout. You may need to create a github account and set the &github_username and &github_token properties. You can also try messing with the &githubTimeout property, the &attempts property, and the &forceFopen property.

There could also be a problem with your SSL certificate or configuration.

I’m getting this error on one the dashboard on one of my sites. I’m working with server admin to resolve but I could use some help to help him.

Modx 2.6.1
PHP Version: 5.3.10-1ubuntu3.26
cURL Information | 7.22.0
SSL Version | OpenSSL/1.0.1

I’ve shared the forum posts about this where updating cURL and SSL were suggested as potential solutions to this problem. He’s updated the system packets for both, but I’m stilling getting this error.

Since then, I’ve uninstalled, removed and reinstalled the updater, cleared cache, still no joy.

Any other ideas, I don’t know how to help this guy. He a really sharp guy, but doesn’t know Modx and I don’t know much about server admin.

You could try setting the forceFopen property of the widget snippet. You might be hitting the GitHub rate limit. You can avoid it by getting a free account at GitHub and adding your GitHub credentials to UGM in the github_token and github_username properties.

Also, try deleting the core/cache/upgrademodx/versionlist file. It could be corrupted.

Bob thanks for the suggestions. I tried all of them.

Now I’m getting this error:

Error: (https://api.github.com/repos/modxcms/revolution/tags — fopen) failed
Error: Could not get version list from GitHub

If I turn off the force open, I get the original error message.

I used the github account credentials, that I’m using here.

I’m not sure if I mentioned that the updater status widget is also not able to reach Github.

Is ubuntu a factor here? PHP Version: 5.3.10-1ubuntu3.26

Would it help if I gave you a login to Modx? I would expect the client would be happy to pay for your time.

Источник

  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page

I’m getting a PHP CURL error when submitting a test transaction to my sandbox account at https://test.authorize.net/gateway/transact.dll. The error is:

1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

Does this mean that the version of CURL on the server is not configured to work properly with TLS 1.2? From what I can tell from the PHP Info, the CURL version is 7.36.0 and SSL Version is OpenSSL/0.9.8. PHP version is 5.4.32.

Test code looks like below:

‎02-08-2018 12:54 PM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

OpenSSL 0.9.8 does not support TLS 1.2. Painting with a broad brush, TLS 1.2 first appeared in OpenSSL 1.0.1.

‎02-09-2018 02:19 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

OpenSSL 0.9.8 does not support TLS 1.2. Painting with a broad brush, TLS 1.2 first appeared in OpenSSL 1.0.1.

‎02-09-2018 02:19 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

Thank you for the information. It would appear we have no PHP solutions that work on the server we are working with. Unfortunately the site is on a hosted server so we are unable to install updates. However, I did discover a sample ASP script that seems to work so we will go with that.

‎02-14-2018 07:53 AM

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

While it seems like you’ve found a solution, think seriously about whether you want to continue giving business to a hosting provider who thinks so little of security that they’d force you into a set of software that old. There’s been many security holes found in just PHP alone since then.

There’s no way a solution built on top of that provider’s PHP installation is going to be PCI compliant, and I’d suspect the same is true about anything using ASP on that provider as well.

Источник

Hi,

I’m getting a PHP CURL error when submitting a test transaction to my sandbox account at https://test.authorize.net/gateway/transact.dll. The error is:

1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

Does this mean that the version of CURL on the server is not configured to work properly with TLS 1.2? From what I can tell from the PHP Info, the CURL version is 7.36.0 and SSL Version is OpenSSL/0.9.8. PHP version is 5.4.32.

Test code looks like below:

<?php

$url = ‘https://test.authorize.net/gateway/transact.dll’;

$ch = curl_init( $url );
curl_setopt( $ch, CURLOPT_POST, true);
curl_setopt( $ch, CURLOPT_POSTFIELDS, $vPostData);
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt( $ch, CURLOPT_VERBOSE, true);
$response = curl_exec( $ch );
if ($response === false) {
echo «curl_exec failed<br />»;
trigger_error(curl_error($ch));
} else {
echo «response: » . $response;
}
curl_close($ch);

?>

Thanks!

When I am running the following command:

bash <(curl -fsSL https://mesg.com/install)

, I am getting this error:

curl: (35) error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version  /home/mohan/mesg

. I am running ubuntu 12.04 lts. How can I resolve the issue without upgrading?

asked Feb 17, 2019 at 14:49

Eric Easter's user avatar

It looks like the site you are attempting to connect to uses an incompatible TLS version, and curl doesn’t like it. 12.04 doesn’t receive any updates unless you have paid for Ubuntu Advantage from Canonical, and that’s only extended security maintenance (ESM). The earliest currently supported release is 14.04, so I’d recommend at least upgrading to that and seeing if the issue is fixed in an update

If needed, contact the site operator

answered Feb 17, 2019 at 15:01

unixandria's user avatar

unixandriaunixandria

4423 silver badges17 bronze badges

I know my version of wget is very old, but I can’t get a download to work with it,

# wget https://github.com/radare/radare2/archive/master.zip
--2018-11-05 00:07:51--  https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Unable to establish SSL connection.

# wget --secure-protocol SSLv3 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:12--  https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
OpenSSL: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
Unable to establish SSL connection.

# wget --secure-protocol SSLv2 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:14--  https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.113, 192.30.253.112
Connecting to github.com|192.30.253.113|:443... connected.
Unable to establish SSL connection.

# wget --secure-protocol TLSv1 https://github.com/radare/radare2/archive/master.zip
--2018-11-04 23:06:22--  https://github.com/radare/radare2/archive/master.zip
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
OpenSSL: error:1409442E:SSL routines:SSL3_READ_BYTES:tlsv1 alert protocol version
Unable to establish SSL connection.

I’ve tried adding --no-check-certificate but still no dice. Is there anyway to get grab an a .zip with an ancient version of wget on an https server?

In this case, it’s a public tarball. And, I’m working on an iso made to test vulnerabilities (Protostar).


Using Wget 1.12 and OpenSSL 0.9.8 from Debian Squeeze 6.0.3

Понравилась статья? Поделить с друзьями:
  • Error message wpf
  • Error message windows update
  • Error message the importer reported a generic error
  • Error message the file has an unsupported compression type
  • Error message stack overflow