Skip to content

Commit

Permalink
Merge branch '6.3' into 6.4
Browse files Browse the repository at this point in the history
* 6.3:
  -
  • Loading branch information
OskarStark committed Jan 3, 2024
2 parents 148e0d2 + 34e5b80 commit ae0b6d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/encore/dev-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ server SSL certificate:
.. note::

If you are using Node.js 17 or newer and ``dev-server`` fails to start with TLS error, the certificate file might be generated by an old version of **symfony-cli**. Upgrade **symfony-cli** to the latest version, delete the old ``~/.symfony5/certs/default.p12`` file, and start symfony server again.
If you are using Node.js 17 or newer and ``dev-server`` fails to start with TLS error,
the certificate file might be generated by an old version of **symfony-cli**. Upgrade
**symfony-cli** to the latest version, delete the old ``~/.symfony5/certs/default.p12`` file,
and start symfony server again.

This generates a new ``default.p12`` file suitable for use with recent Node.js versions.

Expand Down

0 comments on commit ae0b6d7

Please sign in to comment.