Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889086
HTTPFutureCertificateResponseStatus.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
957 B
Referenced Files
None
Subscribers
None
HTTPFutureCertificateResponseStatus.php
View Options
<?php
final
class
HTTPFutureCertificateResponseStatus
extends
HTTPFutureResponseStatus
{
const
ERROR_IMMUTABLE_CERTIFICATES
=
1
;
protected
function
getErrorCodeType
(
$code
)
{
return
'Certificate'
;
}
public
function
isError
(
)
{
return
true
;
}
public
function
isTimeout
(
)
{
return
false
;
}
protected
function
getErrorCodeDescription
(
$code
)
{
return
pht
(
"There was an error verifying the SSL Certificate Authority while "
.
"negotiating the SSL connection. This usually indicates you are "
.
"using a self-signed certificate.\n\n"
.
"As of OSX Yosemite, certificates must be added to the OSX keychain. "
.
"You can do this with `security add-trusted-cert` from the command "
.
"line, or by visiting the site in Safari and choosing to trust the "
.
"certificate permanently.\n\n"
.
'For more information, see instructions in "%s".'
,
'arcanist/resources/ssl/README'
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 11:21 (5 w, 16 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124173
Default Alt Text
HTTPFutureCertificateResponseStatus.php (957 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment