Last modified by Thomas Mortagne on 2023/10/16 00:14

<
From version < 24.3 >
edited by Admin
on 2015/09/24 00:00
To version < 25.1 >
edited by Caleb James DeLisle
on 2015/10/21 17:50
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.Admin
1 +xwiki:XWiki.CalebJamesDeLisle
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -128,7 +128,7 @@
128 128  WebSocket-Location: wss://my.wiki/
129 129  {{/code}}
130 130  
131 -You may add ##--insecure## to ignore errors due to a self-signed certificate or give the certificate file's path in parameters of curl with ##--cacert## option.
131 +You may add {{code language="none"}}--insecure{{/code}} to ignore errors due to a self-signed certificate or give the certificate file's path in parameters of curl with {{code language="none"}}--cacert{{/code}} option.
132 132  
133 133  For //non// SSL websockets, the URL at the end of the command is ##http## instead of ##https##. Since curl is not capable of speaking WebSocket language natively, you will not be able to send proper WebSocket frames to the echo server, it will just hang at the command line, showing that it works.
134 134  

Get Connected