Andreas Merkle

Results 57 comments of Andreas Merkle

The SSL_accept() returns the error here: https://github.com/fhessel/esp32_https_server/blob/de1876cf6fe717cf236ad6603a97e88f22e38d62/src/HTTPSConnection.cpp#L41 SSL_get_error() returns a SSL_ERROR_SYSCALL: >Some non-recoverable, fatal I/O error occurred. The OpenSSL error queue may contain more information on the error. For socket...

Not yet. Fixed further problems, see: https://github.com/NewTec-GmbH/esp32_https_server/commit/88091b6f621c74977f7597d596b02a6975c739f0 And we created some wireshark traces. @gabryelreyes Can you add the wireshark trace result here?

It works for us without #147 as well, similar like in your logs. But the problem still exists and causes a slow connection.

My test setup was a pc with windows 10, docker desktop ce installed and the docker daemon running, as well a registry on it. It provides several agents, based on...

Using this plugin and not the docker-workflow plugin ;-), I get the following result: ``` Asked to provision 1 slave(s) for: win-agent Oct 02, 2019 8:45:02 AM INFO io.jenkins.docker.client.DockerAPI$1 entryDroppedFromCache...

> I think you need to get your Windows containers to use the JNLP or Attach connection method instead. It looks like the SSH method has a lot of hard-coded...

With ssh key injection configured?

@pjdarton This sounds good. I hope I can try it today and give some feedback.

Same error happended: ``` Provisioning 'lp13007:5000/docker-ssh-slave:win-1903' number 1 (of 1) on 'windows cloud agents'; Total containers: 0 (of 4) Dec 05, 2019 11:03:32 AM INFO com.nirima.jenkins.plugins.docker.DockerCloud provision Will provision 'lp13007:5000/docker-ssh-slave:win-1903',...

Argh ... I missed to change to InjectSSHKeyAsContainerArgument. I will try again and come back.