From baca1b6cf223b03786ea47fc101f4249bda3cb3c Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Thu, 31 Jan 2013 15:34:51 +0100 Subject: inets: Improve ssl handling httpc: CTfy test suite httpd: Simplify ssl configuration OTP-10846 --- lib/inets/doc/src/httpd.xml | 74 +++------------------------------------------ 1 file changed, 4 insertions(+), 70 deletions(-) (limited to 'lib/inets/doc') diff --git a/lib/inets/doc/src/httpd.xml b/lib/inets/doc/src/httpd.xml index 3fced5dfcd..8438961511 100644 --- a/lib/inets/doc/src/httpd.xml +++ b/lib/inets/doc/src/httpd.xml @@ -4,7 +4,7 @@
- 19972012 + 19972013 Ericsson AB. All Rights Reserved. @@ -163,11 +163,9 @@ - {socket_type, ip_comm | ssl | essl} + {socket_type, ip_comm | {essl, Config::proplist()}} -

When using ssl, there are currently only one alternative. - essl specifically uses the Erlang based SSL. - ssl defaults to essl.

+

For ssl configuration options see ssl:listen/2

Defaults to ip_comm.

@@ -395,71 +393,7 @@ bytes - - -

ssl properties

- - - {ssl_ca_certificate_file, path()} - -

Used as cacertfile option in ssl:listen/2 see - ssl(3).

-
- - - {ssl_certificate_file, path()} - -

Used as certfile option in ssl:listen/2 see - ssl(3).

-
- - - {ssl_ciphers, list()} - -

Used as ciphers option in ssl:listen/2 see - ssl(3).

-
- - - {ssl_verify_client, integer()} - -

Used as verify option in ssl:listen/2 see - ssl(3).

-
- - - {ssl_verify_depth, integer()} - -

Used as depth option in ssl:listen/2 see - ssl(3).

-
- - - {ssl_password_callback_function, atom()} - -

Used together with ssl_password_callback_module - to retrieve a value to use as password option to ssl:listen/2 - see ssl(3).

-
- - - {ssl_password_callback_arguments, list()} - -

Used together with ssl_password_callback_function to supply a - list of arguments to the callback function. If not specified - the callback function will be assumed to have arity 0.

-
- - - {ssl_password_callback_module, atom()} - -

Used together with ssl_password_callback_function - to retrieve a value to use as password option to ssl:listen/2 - see ssl(3).

-
- -
- +

URL aliasing properties - requires mod_alias

-- cgit v1.2.3