Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···2929called "man in the middle"). Normally, you purchase a certificate from a known
3030authority and clients have a list of trusted authorities.
31313232-You can self-sign a certificate by creating your own CA, but clients will not trust it by default. They need to add the CA as a trusted authority.
3232+You can self-sign a certificate by creating your own CA, but clients will not
3333+trust it by default. They need to add the CA as a trusted authority.
33343435For instructions on adding CAs, see `libphutil/resources/ssl/README`.
35363636-Although it is possible to accept certificates that aren't signed by trusted
3737-CAs, this is not currently supported because it compromises the ability of SSL
3838-to protect the connection against eavesdropping.
3737+If you'd prefer that `arc` not verify the identity of the server whatsoever, you
3838+can use the `https.blindly-trust-domains` setting. This will make it
3939+dramatically easier for adversaries to perform certain types of attacks, and is
4040+**strongly discouraged**:
4141+4242+ $ arc set-config https.blindly-trust-domains '["example.com"]'
4343+39444045= Domain Problems =
4146···7176is an Apache server that does not explicitly name the Phabricator domain as a
7277valid VirtualHost.
73787474-This error occurs only for some versions of the OpenSSL client library (from v0.9.8r or earlier until 1.0.0), so only some users may experience it.
7979+This error occurs only for some versions of the OpenSSL client library
8080+(from v0.9.8r or earlier until 1.0.0), so only some users may experience it.