aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2012-09-24 16:44:22 +0200
committerRaimo Niskanen <[email protected]>2012-10-02 09:25:02 +0200
commit016c1d33c5c4e53b28121ec4c1aaf267d508c1aa (patch)
treebde27b11626ffafbde4cd07bd536d77799d9c496 /lib/inets
parent03b748a502a966e9ba0e2349a7dddd5f4f149297 (diff)
downloadotp-016c1d33c5c4e53b28121ec4c1aaf267d508c1aa.tar.gz
otp-016c1d33c5c4e53b28121ec4c1aaf267d508c1aa.tar.bz2
otp-016c1d33c5c4e53b28121ec4c1aaf267d508c1aa.zip
inets httpc: Document that RFC 2817 is not supported
Diffstat (limited to 'lib/inets')
-rw-r--r--lib/inets/doc/src/httpc.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml
index fd63dc6dea..741f2abaef 100644
--- a/lib/inets/doc/src/httpc.xml
+++ b/lib/inets/doc/src/httpc.xml
@@ -43,8 +43,12 @@
cookies and other options that can be applied to more than one
request. </p>
- <p>If the scheme
- https is used the ssl application needs to be started.</p>
+ <p>If the scheme https is used the ssl application needs to be
+ started. When https links needs to go through a proxy the
+ CONNECT method extension to HTTP-1.1 is used to establish a
+ tunnel and then the connection is upgraded to TLS,
+ however "TLS upgrade" according to RFC 2817 is not
+ supported.</p>
<p>Also note that pipelining will only be used if the pipeline
timeout is set, otherwise persistent connections without