-
Bug
-
Resolution: Not a Bug
-
Minor
-
None
-
4.16.0
-
Quality / Stability / Reliability
-
False
-
-
1
-
Important
-
Yes
-
None
-
None
-
Rejected
-
NI&D Sprint 268
-
1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
Unable to communicate with ingress using TLS v1.1, despite TLS v1.1 being enabled in the ingress-controller. Official documentation states that v1.1 is a supported version ('old' TLS profile) foir backwards compatibility.
Version-Release number of selected component (if applicable):
4.16.x
How reproducible:
$ curl -kv --tlsv1.1 --tls-max 1.1 --resolve console-openshift-console.apps.poc.openshift.local:443:10.1.10.86 $CONSOLE
Steps to Reproduce:
1. Enable tlsv1.1 $ curl -kv --tlsv1.1 --tls-max 1.1 --resolve console-openshift-console.apps.poc.openshift.local:443:10.1.10.86 $CONSOLE
Actual results:
Curl commands fails .... * TLSv1.3 (OUT), TLS alert, internal error (592): * error:141E70BF:SSL routines:tls_construct_client_hello:no protocols available curl: (35) error:141E70BF:SSL routines:tls_construct_client_hello:no protocols available ....
Expected results:
Curl command completes successfully
Additional info:
- relates to
-
OCPBUGS-53302 TLSv1.1 supportability for ingress on 4.16+
-
- ASSIGNED
-