File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,17 @@ http://micropython.org/webrepl (note: while it's hosted online,
13
13
all interaction with your boards still happen locally in your
14
14
own network).
15
15
16
+ At this time, WebREPL client cannot be accessed over HTTPS connection.
17
+ This is due to not widely published policy that HTTPS pages may
18
+ access only WSS (WebSocket Secure) protocol. This is somewhat
19
+ similar to warnings issues when e.g. an HTTPS paeg loads an image
20
+ over plain HTTP. However, in case of WebSockets, some browsers
21
+ don't even issue a user-visible warning, and other may word it
22
+ confusingly, so it's hard to understand that it applies to WebSocket
23
+ connection. As WebREPL is intended to be used only within user's
24
+ local network, HTTPS isn't strictly required, and not accessing
25
+ webrepl.html over HTTPS is a suggested workaround.
26
+
16
27
WebREPL file transfer
17
28
---------------------
18
29
You can’t perform that action at this time.
0 commit comments