justxuewei commented on PR #2245: URL: https://github.com/apache/dubbo-go/pull/2245#issuecomment-1465775886
> ``` > Unable to load X509 Key Pair open /home/runner/work/dubbo-go-samples/dubbo-go-samples/tls/x509/client1_cert.pem: no such file or directory > ``` > > It seems that the cert file path was not correct > > Does the CI workflow work correctly? I had not changed the logic which read cert. Just expose tls config for config api > > Other PR has the same error `Unable to load X509 Key Pair` The directory for certificates is hard-coded. It works for the integrated tests of dubbo-go-sample, but it does not work for dubbo-go. I'll let you know if it is fixed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
