This configuration ...

>         SslContextFactory ssl = new SslContextFactory();
>
>         ssl.setExcludeProtocols(".*");
>         ssl.setIncludeProtocols();
>         ssl.setIncludeCipherSuites();
>         ssl.setExcludeCipherSuites(".*");
>

Excludes all protocols and cipher suites.
You have nothing left to connect with.

Simone, has the request even started in this situation?

- Joakim
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to