Changeset View
Changeset View
Standalone View
Standalone View
src/future/http/status/HTTPFutureCertificateResponseStatus.php
| Show All 21 Lines | return pht( | ||||
| "There was an error verifying the SSL Certificate Authority while ". | "There was an error verifying the SSL Certificate Authority while ". | ||||
| "negotiating the SSL connection. This usually indicates you are ". | "negotiating the SSL connection. This usually indicates you are ". | ||||
| "using a self-signed certificate.\n\n". | "using a self-signed certificate.\n\n". | ||||
| "As of OSX Yosemite, certificates must be added to the OSX keychain. ". | "As of OSX Yosemite, certificates must be added to the OSX keychain. ". | ||||
| "You can do this with `security add-trusted-cert` from the command ". | "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 ". | "line, or by visiting the site in Safari and choosing to trust the ". | ||||
| "certificate permanently.\n\n". | "certificate permanently.\n\n". | ||||
| 'For more information, see instructions in "%s".', | 'For more information, see instructions in "%s".', | ||||
| 'libphutil/resources/ssl/README'); | 'arcanist/resources/ssl/README'); | ||||
| } | } | ||||
| } | } | ||||