Adding HTTPS capability to WAMPSERVER 2
- by abel
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?