Re: HTTPS - works okay, but 2 problems

2022-10-03 Thread John Horne
Thanks for the replies. We have removed the keystore, and are now using the reverse proxy method. John. On Wednesday, 28 September 2022 at 12:37:46 UTC+1 db...@cloudbees.com wrote: > On Wed, Sep 28, 2022 at 12:00 PM James Nord wrote: > >> jenkins (winstone) can load arguments from a config

Re: HTTPS - works okay, but 2 problems

2022-09-28 Thread 'Daniel Beck' via Jenkins Users
On Wed, Sep 28, 2022 at 12:00 PM James Nord wrote: > jenkins (winstone) can load arguments from a config file in addition to > the command line (--config). > https://github.com/jenkinsci/winstone#configuration-file > > so you can (should be able) to put the password in that file. > > Now if you

Re: HTTPS - works okay, but 2 problems

2022-09-28 Thread James Nord
jenkins (winstone) can load arguments from a config file in addition to the command line (--config). https://github.com/jenkinsci/winstone#configuration-file so you can (should be able) to put the password in that file. Now if you put the password in that file and make it read only by the

Re: HTTPS - works okay, but 2 problems

2022-09-14 Thread John Horne
Thanks for that. I looked through bug reports and found someone else saying that port 8080 remained open. It was you (I think) that replied to him/her that the RPM version does not use the sysconfig file. Creating a systemd override to disable port 8080 worked fine. As to the second problem -

Re: HTTPS - works okay, but 2 problems

2022-09-13 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 13.09.2022 um 16:58 -0700 schrieb John Horne: > I was asked to implement SSL onto our Jenkins service, and have done > that using a keystore. Better use an Apache or NGinx reverse proxy in front of it to handle the TLS stuff. They both read the certificate files directly, so you

Re: HTTPS - works okay, but 2 problems

2022-09-13 Thread Mark Waite
On Tuesday, September 13, 2022 at 7:26:12 PM UTC-6 John wrote: > Hello, > > We are running Jenkins 2.368 on a Rocky 8 Linux server. I was asked to > implement SSL onto our Jenkins service, and have done that using a > keystore. (I only deal with the server itself as a sysadmin, I do not use

HTTPS - works okay, but 2 problems

2022-09-13 Thread John Horne
Hello, We are running Jenkins 2.368 on a Rocky 8 Linux server. I was asked to implement SSL onto our Jenkins service, and have done that using a keystore. (I only deal with the server itself as a sysadmin, I do not use Jenkins myself for CI purposes.) This all seems to work okay, but I have