@@ -109,10 +109,11 @@ words, it does everything for you.
109
109
.. tip ::
110
110
111
111
If you are doing this in WSL (Windows Subsystem for Linux), the newly created
112
- local certificate authority needs to be imported in Windows. The file is located
113
- in ``wsl `` at ``~/.symfony5/certs/default.p12 ``. The easiest way to do so is to open
114
- ``\\wsl$\Ubuntu\home\ `` in ``Explorer `` and then navigate through your username to
115
- ``.symfony/certs `` and double-click the ``default.p12 ``.
112
+ local certificate authority needs to be manually imported in Windows. The file
113
+ is located in ``wsl `` at ``~/.symfony5/certs/default.p12 ``. The easiest way to
114
+ do so is to open ``\\wsl$\Ubuntu\home\ `` in ``Explorer `` and then navigate
115
+ through your username to ``.symfony/certs `` and double-click the ``default.p12 ``
116
+ file.
116
117
117
118
Before browsing your local application with HTTPS instead of HTTP, restart its
118
119
server stopping and starting it again.
@@ -232,8 +233,8 @@ If the proxy doesn't work as explained in the following sections, check these:
232
233
to local hosts and domains. You may need to remove ``*.local `` and/or other
233
234
IP addresses from that list.
234
235
* Windows Operating System **requires ** ``localhost `` instead of ``127.0.0.1 ``
235
- when configuring automatic proxy, otherwise you won't be able to access your
236
- local domain from your browser running in Windows.
236
+ when configuring the automatic proxy, otherwise you won't be able to access
237
+ your local domain from your browser running in Windows.
237
238
238
239
Defining the Local Domain
239
240
~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments