You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by baz themail <ba...@gmail.com> on 2008/09/15 23:08:55 UTC

Problems with securing the server with SSL

Hi,

I am following the instruction in Ch3,
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-7
and
stuck in section "securing the server with SSL".

When typing the following command "bin\openssl req -config bin\openssl.cnf
-new -out my-server.csr", I have receive the following errors:

C:\Program Files\Apache Software Foundation\Apache2.2>bin\openssl req
-config bin\openssl.cnf -new -
out my-server.csr
error on line -1 of bin\openssl.cnf
3104:error:02001002:system library:fopen:No such file or
directory:.\crypto\bio\bss_file.c:126:fopen
('bin\openssl.cnf','rb')
3104:error:2006D080:BIO routines:BIO_new_file:no such
file:.\crypto\bio\bss_file.c:129:
3104:error:0E078072:configuration file routines:DEF_LOAD:no such
file:.\crypto\conf\conf_def.c:197:
What is that mean? Am i missing something from the distribution?

Also, where should I put the line "SSLMutex default"? The instruction is to
change "SSLMutex "file:C:/Program Files/Apache Software Foundation/\
Apache2.2/logs/ssl_mutex"" to "SSLMutex default". However, I cannot find the
original text anywhere in the http.conf. Anyone seen this issue before?

Thank you.

B.