We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527109e commit 15eaebbCopy full SHA for 15eaebb
CHANGELOG.md
@@ -9,6 +9,9 @@
9
The Solid server acts as a reverse proxy for these paths, forwarding requests
10
to the back-end server along with the authenticated user (`User` header)
11
and the host through which Solid is being accessed (`Forwarded` header).
12
+- Self-signed certificates are no longer trusted in production.
13
+ To allow self-signed certificates (for testing purposes), use `bin/solid-test`,
14
+ which sets `NODE_TLS_REJECT_UNAUTHORIZED=0` and `--no-reject-unauthorized`.
15
16
#### 4.0.0 Upgrade Notes
17
- The `proxy` configuration parameter has been deprecated and
0 commit comments