RusticiSoftware / TinCanJava

Tin Can Java Library
http://rusticisoftware.github.io/TinCanJava/
Apache License 2.0
44 stars 46 forks source link

SSH Trouble with using Jetty 8.1.9 #42

Closed johannsell closed 8 years ago

johannsell commented 8 years ago

I've got an error on communicating with a LRS behind a HTTPS Proxy. The error is the same as this one, mentioned for Jetty 8.1.9:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=376273

It was fixed for Jetty 8.1.10, so it would be great if the used Jetty Version could be updated.

gomezgoiri commented 8 years ago

In the issue #47 I refer to a couple of commits which update Jetty to 9.3.6.v20151106.

This Jetty version will probably fix your issue.

johannsell commented 8 years ago

Sounds cool. Currently, our system runs in production, so I can't test it up to the next update. But I will close this issue, because you've referenced to the other issue and I've tested the solution before. ;)