Chris Tetreault via llvm-dev
2021-Sep-30 16:40 UTC
[llvm-dev] Unable to access Phabricator via arcanist
I'm having issues using arcanist to access Phabricator this morning. I tried commands from two different machines that worked yesterday, and I'm getting certificate issues: (from a windows machine, worked yesterday) $ arc diff Exception [cURL/60] (https://reviews.llvm.org/api/user.whoami) <CURLE_SSL_CACERT> There was an error verifying the SSL connection. This usually indicates that the remote host has an SSL certificate for a different domain name than you are connecting with. Make sure the certificate you have installed is signed for the correct domain. (Run with `--trace` for a full exception trace.) (from a linux machine, worked recently) $ arc patch D110747 Exception [cURL/60] (https://reviews.llvm.org/api/differential.querydiffs) <CURLE_SSL_CACERT> There was an error verifying the SSL Certificate Authority while negotiating the SSL connection. This usually indicates that you are using a self-signed certificate but have not added your CA to the CA bundle. See instructions in "libphutil/resources/ssl/README". (Run with `--trace` for a full exception trace.) Is anybody else seeing this? If it's an issue on my side, has anybody else seen this issue before and knows what I need to do to fix it? Thanks, Chris Tetreault -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210930/9daf5c7c/attachment.html>
Mehdi AMINI via llvm-dev
2021-Sep-30 17:06 UTC
[llvm-dev] Unable to access Phabricator via arcanist
On this machine, does it work when you use a browser? What about curl on the command line? Try: curl https://reviews.llvm.org/ If curl reproduces the issue, there are many tracing/debug options for curl. Also I don't know if you tried the --trace option that arc suggests and if it gave more info? -- Mehdi On Thu, Sep 30, 2021 at 9:40 AM Chris Tetreault via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > I’m having issues using arcanist to access Phabricator this morning. I tried commands from two different machines that worked yesterday, and I’m getting certificate issues: > > > > (from a windows machine, worked yesterday) > > $ arc diff > > Exception > > [cURL/60] (https://reviews.llvm.org/api/user.whoami) <CURLE_SSL_CACERT> There was an error verifying the SSL connection. This usually indicates that the remote host has an SSL certificate for a different domain name than you are connecting with. Make sure the certificate you have installed is signed for the correct domain. > > (Run with `--trace` for a full exception trace.) > > > > (from a linux machine, worked recently) > > $ arc patch D110747 > > Exception > > [cURL/60] (https://reviews.llvm.org/api/differential.querydiffs) <CURLE_SSL_CACERT> There was an error verifying the SSL Certificate Authority while negotiating the SSL connection. This usually indicates that you are using a self-signed certificate but have not added your CA to the CA bundle. See instructions in "libphutil/resources/ssl/README". > > (Run with `--trace` for a full exception trace.) > > > > Is anybody else seeing this? If it’s an issue on my side, has anybody else seen this issue before and knows what I need to do to fix it? > > > > Thanks, > > Chris Tetreault > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev