Subversion Repositories configs

Rev

Rev 5 | Rev 43 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 23
Line 82... Line 82...
82
 
82
 
83
# Client verify file and/or path
83
# Client verify file and/or path
84
ssl_verify_file		=	
84
ssl_verify_file		=	
85
ssl_verify_path		=
85
ssl_verify_path		=
86
 
86
 
-
 
87
# SSL protocols to use, set to '!SSLv2' for 'ssl_enable_v2 = no'
-
 
88
ssl_protocols = !SSLv2
-
 
89
 
-
 
90
# SSL ciphers to use, set to 'ALL' for backward compatibility
-
 
91
ssl_ciphers = ALL:!LOW:!SSLv2:!EXP:!aNULL
-
 
92
 
87
# Accept SSLv2 only incoming connections
93
# Prefer the server's order of SSL ciphers over client's
88
ssl_enable_v2 = no
94
ssl_prefer_server_ciphers = no
89
 
95
 
90
# Process model, using pthreads (thread) or processes (fork)
96
# Process model, using pthreads (thread) or processes (fork)
91
process_model = fork
97
process_model = fork
92
 
98
 
93
##############################################################
99
##############################################################