From c807880f7ac73f813b2660ea81a00f7712a4e793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 29 Aug 2016 12:39:49 +0200 Subject: Add old mailing list archives --- .../archives/extend/2015-January/000490.html | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 _build/static/archives/extend/2015-January/000490.html (limited to '_build/static/archives/extend/2015-January/000490.html') diff --git a/_build/static/archives/extend/2015-January/000490.html b/_build/static/archives/extend/2015-January/000490.html new file mode 100644 index 00000000..b8782f15 --- /dev/null +++ b/_build/static/archives/extend/2015-January/000490.html @@ -0,0 +1,90 @@ + + + + [99s-extend] websocket over ssl + + + + + + + + + + +

[99s-extend] websocket over ssl

+ e at bestmx.net + e at bestmx.net +
+ Sat Jan 10 16:28:19 CET 2015 +

+
+ +
thanx again.
+now everything "magically" works :)
+
+
+On 01/10/2015 03:34 PM, Loïc Hoguin wrote:
+> Just kernel, stdlib, ssl, cowboy should be enough. Order does not matter
+> I think.
+>
+> On 01/10/2015 03:28 PM, e at bestmx.net wrote:
+>>> In Cowboy, use start_https instead of start_http.
+>>
+>> thanx! it makes a lot of sense for me.
+>> tell me please what deps should be declared in the .app file?
+>>
+>> is the following correct?
+>>
+>>      {applications, [
+>>          kernel,
+>>          stdlib,
+>>          crypto,
+>>          public_key,
+>>          ssl,
+>>          cowboy
+>>      ]},
+>>
+>> does the order matters?
+>>
+>> (i borrowed that from the internet without deep understanding of the
+>> roles of each app on the list)
+>
+
+ + +
+

+ +
+More information about the Extend +mailing list
+ -- cgit v1.2.3