maltec Wrote:
-------------------------------------------------------
> Hi hambuler,
>
> I've tried your procedure but I get an error
> message at step 1d. Here is the error message I
> receive:
>
>
> E:\wamp\bin\apache\apache2.2.8\bin>openssl req
> -new -x509 -nodes -sha1 -days 365
> -key server.key -out server.crt -config
> c:\bin\apache\apache2.2.8\bin\openssl.cnf
>
> error on line -1 of
> c:\bin\apache\apache2.2.8\bin\openssl.cnf
> 1940:error:02001003:system library:fopen:No such
> process:.\crypto\bio\bss_file.c
> :122:fopen('c:\bin\apache\apache2.2.8\bin\openssl.
> cnf','rb')
> 1940:error:2006D080:BIO routines:BIO_new_file:no
> such file:.\crypto\bio\bss_file
> .c:125:
> 1940:error:0E078072:configuration file
> routines
EF_LOAD:no such file:.\crypto\c
> onf\conf_def.c:197:
>
> I use the new wampserver 2.0b.
>
> Regards,
>
> Maltec
installed wamp server to E drive and trying to access from C drive. That way it fair error.
I am correcting here to avoid such kind of error for all the reader of this forum.
The correct syntax must be
E:\wamp\bin\apache\apache2.2.8\bin>openssl req -new -x509 -nodes -sha1 -days 365
-key server.key -out server.crt -config E:\bin\apache\apache2.2.8\bin\openssl.cnf