Show More
@@ -254,6 +254,17 protocol mode using a self-signed certificate by typing:: | |||
|
254 | 254 | |
|
255 | 255 | $ openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mycert.pem -out mycert.pem |
|
256 | 256 | |
|
257 | Known Issues | |
|
258 | ============ | |
|
259 | ||
|
260 | When behind a proxy, especially if your system or browser is set to autodetect | |
|
261 | the proxy, the html notebook might fail to connect to the server's websockets, | |
|
262 | and present you with a warning at startup. In this case, you need to configure | |
|
263 | your system not to use the proxy for the server's address. | |
|
264 | ||
|
265 | In Firefox, for example, go to the Preferences panel, Advanced section, | |
|
266 | Network tab, click 'Settings...', and add the address of the notebook server | |
|
267 | to the 'No proxy for' field. | |
|
257 | 268 | |
|
258 | 269 | Notebook document format |
|
259 | 270 | ======================== |
General Comments 0
You need to be logged in to leave comments.
Login now