anilaws commented on issue #9509: URL: https://github.com/apache/apisix/issues/9509#issuecomment-1554688398
@shreemaan-abhishek Thanks for your response I have changed the URI to /anything.* and i have "skip_mtls_uri_regex": ["/anything.*"] in the ssl but i am still getting error SSL_do_handshake() failed (SSL: error:1417C0C7:SSL routines:tls_process_client_certificate:peer did not return a certificate) while SSL handshaking Request `curl -X GET -v https://test.domain.com/anything/foo/bar --cacert ca.crt` route confg: `{"key":"/apisix/routes/1","modifiedIndex":4608,"createdIndex":4608,"value":{"update_time":1684506577,"uri":"/anything.*","priority":0,"id":"1","create_time":1684506577,"status":1,"upstream":{"type":"roundrobin","scheme":"http","pass_host":"pass","nodes":{"httpbin.org":1},"hash_on":"vars"}}}` -- 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]
