Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2651997
D25304.1732525924.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.1732525924.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 path/to/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 "path/to/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
Mon, Nov 25, 09:12 (2 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
993765
Default Alt Text
D25304.1732525924.diff (1 KB)
Attached To
Mode
D25304: Add resources/ssl/custom.pem to .gitignore
Attached
Detach File
Event Timeline
Log In to Comment