actual error in log file is— Downloading Guacamole Packages
-Downloading Guacamole Server package for installation... --2019-06-11 15:13:41-- 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)... 95.216.24.32, 40.79.78.1 Connecting to apache.org (apache.org)|95.216.24.32|: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] > <mailto:[email protected]>> wrote: > dear, > > I found the script on below l > > wget > https://raw.githubusercontent.com/Zer0CoolX/guacamole-install-rhel/master/guac-install.sh > > <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 > > <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
