This commit is contained in:
parent
b983f19c1f
commit
0e11ec2057
28 changed files with 674 additions and 120 deletions
|
|
@ -125,7 +125,7 @@ Disabling TLS security features, at your own risk
|
|||
|
||||
The following shows an example of disabling SNI for a given connection:
|
||||
|
||||
.. includecode:: ../../code/docs/http/scaladsl/HttpsExamplesSpec.scala
|
||||
.. includecode:: ../../code/docs/http/javadsl/HttpsExamplesDocTest.java
|
||||
:include: disable-sni-connection
|
||||
|
||||
The ``badSslConfig`` is a copy of the default ``AkkaSSLConfig`` with with the slightly changed configuration to disable SNI.
|
||||
|
|
@ -26,5 +26,5 @@ Akka HTTP will happily handle many thousand concurrent connections to a single o
|
|||
connection-level
|
||||
host-level
|
||||
request-level
|
||||
https-support
|
||||
client-https-support
|
||||
websocket-support
|
||||
Loading…
Add table
Add a link
Reference in a new issue