Clean up all HTTP URLS; replace with HTTPS.

Resolves gh-80.
This commit is contained in:
John Blum
2020-04-19 17:01:27 -07:00
parent efcfcb0952
commit 01e0f2f5f0

View File

@@ -586,7 +586,7 @@ When the cluster starts up, you should see log output similar to (log output for
(the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
@@ -644,8 +644,8 @@ System Properties:
java.specification.vendor = Oracle Corporation
java.specification.version = 1.8
java.vendor = Oracle Corporation
java.vendor.url = http://java.oracle.com/
java.vendor.url.bug = http://bugreport.sun.com/bugreport/
java.vendor.url = https://java.oracle.com/
java.vendor.url.bug = https://bugreport.sun.com/bugreport/
java.version = 1.8.0_241
java.vm.info = mixed mode
java.vm.name = Java HotSpot(TM) 64-Bit Server VM
@@ -933,7 +933,7 @@ When the client starts, you will see log output similar to (log output was forma
(the "License"); you may not use this file except in compliance with the
License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
@@ -993,8 +993,8 @@ System Properties:
java.specification.vendor = Oracle Corporation
java.specification.version = 1.8
java.vendor = Oracle Corporation
java.vendor.url = http://java.oracle.com/
java.vendor.url.bug = http://bugreport.sun.com/bugreport/
java.vendor.url = https://java.oracle.com/
java.vendor.url.bug = https://bugreport.sun.com/bugreport/
java.version = 1.8.0_241
java.vm.info = mixed mode
java.vm.name = Java HotSpot(TM) 64-Bit Server VM