What are the security consequences of setting “jsse.enableSNIExtension” to false?

前端 未结 1 1387
谎友^
谎友^ 2021-01-01 05:06

I currently have an application that would make HTTP post request to a lot of URLs. Some of the connections are failing with the following exception.

相关标签:
1条回答
  • 2021-01-01 05:40

    from oracle (http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html):

    It enables TLS connections to virtual servers, in which multiple servers for different network names are hosted at a single underlying network address

    If you disable jsse.enableSNIExtension you won't be able to connect to pages under a virtual server

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