shreemaan-abhishek commented on issue #9993: URL: https://github.com/apache/apisix/issues/9993#issuecomment-1674251881
> SSL routines:ssl3_read_bytes:sslv3 alert bad certificate Is this the only error you get? Is there anything else in the error.log? I tried setting up https healthcheck and it worked fine for me: ```curl -vvv http://127.0.0.1:9180/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' { "uri": "/index.html", "upstream": { "nodes": { "https://www.google.com": 1 }, "type": "roundrobin", "retries": 2, "checks": { "active": { "timeout": 5, "healthy": { "interval": 2, "successes": 1 }, "unhealthy": { "interval": 1, "http_failures": 2 }, "type": "https" } } } }' ``` Can you try disabling mTLS and see if the health check works? Also, many users have reported compatibility issues between the dashboard and apisix. Try loading the SSL resources using the admin api: https://apisix.apache.org/docs/apisix/admin-api/#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]
