Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2696506
D25304.1734880918.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25304.1734880918.diff
View Options
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 15:21 (2 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1026037
Default Alt Text
D25304.1734880918.diff (1 KB)
Attached To
Mode
D25304: Add resources/ssl/custom.pem to .gitignore
Attached
Detach File
Event Timeline
Log In to Comment