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
This is proven to work (via protocol trace & ssl debugging)
The updated docs should specifically refer to configuration of spring boot (via our application properties) in order to achieve the above configuration
The client is probably already correctly documented -
Clarify what should be in keystore vs truststores & elaborate on what they are
note that in the example above both CAs need to be concatenated. This is because the CLIENT needs to supply the entire certificate chain leading up to what the server trusts. Normally the SERVER would only trust the root CA.
Guidance about what should be in each store - be it for trust, or as a cert to send - should be clarified.
The text was updated successfully, but these errors were encountered:
For example, using tomcat (which we use in spring) this can be done with by configuring tomcat with:
This can then be checked from a client using:
This is proven to work (via protocol trace & ssl debugging)
The updated docs should specifically refer to configuration of spring boot (via our application properties) in order to achieve the above configuration
The client is probably already correctly documented -
note that in the example above both CAs need to be concatenated. This is because the CLIENT needs to supply the entire certificate chain leading up to what the server trusts. Normally the SERVER would only trust the root CA.
Guidance about what should be in each store - be it for trust, or as a cert to send - should be clarified.
The text was updated successfully, but these errors were encountered: