@jpd4nt I used wireshark to see to who the Jenkins Windows Slave is really talking to when it says that it is talking with the master (https://xxx.jenkins.de/....). And saw that the handshake happens with the gateway and never reaches the IP of the master. The gateway don't know the right IP address for the https://xxx.jenkins.de/ Master.
I then edited the hosts file of the 'Jenkins windows slave' and told him what the correct IP of https://xxx.jenkins.de/ is and after that the Jenkins slave immediately connected with the Jenkins master :) Now it is working again. Thank you again for your help and the hints where to search for the problem !!!! Am Mittwoch, 9. März 2016 17:01:11 UTC+1 schrieb jpd4nt: > > Packet sniff between master and windows slave to make sure its actually > talking, as that the error. > > Otherwise it could be a bug in the plugin. > > > -- 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/e9096b9a-c4b9-43a8-a6c9-9bde98afd389%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
