You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2015/10/28 08:04:27 UTC

[jira] [Commented] (FLINK-2932) Flink quickstart docs should ask users to download from https, not http

    [ https://issues.apache.org/jira/browse/FLINK-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14977870#comment-14977870 ] 

Aljoscha Krettek commented on FLINK-2932:
-----------------------------------------

I think we should change it, yes.

> Flink quickstart docs should ask users to download from https, not http
> -----------------------------------------------------------------------
>
>                 Key: FLINK-2932
>                 URL: https://issues.apache.org/jira/browse/FLINK-2932
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Frederick F. Kautz IV
>            Priority: Minor
>
> https://ci.apache.org/projects/flink/flink-docs-master/quickstart/java_api_quickstart.html
> https://ci.apache.org/projects/flink/flink-docs-master/quickstart/scala_api_quickstart.html
> Both of these documents ask the users to run a script insecurely downloaded from an HTTP server. The server supports HTTPS. Can we change the target to be secure?
> Currently:
> {code}
> curl http://flink.apache.org/q/quickstart-scala.sh | bash
> {code}
> expected:
> {code}
> curl https://flink.apache.org/q/quickstart-scala.sh | bash
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)