why am i seeing the `TLS_EMPTY_RENEGOTIATION_INFO_SCSV` in my TLS debug log

后端 未结 1 1765
野趣味
野趣味 2021-01-22 20:21

I read about it here but it dosent make sense to me that i see it here.

On the Android client Im setting the:

sSLSocket.setEnabledCipherSuites(new          


        
相关标签:
1条回答
  • 2021-01-22 21:03

    It's a compatibility thing for broken implementations. Your sessions is established using SSL_RSA_WITH_RC4_128_SHA, so there is really no problem. I don't think you can control it via the setEnabledCipherSuites(), it's most probably an integral part of the TLS implementation.

    0 讨论(0)
提交回复
热议问题