You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Mehakmeet Singh (Jira)" <ji...@apache.org> on 2023/02/24 07:29:00 UTC

[jira] [Updated] (HADOOP-18643) S3A proxy to use proxy protocol to set port

     [ https://issues.apache.org/jira/browse/HADOOP-18643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mehakmeet Singh updated HADOOP-18643:
-------------------------------------
    Labels:   (was: fs/s3)

> S3A proxy to use proxy protocol to set port
> -------------------------------------------
>
>                 Key: HADOOP-18643
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18643
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Mehakmeet Singh
>            Assignee: Mehakmeet Singh
>            Priority: Major
>
> In the current code, we use the Cloud store's protocol to set the proxy's port({*}If no port is set{*}).
> {code:java}
> if (conf.getBoolean(SECURE_CONNECTIONS, DEFAULT_SECURE_CONNECTIONS)) {
>           LOG.warn("Proxy host set without port. Using HTTPS default 443");
>           awsConf.setProxyPort(443);
>         } else {
>           LOG.warn("Proxy host set without port. Using HTTP default 80");
>           awsConf.setProxyPort(80);
>         } {code}
> We should use the proxy protocol instead.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org