-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Envoy HTTPS ingress always return 404 when SSL config specifies a domain name #5292
Comments
Some extra background here. The command to generate the crt and key is:
I tried to follow an article https://www.learnenvoy.io/articles/ssl.html before. it didn't work. The command to generate key and cert in this article does not work. The key and cert cannot be recognized by Envoy latest alpine image. The Envoy cannot start up. Only after I switch to the proper command, the Envoy can startup and function normally when the domain is a wild cast.
|
You'll need to include port number in |
Thanks Lizan. It does work if I add the port number.
When I use soap UI to hit
I will get the response. If I hit
I expect it to redirect to the previous https URL. But I actually see a connection timeout. The Envoy does not give any debug log either. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions. |
can someone mark it as help wanted? |
@bndw do you have the stat from envoy? |
@lizan not sure if you intentionally tagged me here. If so, what stat are you referring to? |
ugh sorry, I meant @bnlcnd |
@lizan - where can I get the stat? do you mean the log? |
The stats result is attached below:
Console output:
|
@bnlcnd thanks for the stat, can you try to make |
Hi @bnlcnd |
@md-ray I did not have time to follow it. But it didn't work. I still have to duplicate all the routings and settings on both HTTP and HTTPS port. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions. |
Title: The https listener always return 404 if the domain setting is the real domain name of the certificate
Bug Description:
SOAP UI request URL:
https://hello.com:8443/mock-domain
or
https://192.168.64.135:8443/mock-domain
SOAP UI http log
Config envoy.yaml:
Startup Logs:
Trace Logs for the transaction:
The text was updated successfully, but these errors were encountered: