As far as I know this cipher is not provided by java6 (only in java7+).

See also:
http://stackoverflow.com/questions/26645554/how-to-support-tls-ecdhe-rsa-with-aes-128-cbc-sha-in-java6

> On 28 Sep 2016, at 10:57, Ömer Barış Karaer <[email protected]> wrote:
> 
> Hi All
> 
> I m trying to add any of ECDHE ciphers of the list to 
> io.netty.handler.ssl.SslContext  and I'm getting exception.Im using 
> jre1.6.0_121 and jboss5.0 
> 
> Does anybody  know that how can i add any of this ciphers to the list?
> 
> 
> Thanks in advance
> 
> 
> java.lang.IllegalArgumentException: Cannot support 
> TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA with currently installed providers
>       at com.sun.net.ssl.internal.ssl.CipherSuiteList.<init>(Unknown Source)
>       at 
> com.sun.net.ssl.internal.ssl.SSLEngineImpl.setEnabledCipherSuites(Unknown 
> Source)
> 
> 
> 
> 
> 
> 
> 
> list 
> (TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
> 
> TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
> 
> TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
> 
> TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
> 
> TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
> 
> TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
> 
> TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
> 
> TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
> 
> TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
> 
> TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
> 
> 
> TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA)
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Netty discussions" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/netty/c92737db-b969-4cf5-8a19-d9140fcd03bb%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/netty/c92737db-b969-4cf5-8a19-d9140fcd03bb%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google Groups 
"Netty discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/netty/EF7BF9EF-F9A4-4889-8023-CA716B93ED66%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to