Hello,

Just setup an apache front of jenkins : 

for instance :
jenkins listen port localhost:8080 
 apache will listen to port 80 and proxypass to localhost:8080 . You can 
add a rule that forbid a call to a specific URL
       setup ssl on an exotic port 8254 for instance, and proxypass to 
localhost:8080.


Le vendredi 19 septembre 2014 15:59:35 UTC+2, Christopher a écrit :
>
> Hi all, 
>
> I was looking at writing a plugin which requires Jenkins to act as an 
> HTTP server, listening on a specific high, non-standard port, secured 
> with an SSL certificate. 
>
> Is it possible for a plugin to hook into the Java servlet stuff somehow 
> and listen on additional ports at runtime, or to embed a Java webserver 
> library or something along those lines? 
>
> I have a feeling I saw a notification or websocket plugin doing 
> something similar once, but any ideas would be appreciated :) 
>
> (Ignoring the fact that this may not "just work" for people who have 
> Jenkins behind a reverse proxy) 
>
> Thanks, 
> Chris 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to