Smack - SSL and Proxy Socks

Hello everyone,

I tried to use Smack API with SSL and proxy socks5. I found some examples with SSL setting config.setSocketFactory(SSLSocketFactory.getDefault()).

But when I use ConnectionConfiguration with ProxyInfo, I have some troubles like :

AVERTISSEMENT: Connection closed with error

java.io.EOFException: input contained no data

In my environment, I set up Dante server and, in log file, I have this information : broken pipe.

Do you some ideas to help me ?

Thanks a lot!

Ronny.