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

bug: apisix-gateway port 443 can't listening #2093

Closed
ma-gokbas opened this issue Oct 21, 2023 · 4 comments
Closed

bug: apisix-gateway port 443 can't listening #2093

ma-gokbas opened this issue Oct 21, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@ma-gokbas
Copy link

ma-gokbas commented Oct 21, 2023

Current Behavior

apisix-gateway port 443 can't listening

Expected Behavior

kubectl get svc -n apisix
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
apisix-admin ClusterIP 10.0.155.67 9180/TCP 23m
apisix-dashboard ClusterIP 10.0.217.115 80/TCP 23m
apisix-etcd ClusterIP 10.0.237.167 2379/TCP,2380/TCP 23m
apisix-etcd-headless ClusterIP None 2379/TCP,2380/TCP 23m
apisix-gateway NodePort 10.0.39.237 80:30693/TCP 23m
apisix-ingress-controller ClusterIP 10.0.217.232 80/TCP 23m

Error Logs

warn api/server.go:76 failed to load x509 key pair, will not start admission server {"Error": "open /etc/webhook/certs/cert.pem: no such file or directory", "CertFilePath": "/etc/webhook/certs/cert.pem", "KeyFilePath": "/etc/webhook/certs/key.pem"}

Steps to Reproduce

helm install apisix apisix/apisix --create-namespace --namespace apisix --set dashboard.enabled=true --set ingress-controller.enabled=true --set gateway.tls.enabled=true --set ingress-controller.config.apisix.serviceNamespace=apisix

Environment

apisix 3.6.0
kubectl version
Client Version: v1.28.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.26.6

@ma-gokbas ma-gokbas changed the title bug: bug: port 443 Oct 21, 2023
@ma-gokbas ma-gokbas changed the title bug: port 443 bug: apisix-gateway port 443 can't listening Oct 21, 2023
@willzhang
Copy link

willzhang commented Nov 9, 2023

Same here, when i learn the official docs:https://apisix.apache.org/zh/docs/ingress-controller/tutorials/mtls/

it say i should set gateway.tls.enabled=true, but not work try many times. it should be apisix.ssl.enabled=true

@kayx23 kayx23 transferred this issue from apache/apisix Dec 8, 2023
@monkeyDluffy6017
Copy link

@Revolyssup please help to look

@monkeyDluffy6017 monkeyDluffy6017 moved this to 📋 Backlog in Apache APISIX backlog Dec 12, 2023
@monkeyDluffy6017 monkeyDluffy6017 added the bug Something isn't working label Dec 12, 2023
@Revolyssup
Copy link
Contributor

@Revolyssup please help to look

I am already tracking this. this is doc related issue

@Revolyssup Revolyssup moved this from 📋 Backlog to 🏗 In progress in Apache APISIX backlog Dec 14, 2023
@Revolyssup
Copy link
Contributor

Completed by #2085

@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Apache APISIX backlog Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

4 participants