|
@@ -165,7 +165,7 @@
|
|
|
# Using curl here since the uri module requires python-httplib2 and
|
|
|
# wait_for port doesn't provide health information.
|
|
|
command: >
|
|
|
- curl --silent
|
|
|
+ curl --silent --tlsv1.2
|
|
|
{% if openshift.common.version_gte_3_2_or_1_2 | bool %}
|
|
|
--cacert {{ openshift.common.config_base }}/master/ca-bundle.crt
|
|
|
{% else %}
|