wso2 / wso2/docs-apim

Missing sslEnabledProtocols configuration for Binary Transport in official documentation

Open
#10,399 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

AI-Agent/Fixed Type/Improvement
Dominant language
CSS
Stars
99
Forks
708
Avg merge
1d 7h
Merged PRs (30d)
22

Description

Description

The following configuration appears to be missing from the official documentation. While similar settings are documented for transport.https.sslHostConfig.properties, this specific configuration for the binary transport is not included in [1] and [2].

Due to this, some customers are misled and end up using incorrect configurations for the binary transport, which leads to issues.

Could you please consider updating the official documentation to include the following transport.binary.receiver ?

Sample :

[transport.binary.receiver]
sslEnabledProtocols = "TLSv1.2"
ciphers = ["TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"]

This would help avoid misconfigurations and ensure better clarity for users working with secure binary transport.

Suggested Improvement

add

[transport.binary.receiver]
sslEnabledProtocols = "TLSv1.2"
ciphers = ["TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"]
Version(s)

3.1.0 to latest

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the official documentation referenced as [1] and [2], comparing the existing transport.https.sslHostConfig.properties settings with the binary transport section. Add the shown transport.binary.receiver sslEnabledProtocols and ciphers example, then verify the documentation clearly covers secure binary transport configuration.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.