Adding HTTPS capability to WAMPSERVER 2
Posted
by
abel
on Server Fault
See other posts from Server Fault
or by abel
Published on 2010-10-12T12:57:59Z
Indexed on
2011/01/05
20:55 UTC
Read the original article
Hit count: 327
I have WampServer 2 installed on my WinXP Pro SP3 box, Apache 2.2.11 with ssl module enabled, which runs the comnpanies intranet website.
http://www.akadia.com/services/ssh_test_certificate.html gives some pointers of generating a self signed certificate. But I encounter a error while running through the example
openssl genrsa -des3 -out server.key 1024
where openssl.exe is located under C:\wamp\bin\apache\Apache2.2.11\bin
The error code that gets generated is
4828:error:02001015:system library:fopen:Is a directory:.\crypto\bio\bss_file.c: 126:fopen('d:/test/openssl098kvc6/openssl.cnf','rb') 4828:error:2006D002:BIO routines:BIO_new_file:system lib:.\crypto\bio\bss_file.c :131: 4828:error:0E078002:configuration file routines:DEF_LOAD:system lib:.\crypto\con f\conf_def.c:199:
Where am I going wrong?
© Server Fault or respective owner