On Friday, March 27, 2015, Hiroki Kondo <[email protected]> wrote:

> Hello,
>
> I made a windows slave agent by JNLP connection.
> My Jenkins master behinds apache.
> Apache is configured as reverse proxy and ssl certification.
>
> So I want to set "Jenkins Location" as Apache URL.
> But the setting is used as remoting url parameter in jnlp.
> Sometimes our agent can't connect because connect to Apache.
>

You need to set a fixed JNLP port (configure security screen)

If Apache is on a different host then you will either need to forward the
port to your main host (eg using haproxy's TCP mode) or start jenkins with
the system propert that sets the header in the initial http request to tell
jnlp to connect to this different host (I'm on a phone so I cannot recall
the system property name)


> How should I do? Just set Jenkins Location to the master url?
> I read "Jenkins Locaiton" is used in in email links.
>
> # environment information
>
> ## master
>
> version: 1.596.2
> OS: Debian
>
> ## slave
> OS:Windows Server 2008 R2
>
> Best regards,
>
> Hiroki
>
> --
> 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 [email protected]
> <javascript:_e(%7B%7D,'cvml','jenkinsci-users%[email protected]');>
> .
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/1714f0ac-325f-4efe-ad5d-09ebfd7b0c75%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/1714f0ac-325f-4efe-ad5d-09ebfd7b0c75%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Sent from my phone

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMzmWEYJrUORL4ke44w0rsonvrKKXr8%3DzkDiF18f-3%3D_zg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to