diff options
Diffstat (limited to 'archives/extend/2014-August/000417.html')
-rw-r--r-- | archives/extend/2014-August/000417.html | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/archives/extend/2014-August/000417.html b/archives/extend/2014-August/000417.html new file mode 100644 index 00000000..591df4e1 --- /dev/null +++ b/archives/extend/2014-August/000417.html @@ -0,0 +1,88 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <TITLE> [99s-extend] ranch dispatch error ver 1.0.0 + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20ranch%20dispatch%20error%20ver%201.0.0&In-Reply-To=%3C923834FE-1A66-44E6-923A-9C15BF16E181%40wanadoo.fr%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <style type="text/css"> + pre { + white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ + } + </style> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + + <LINK REL="Next" HREF="000418.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[99s-extend] ranch dispatch error ver 1.0.0</H1> + <B>Samir Sow</B> + <A HREF="mailto:extend%40lists.ninenines.eu?Subject=Re%3A%20%5B99s-extend%5D%20ranch%20dispatch%20error%20ver%201.0.0&In-Reply-To=%3C923834FE-1A66-44E6-923A-9C15BF16E181%40wanadoo.fr%3E" + TITLE="[99s-extend] ranch dispatch error ver 1.0.0">samset at wanadoo.fr + </A><BR> + <I>Mon Aug 4 18:39:26 CEST 2014</I> + <P><UL> + + <LI>Next message: <A HREF="000418.html">[99s-extend] ranch dispatch error ver 1.0.0 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#417">[ date ]</a> + <a href="thread.html#417">[ thread ]</a> + <a href="subject.html#417">[ subject ]</a> + <a href="author.html#417">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hi, + +I’ve moved a working http server to https. +SSL handshaking is ok but i got the following Ranch error : + +[error] Ranch listener https_mta had connection process started with cowboy_protocol:start_link/4 at <0.601.0> exit with reason: {badarg,[{binary,match,[[<<"com">>,<<"oockit">>,<<"www">>],<<".">>],[]},{cowboy_router,split_host,2,[{file,"src/cowboy_router.erl"},{line,305}]},{cowboy_router,match,3,[{file,"src/cowboy_router.erl"},{line,240}]},{cowboy_router,execute,2,[{file,"src/cowboy_router.erl"},{line,169}]},{cowboy_protocol,execute,4,[{file,"src/cowboy_protocol.erl"},{line,435}]}]} + +call is + +curl --cacert priv/cert/root.crt "<A HREF="https://www.oockit.com:7171/mtagw?">https://www.oockit.com:7171/mtagw?</A> + + +dispatch is + +[{'_', [ + {["/static/[...]"], cowboy_static, [{directory, {priv_dir, ?APP, [<<"static">>]}}, + {mimetypes, {fun mimetypes:path_to_mimes/2, default}}]}, + {"/mtagw", hck_mta, []} + ]}]). + + +Any clue ? + +Thanks + +sincerely + +Samir + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + + <LI>Next message: <A HREF="000418.html">[99s-extend] ranch dispatch error ver 1.0.0 +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#417">[ date ]</a> + <a href="thread.html#417">[ thread ]</a> + <a href="subject.html#417">[ subject ]</a> + <a href="author.html#417">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://lists.ninenines.eu/listinfo/extend">More information about the Extend +mailing list</a><br> +</body></html> |