Re: HTTP status 500 when using Nginx with Jenkins

2023-09-07 Thread Francis Daly
On Wed, Sep 06, 2023 at 03:15:11PM +, David Aldrich wrote: Hi there, > In the failure condition, the browser (Edge) shows (in Developer Tools > Console): > > POST https://jenkins-temptest./pipeline-syntax/generateSnippet > 500 > > I don't know how to access the contents of the 500

HTTP status 500 when using Nginx with Jenkins

2023-09-06 Thread David Aldrich
Hi We are using Nginx as a reverse proxy, connected to a Jenkins continuous integration server, to provide https access. Jenkins and Nginx run on the same Linux server. A certain Jenkins function is failing when accessed via https. It works correctly when accessed via http (without nginx). The