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
Copy file name to clipboardExpand all lines: source/fundamentals/connection/tls.txt
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,12 @@ itself as well as other applications with which the application
77
77
interacts. To configure access to these certificates in your application,
78
78
you should use the JVM Trust Store and the JVM Key Store.
79
79
80
+
.. note::
81
+
82
+
We based the following sections on the documentation for Oracle JDK,
83
+
so some parts may be inapplicable to your JDK or to the custom TLS/SSL
84
+
implementation you use.
85
+
80
86
.. _tls-configure-jvm-truststore:
81
87
82
88
Configure the JVM Trust Store
@@ -296,5 +302,5 @@ properties:
296
302
297
303
For additional information about OCSP, check out the following resources:
298
304
299
-
- Java SE 8 Documentation on `how to enable OCSP for an application <https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/ocsp.html>`__
305
+
- Oracle JDK 8 Documentation on `how to enable OCSP for an application <https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/ocsp.html>`__
300
306
- :rfc:`Official IETF specification for OCSP (RFC 6960) <6960>`
0 commit comments