Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Opened 8 years ago

Last modified 7 years ago

#466 closed defect

Jenkins has some trouble with https — at Initial Version

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

Description

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

Maybe this solves the issue.

Change History (0)

Note: See TracTickets for help on using tickets.