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
To add an older cipher suite to the Gorouter default cipher suites, set the TLS minimum version to v1.1 or v1.0 in your Gorouter configuration.
For example:
<pre>
router:
min_tls_version: TLSv1.1
</pre>
Then add one or more of the Gorouter-supported cipher suites listed in <a href="#tls_10_11">TLS v1.0 and v1.1</a> to the existing list of default cipher suites.
For example, you could add the following property to your BOSH deployment manifest file: