You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comparing SSLParams javadoc [0] with elytron schema [1] I see, that not all parameters are exposed by elytron.
Especially interesting are useCipherSuitesOrder and SNI related parameters, probably others.
The text was updated successfully, but these errors were encountered:
mchoma
changed the title
Not all ssl params are exposed, e.g. useCipherSuitesOrder
Not all ssl params are exposed, e.g. SNI related params
Jul 14, 2016
I found useCipherSuitesOrder set default to true on couple of places in elytron [1] - so that seems OK. Question is still others params, e.g. SNI related parameters.
comparing SSLParams javadoc [0] with elytron schema [1] I see, that not all parameters are exposed by elytron.
Especially interesting are useCipherSuitesOrder and SNI related parameters, probably others.
[0] https://docs.oracle.com/javase/8/docs/api/javax/net/ssl/SSLParameters.html#setUseCipherSuitesOrder-boolean-
[1] https://github.com/wildfly-security/elytron-subsystem/blob/master/src/main/resources/schema/wildfly-elytron_1_0.xsd
The text was updated successfully, but these errors were encountered: