OpenSSL Error

espfutbol98

New Member
Messages
200
Reaction score
2
Points
0
I have OpenSSL working on my site (https://podaci.selfip.net) but it is a self-signed certificate so everybody gets a nasty error. I recently found godaddy.com has $30 SSL certificates so I tried to make a csr. I got this error:

Code:
C:\xampp\apache\bin>openssl req -new -key server.key -out server.csr
5504:error:02001015:system library:fopen:Is a directory:.\crypto\bio\bss_file.c:
126:fopen('d:/test/opeenssl098i/openssl.cnf','rb')
5504:error:2006D002:BIO routines:BIO_new_file:system lib:.\crypto\bio\bss_file.c
:131:
5504:error:0E078002:configuration file routines:DEF_LOAD:system lib:.\crypto\con
f\conf_def.c:199:
I have no clue what to do. I tried to make a csr and a key online but the key was the wrong format or something.
 

espfutbol98

New Member
Messages
200
Reaction score
2
Points
0
That is a very nice tutorial but I still get the same error even when just making a key.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
Try installing openssl-devel
 
Last edited:

zapzack

New Member
Messages
606
Reaction score
19
Points
0
You can buy a VPS right from x10Hosting. That's a great idea.. I'm sure Corey would agree..
 

espfutbol98

New Member
Messages
200
Reaction score
2
Points
0
I'm just not sure why I can't do the simplest thing. This might have something to do with it being XAMPP. It comes with its own program to make keys and certificates.
 
Top