jaadds commented on issue #2717: URL: https://github.com/apache/apisix-ingress-controller/issues/2717#issuecomment-3892739780
@Baoyuantop, yes that solves the problem. Thanks a lot for pointing that out !! ``` curl -vk --resolve test.local:8443:127.0.0.1 https://test.local:8443/ip * Added test.local:8443:127.0.0.1 to DNS cache * Hostname test.local was found in DNS cache * Trying 127.0.0.1:8443... * Handling connection for 8443 Connected to test.local (127.0.0.1) port 8443 * ALPN: curl offers h2,http/1.1 * TLSv1.3 (OUT), TLS handshake, Client hello (1): * TLSv1.3 (IN), TLS handshake, Server hello (2): * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): * TLSv1.3 (IN), TLS handshake, Certificate (11): * TLSv1.3 (IN), TLS handshake, CERT verify (15): * TLSv1.3 (IN), TLS handshake, Finished (20): * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): * TLSv1.3 (OUT), TLS handshake, Finished (20): * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519 / RSASSA-PSS * ALPN: server accepted h2 * Server certificate: * subject: CN=test.local * start date: Feb 5 17:42:41 2026 GMT * expire date: Feb 5 17:42:41 2027 GMT * issuer: CN=test.local * SSL certificate verify result: self-signed certificate (18), continuing anyway. * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * using HTTP/2 * [HTTP/2] [1] OPENED stream for https://test.local:8443/ip * [HTTP/2] [1] [:method: GET] * [HTTP/2] [1] [:scheme: https] * [HTTP/2] [1] [:authority: test.local:8443] * [HTTP/2] [1] [:path: /ip] * [HTTP/2] [1] [user-agent: curl/8.5.0] * [HTTP/2] [1] [accept: */*] > GET /ip HTTP/2 > Host: test.local:8443 > User-Agent: curl/8.5.0 > Accept: */* > * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4): * old SSL session ID is stale, removing < HTTP/2 200 < content-type: application/json < content-length: 28 < date: Thu, 12 Feb 2026 18:39:10 GMT < access-control-allow-origin: * < access-control-allow-credentials: true < server: APISIX/3.15.0 < { "origin": "127.0.0.1" } * Connection #0 to host test.local left intact ``` -- 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]
