[
https://issues.apache.org/jira/browse/FLINK-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabian Hueske closed FLINK-2932.
--------------------------------
Resolution: Fixed
Fix Version/s: 1.0
0.10
Fixed in 0.10 with cdc0dfd18de04e2ae03f6dc0731220d0570523a4
Fixed in 1.0 with ec7bf50da0a1ec5ef52fd234fa46e3a00b951b92
> 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
> Fix For: 0.10, 1.0
>
>
> 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)