Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Opened 8 years ago

Last modified 7 years ago

#466 closed defect

Jenkins has some trouble with https — at Version 1

Reported by: landauf Owned by:
Priority: minor Milestone: IT: Server Setup
Component: IT Version:
Keywords: Cc:
Referenced By: References:

Description (last modified by landauf)

Often jenkins switches from https to http when clicking an url. Also login doesn't always work (or only after closing and opening the website again).

I see that jenkins is started with these command-line arguments:

--httpPort=8080
--httpListenAddress=127.0.0.1

According to https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins it may be possible to use these arguments instead:

--httpPort=-1 (disable http)
--httpsPort=8443
--httpsListenAddress=127.0.0.1

After that, the apache configuration to redirect /jenkins to localhost:8080 should be changed to redirect to localhost:8443.

Maybe this solves the issue.

Change History (1)

comment:1 Changed 8 years ago by landauf

  • Description modified (diff)
Note: See TracTickets for help on using tickets.