Re: SSLParameters for SslContextFactory

2018-08-08 Thread Michael Cherkasov
methods, > > and > > > we > > > > > only support one of them, when two more clash with SSL settings > which > > > are > > > > > set elsewhere. > > > > > > > > > > I.e. what happens if I pass SSLParameters with

Re: SSLParameters for SslContextFactory

2018-07-31 Thread Mikhail Cherkasov
aints() > > > or > > > > setProtocols() called on them? > > > > > > > > Is it possible that we will just have an array of allowed ciphers in > > > > configuration? > > > > > > > > Regards, > > > > &

Re: SSLParameters for SslContextFactory

2018-07-30 Thread Ilya Kasnacheev
t; > > setProtocols() called on them? > > > > > > Is it possible that we will just have an array of allowed ciphers in > > > configuration? > > > > > > Regards, > > > > > > -- > > > Ilya Kasnacheev > > &

Re: SSLParameters for SslContextFactory

2018-07-30 Thread Michael Cherkasov
t; > configuration? > > > > Regards, > > > > -- > > Ilya Kasnacheev > > > > 2018-07-26 20:16 GMT+03:00 Michael Cherkasov < > michael.cherka...@gmail.com > > >: > > > > > Hi all, > > > > > > I want to ad

Re: SSLParameters for SslContextFactory

2018-07-30 Thread Vladimir Ozerov
Michael Cherkasov >: > > > Hi all, > > > > I want to add SSLParameters for SslContextFactory. > > > > Right now there's no way to specify a particular set of cipher suites > that > > you want to use. > > there's even old request to add

Re: SSLParameters for SslContextFactory

2018-07-26 Thread Ilya Kasnacheev
that we will just have an array of allowed ciphers in configuration? Regards, -- Ilya Kasnacheev 2018-07-26 20:16 GMT+03:00 Michael Cherkasov : > Hi all, > > I want to add SSLParameters for SslContextFactory. > > Right now there's no way to specify a particular set of cipher su

SSLParameters for SslContextFactory

2018-07-26 Thread Michael Cherkasov
Hi all, I want to add SSLParameters for SslContextFactory. Right now there's no way to specify a particular set of cipher suites that you want to use. there's even old request to add this functionality: https://issues.apache.org/jira/browse/IGNITE-6167 even with current API you can ac