No. I don't believe the 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]> wrote: > i think my ip is block by apache.org server > > On 12-Jun-2019, at 3:43 PM, Manoj Patil <[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 (apache.org)... 40.79.78.1, 95.216.24.32 > Connecting to apache.org (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]> wrote: > > On Tue, Jun 11, 2019 at 11:49 AM Manoj Patil <[email protected]> > wrote: > >> dear, >> >> I found the script on below l >> >> wget >> https://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: wget >> https://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 > > > >
