Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] "early EOF" warning when https call from old application in 9.2.9.v2015022er

On Tue, Jan 31, 2017 at 06:08:12PM +0100, David Persson wrote:
> It isn't clear to me where to enable javax.net.debug=all.

Several ways, if you're just experiementing:

https://www.eclipse.org/jetty/documentation/9.4.x/start-jar.html

- You can add 'javax.net.debug=all' to your start.ini file.
- I think you can add '-Djavax.net.debug=all' on the command line.


> I don't even know whether "GET//domain:443/geoserver/rest" means an http
> prefix or an https prefix but I suppose http since our Jetty9 says
> connection reset to those.

Well, port 443 implies HTTPS, but I haven't followed this whole
thread, so I don't know the context.

-- 
Brian Reichert				<reichert@xxxxxxxxxxx>
BSD admin/developer at large	


Back to the top