Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knative SSL Handshake error #141

Closed
danielguinan1 opened this issue May 13, 2022 · 5 comments
Closed

Knative SSL Handshake error #141

danielguinan1 opened this issue May 13, 2022 · 5 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation GA-June 9th ready for review svt zenhub-dev

Comments

@danielguinan1
Copy link

When setting the flag createKnativeService: true on a microservice I hit this error when attempting to reach it.

[5/13/22 14:58:13:461 UTC] 0000002f com.ibm.ws.kernel.feature.internal.FeatureManager A CWWKF0011I: The defaultServer server is ready to run a smarter planet. The defaultServer server started in 5.174 seconds.
[5/13/22 14:58:13:681 UTC] 00000045 com.ibm.ws.channel.ssl.internal.SSLHandshakeErrorTracker E CWWKO0801E: Unable to initialize SSL connection. Unauthorized access was denied or security settings have expired. Exception is javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

I don't see this error when it is not knative, is there a reason why switching to knative would cause this?

@mtamboli mtamboli added svt bug Something isn't working GA-June 9th labels May 17, 2022
@arturdzm
Copy link
Contributor

Currently OpenShift Serverless (Knative) does not support HTTPS on pod level.
The supported chain is:
Browser -> HTTPS -> Knative Ingress -> HTTPS -> sidecar container proxy -> localhost connection (HTTP) - server

@leochr leochr added the documentation Improvements or additions to documentation label May 20, 2022
@arturdzm
Copy link
Contributor

arturdzm commented Jun 2, 2022

OpenShift RFE:

https://issues.redhat.com/browse/RFE-1574

Knative GH issue:

knative/serving#11906

@leochr
Copy link
Member

leochr commented Jun 2, 2022

@jantley-ibm This known issue/limitation for Knative is documented here: https://github.com/application-stacks/runtime-component-operator/pull/396/files

@jantley-ibm jantley-ibm self-assigned this Jun 6, 2022
@leochr
Copy link
Member

leochr commented Jun 7, 2022

@jantley-ibm Thanks for the doc update. Looks good. Closing.

@leochr leochr closed this as completed Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation GA-June 9th ready for review svt zenhub-dev
Projects
None yet
Development

No branches or pull requests

5 participants