| Hello Jeff Thompson, here is my configuration: Jenkins is running on the host J (x.x.3.9). The Jenkins web interface is available over reverse proxy running on the different host P (x.x.3.2). There are DNS alias tools.xxxxx.local, pointing to the host P. Jenkins windows slave runs on the host xxxxx05ws016 (x.x.13.82) as Windows Service, initially installed over Java Web Start. Here are some interesting sections from Jenkins Global Security Configuration page:
Agents:
TCP port for inbound agents: Random
Agent protocols: Java-Web-Start-Agent protocol Version 4 (TLS-encryption)
SSH Server:
SSHD Port: Deactivated
And here are part of the windows agent log, after Jenkins was restored to the version 2.190:
Aug 27, 2019 8:43:45 AM hudson.remoting.jnlp.Main createEngine
INFORMATION: Setting up agent: xxxxx05ws016
Aug 27, 2019 8:43:45 AM hudson.remoting.jnlp.Main$CuiListener <init>
INFORMATION: Jenkins agent is running in headless mode.
Aug 27, 2019 8:43:45 AM hudson.remoting.jnlp.Main createEngine
WARNUNG: Certificate validation for HTTPs endpoints is disabled
Aug 27, 2019 8:43:45 AM hudson.remoting.Engine startEngine
INFORMATION: Using Remoting version: 3.33
Aug 27, 2019 8:43:45 AM hudson.remoting.Engine startEngine
WARNUNG: No Working Directory. Using the legacy JAR Cache location: C:\Windows\system32\config\systemprofile\.jenkins\cache\jars
Aug 27, 2019 8:43:45 AM hudson.remoting.jnlp.Main$CuiListener status
INFORMATION: Locating server among [https://tools.xxx.local/devjenkins/]
Aug 27, 2019 8:43:45 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver openURLConnection
WARNUNG: HTTPs certificate check is disabled for the endpoint.
Aug 27, 2019 8:43:45 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFORMATION: Remoting server accepts the following protocols: [JNLP4-connect, Ping]
Aug 27, 2019 8:43:45 AM org.jenkinsci.remoting.engine.JnlpAgentEndpointResolver resolve
INFORMATION: Remoting TCP connection tunneling is enabled. Skipping the TCP Agent Listener Port availability check
Aug 27, 2019 8:43:45 AM hudson.remoting.jnlp.Main$CuiListener status
INFORMATION: Agent discovery successful
Agent address: x.x.3.9
Agent port: 33773
Identity: f8:2a:3d:5a:d4:22:f4:a0:89:26:4a:a1:34:20:c3:11
Aug 27, 2019 8:43:45 AM hudson.remoting.jnlp.Main$CuiListener status
INFORMATION: Handshaking
Aug 27, 2019 8:43:45 AM hudson.remoting.jnlp.Main$CuiListener status
INFORMATION: Connecting to x.x.3.9:33773
Aug 27, 2019 8:43:45 AM hudson.remoting.jnlp.Main$CuiListener status
INFORMATION: Trying protocol: JNLP4-connect
Aug 27, 2019 8:43:46 AM hudson.remoting.jnlp.Main$CuiListener status
INFORMATION: Remote identity confirmed: f8:2a:3d:5a:d4:22:f4:a0:89:26:4a:a1:34:20:c3:11
Aug 27, 2019 8:43:48 AM hudson.remoting.jnlp.Main$CuiListener status
INFORMATION: Connected
|