You may want to look at setting up a reverse proxy in front of Jenkins,
offloading TLS.
https://www.jenkins.io/doc/book/system-administration/reverse-proxy-configuration-with-jenkins/
On Mon, 2020-08-03 at 15:08 -0400, Gaiseric Vandal wrote:
Changed port to 8443. That seems to have fixed it.
Changed port to 8443. That seems to have fixed it.
Thanks
On 7/24/2020 11:12 AM, Gianluca wrote:
Trying to guess:
"java.net.SocketException: Permission denied"
this smells of Java not running with enough privileges to open ports
below 1024
Usually on Linux systems only root can open suc
Am Freitag, den 24.07.2020, 11:27 -0600 schrieb Mark Waite:
> As further help with that, you might try the guidance for "Running
> Jenkins behind iptables" . That section of the reverse proxy
> configuration document uses the Linux kernel's iptables facility to
> route traffic from the privileged
On Fri, Jul 24, 2020 at 9:12 AM Gianluca wrote:
> Trying to guess:
>
> " java.net.SocketException: Permission denied"
>
> this smells of Java not running with enough privileges to open ports below
> 1024
> Usually on Linux systems only root can open such ports.
>
>
As further help with that, you
Trying to guess:
" java.net.SocketException: Permission denied"
this smells of Java not running with enough privileges to open ports below
1024
Usually on Linux systems only root can open such ports.
On Friday, 24 July 2020 16:04:36 UTC+1, gaiseric.vandal wrote:
>
> I am setting up jenkins on
I am setting up jenkins on an CentOS 8 machine. Currently have one
running under Ubuntu 16.
On the new machine, I am unable to get HTTPS working, even tho the
config seems the same as the other machine.
My partial config file is
# cat /etc/sysconfig/jenkins
#
JENKINS_HOME="/var/lib/jenk