Skip to content

Commit 15eaebb

Browse files
committed
Add CHANGELOG entry for solid-test (#530,#546).
1 parent 527109e commit 15eaebb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
The Solid server acts as a reverse proxy for these paths, forwarding requests
1010
to the back-end server along with the authenticated user (`User` header)
1111
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`.
1215

1316
#### 4.0.0 Upgrade Notes
1417
- The `proxy` configuration parameter has been deprecated and

0 commit comments

Comments
 (0)