Re: [I] help request: APISIX SSL Integration in Kubernetes Environment [apisix]
Baoyuantop commented on issue #12412: URL: https://github.com/apache/apisix/issues/12412#issuecomment-3173722850 If there is still a problem, please open it again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: APISIX SSL Integration in Kubernetes Environment [apisix]
Baoyuantop closed issue #12412: help request: APISIX SSL Integration in Kubernetes Environment URL: https://github.com/apache/apisix/issues/12412 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: APISIX SSL Integration in Kubernetes Environment [apisix]
Baoyuantop commented on issue #12412: URL: https://github.com/apache/apisix/issues/12412#issuecomment-3116903005 Hi @mhStack, any updates? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: APISIX SSL Integration in Kubernetes Environment [apisix]
Baoyuantop commented on issue #12412: URL: https://github.com/apache/apisix/issues/12412#issuecomment-3051629660 Can you provide the complete steps to reproduce? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] help request: APISIX SSL Integration in Kubernetes Environment [apisix]
mhStack commented on issue #12412:
URL: https://github.com/apache/apisix/issues/12412#issuecomment-3051625778
> Did you write the wrong address? The correct ssl resource API is
`/apisix/admin/ssls` https://apisix.apache.org/docs/apisix/admin-api/#ssl-api
I have tryed both but I still get
{"error_msg":"Unsupported resource type: ssl"}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Re: [I] help request: APISIX SSL Integration in Kubernetes Environment [apisix]
Baoyuantop commented on issue #12412: URL: https://github.com/apache/apisix/issues/12412#issuecomment-3051570762 Did you write the wrong address? The correct ssl resource API is `/apisix/admin/ssls` https://apisix.apache.org/docs/apisix/admin-api/#ssl-api -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
[I] help request: APISIX SSL Integration in Kubernetes Environment [apisix]
mhStack opened a new issue, #12412:
URL: https://github.com/apache/apisix/issues/12412
### Description
I am trying to use apisix as a central gateways and ingress controller but I
ran into problems trying to get a certificate with letsencrypt since the
ingress controller does't seem to create the temporary ingresses for
certmanager.
The problem seems to be that the ssl integration doesn't work. Calls to
`/apisix/admin/ssl` consistently return: `{"error_msg":"Unsupported resource
type: ssl"}`.
Ingress Controller runs stable, Certificates have been provided multiple
times in various forms, but APISIX does not process them. Despite activated
ssl: section `ssl.enable: true` in config.yaml, /apisix/admin/ssl remains
disabled.
Is this way deprecated or disabled in this system version? How do I set this
up properly?
### Environment
Platform: Kubernetes-based
APISIX Version: 3.11.0 (Image: apache/apisix:3.11.0-debian)
APISIX Ingress Controller: 1.8.0 (Image:
apache/apisix-ingress-controller:1.8.0)
Control via Helm Chart apisix/apisix
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
