Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13969752
D8740.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
829 B
Referenced Files
None
Subscribers
None
D8740.diff
View Options
diff --git a/resources/ssl/README b/resources/ssl/README
--- a/resources/ssl/README
+++ b/resources/ssl/README
@@ -10,3 +10,16 @@
or create a file (or symlink) in this directory named "custom.pem".
If "custom.pem" is present, that file will be used instead of "default.pem".
+
+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/
+
+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.
+
+The initial lines of output from `curl` should give you information about the
+SSL handshake and certificate verification, which may be helpful in resolving
+the issue.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 18, 3:42 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6724823
Default Alt Text
D8740.diff (829 B)
Attached To
Mode
D8740: Provide slightly better cURL debugging instructions for custom.pem files
Attached
Detach File
Event Timeline
Log In to Comment