If the primary site doesn't work for you, and Mike's suggestion doesn't
reveal anything, there appear to be several mirrors that may be
accessible and provide what you need, here's a couple:
http://apachemirror.wuchna.com/guacamole/1.0.0/source/
http://apache.mirror.iweb.com/guacamole/1.0.0/source/
On 13/06/2019 5:56 a.m., Mike Jumper wrote:
No. I don't believe the apache.org <http://apache.org> servers block
any IPs, and your logs specifically indicate it connected.
Maybe wget has a verbose option that would help see what isn't working
on your end?
- Mike
On Wed, Jun 12, 2019, 09:26 Manoj Patil <[email protected]
<mailto:[email protected]>> wrote:
i think my ip is block by apache.org <http://apache.org> server
On 12-Jun-2019, at 3:43 PM, Manoj Patil <[email protected]
<mailto:[email protected]>> wrote:
have issue to installation
https://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz
Resolving apache.org <http://apache.org/> (apache.org
<http://apache.org/>)... 40.79.78.1, 95.216.24.32
Connecting to apache.org <http://apache.org/> (apache.org
<http://apache.org/>)|40.79.78.1|:443... connected.
Unable to establish SSL connection.
On 12-Jun-2019, at 12:25 AM, Mike Jumper <[email protected]
<mailto:[email protected]>> wrote:
On Tue, Jun 11, 2019 at 11:49 AM Manoj Patil
<[email protected] <mailto:[email protected]>> wrote:
dear,
I found the script on below l
wgethttps://raw.githubusercontent.com/Zer0CoolX/guacamole-install-rhel/master/guac-install.sh
but when i am trying to install it on lentos 7.6 it raised error
Downloading Guacamole Packages
-Downloading Guacamole Server package for installation...
[-FAILED-]
%%% ERROR (Script Failed) | Line 1198 | Command:
wgethttps://apache.org/dyn/closer.cgi?action=download&filename=guacamole/1.0.0/source/guacamole-server-1.0.0.tar.gz-O
guacamole-server-1.0.0.tar.gz | Exit code: 4 %%%
From the wget manpage:
EXIT STATUS
Wget may return one of several error codes if it
encounters problems.
0 No problems occurred.
1 Generic error code.
2 Parse error---for instance, when parsing
command-line options, the .wgetrc or .netrc...
3 File I/O error.
4 Network failure.
...
- Mike