Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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:
curl http://flink.apache.org/q/quickstart-scala.sh | bash
expected:
curl https://flink.apache.org/q/quickstart-scala.sh | bash