summaryrefslogtreecommitdiffhomepage
path: root/doc/forum/support_for_https_proxy__63__/comment_1_e09730934629688660cc71df5bb464cd._comment
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-22 07:39:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-22 07:39:43 -0700
commit3a8ea0015aae951aef1093e7adc2c72191d1ae28 (patch)
treebbcbec0e783a4d314d5b6d967946e5740b497043 /doc/forum/support_for_https_proxy__63__/comment_1_e09730934629688660cc71df5bb464cd._comment
parenta3c7efe91e11568a91771b3a3b56be8879fd4a89 (diff)
parent77b9e79d7a08bf568d0325dc3cbc661822f16ce5 (diff)
downloaddebug-me-3a8ea0015aae951aef1093e7adc2c72191d1ae28.tar.gz
Merge tag '1.20200820'
tagging package debug-me version 1.20200820
Diffstat (limited to 'doc/forum/support_for_https_proxy__63__/comment_1_e09730934629688660cc71df5bb464cd._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.
+"""]]