summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2020-08-20 13:32:28 -0400
committerJoey Hess <joeyh@joeyh.name>2020-08-20 13:32:28 -0400
commitaf32cc830d2989d1589ee5dc056f8a50df902709 (patch)
tree83b448f1eaa60de54fa34575d1e512a651bcdb4d
parent694777dd3af7eb4aa68e2b971789b7d5b7f8da9c (diff)
downloaddebug-me-af32cc830d2989d1589ee5dc056f8a50df902709.tar.gz
comment
-rw-r--r--doc/forum/support_for_https_proxy__63__/comment_1_e09730934629688660cc71df5bb464cd._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/support_for_https_proxy__63__/comment_1_e09730934629688660cc71df5bb464cd._comment b/doc/forum/support_for_https_proxy__63__/comment_1_e09730934629688660cc71df5bb464cd._comment
new file mode 100644
index 0000000..399f072
--- /dev/null
+++ b/doc/forum/support_for_https_proxy__63__/comment_1_e09730934629688660cc71df5bb464cd._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2020-08-20T17:25:45Z"
+ content="""
+Well, debug-me does not follow redirects, and it seems that the http proxy
+is adding one for some reason.
+
+It looks like Network.Websockets.Client.runClientWith
+is where that is coming from, and the websockets library does not currently
+support redirs. Actually, that library implements https itself,
+which is a surprise to me. It seems it would need some work to support
+redirs.
+"""]]