hi, everyone.

I've been kindly asked to setup a jenkins behind reverse proxy, via
https on port X (X!=443)
Now, this server will probably need to serve some static content, so
what the hell, let's make it run with prefix as well.

I've naively gone through:
* 
https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+behind+an+NGinX+reverse+proxy
* https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Nginx
After sorting out my understanding "childhood" problems (PEBKAC type
of things), got to a "kinda working" situation of indeed jenkins being
piped through nginx at non standard https port with prefix /jenkins.
I am starting to suspect there still are "Late Childhood" problems in
jenkins (1.642)

Problem is very frustrating: some of the links in the web app are
"working", and some are "not working"

* by "working" I mean - you click, operation is done, and you get to
the correct url, usually like this:
https://<host>:<port>/path/to/stuff
* by "non working" I mean - you get a timeout after the ajax (or non
ajax) response is trying to set your new location, but the operation
is done. The url it tries to put you at is usually:
https://<host>/path/to/stuff
yes, have you noticed the port disappeared?

let's summarize per related items:
1) After job's /configure page is accessed, sometimes (if you start
using gui to build jobs or play with them), you have to press job
"save" button. So that one "doesn't work"
BUT "apply" button working just fine.
2) Manage->"Configure Global Security" doesn't work, unless you're
typing in the URL /configureSecurity
BUT "Configure System" works just fine.
3) various plugins do not work like that.

So, is this possible with my nginx misconfigured?
Is this yet another PEBKAC on my side?

Thanks in advance!


N.B.
I have found this page:
https://wiki.jenkins-ci.org/display/JENKINS/Hyperlinks+in+HTML
It made me suspect - that if there is such a situation where there is
a need to explain plugin authors to adhere that policy... there's a
high change I'm not hallucinating.


-- 
Max Kovgan
+972507953455

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAKBhgfeBERw3RGrUcn7YK_WqM2WwtCMpYx3BtM4_%2By3%2BkZfefw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to