diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ # User extensions /externals/includes/* /src/extensions/* +/resources/ssl/custom.pem # XHPAST /support/xhpast/*.a diff --git a/resources/ssl/README b/resources/ssl/README --- a/resources/ssl/README +++ b/resources/ssl/README @@ -34,11 +34,11 @@ If you receive errors using your "custom.pem" file, you can test it directly with `curl` by running a command like this: - curl -v --cacert path/to/your/custom.pem https://phabricator.example.com/ + curl -v --cacert arcanist/resources/ssl/custom.pem https://phorge.example.com/ -Replace "path/to/your/custom.pem" with the path to your "custom.pem" file, -and replace "https://phabricator.example.com" with the real URL of your -Phabricator install. +Replace "arcanist/resources/ssl/custom.pem" with the path to your "custom.pem" +file, and replace "https://phorge.example.com" with the real URL of your Phorge +install. The initial lines of output from `curl` should give you information about the SSL handshake and certificate verification, which may be helpful in resolving