Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc Feedback: HTTP/S Pass-through Transport blocking mode configurations are incorrect. #7857

Open
JanakaPushpakumara opened this issue Apr 5, 2024 · 0 comments

Comments

@JanakaPushpakumara
Copy link

Location: https://apim.docs.wso2.com/en/4.0.0/reference/config-catalog/

  1. The documentation mentioned under the Pass-through Transport blocking mode is " [transport.passthru_https]" but it should be correct as a [transport.blocking_http],
    image

  2. Both blocking and non-blocking configs are available under the sample configuration, Better if we can show only the blocking mode sample.
    image

Ex: correct configuration sample

#HTTP  connections (blocking client)
[transport.blocking_http]
sender.parameters.'http.proxyHost' = "$env{OUT_PROXY_HOST}"
sender.parameters.'http.proxyPort' = "$env{OUT_PROXY_PORT}"
sender.parameters.'http.nonProxyHosts' = "$env{OUT_PROXY_NON_HOSTS}"
 
#HTTPS  connections (blocking client)
[transport.blocking_https]
sender.parameters.'http.proxyHost' = "$env{OUT_PROXY_HOST}"
sender.parameters.'http.proxyPort' = "$env{OUT_PROXY_PORT}"
sender.parameters.'http.nonProxyHosts' = "$env{OUT_PROXY_NON_HOSTS}"

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant