Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Vista
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Focus On: Vista
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Apache 2 with SSL/TLS: Step-by-Step, Part 2
Artur Maj
Comments
Mode:
Threaded
Flat
Expand all
|
Post comment
Apache 2 with SSL/TLS: Step-by-Step, Part 2
2006-03-23
Anonymous
Apache 2 with SSL/TLS: Step-by-Step, Part 2
2007-10-09
Gregg Leichtman
Apache 2 with SSL/TLS: Step-by-Step, Part 2
2008-02-22
Anonymous
I almost have everything working. I am on a Windows server setting up option 3 self signed certs and i get all the way to where i am creating the CLIENT CERT and i get the follow error.
C:\apache2triad\opssl\bin>
openssl ca -config openssl.cnf -policy policy_anything -extensions ssl_server -out signed.pem -infiles request.pem
Using configuration from openssl.cnf
Loading 'screen' into random state - done
Enter pass phrase for c:/apache2triad/opssl/private/ca.key:
c:/apache2triad/opssl/serial: Permission denied
error while loading serial number
1728:error:02001005:system library:fopen:Input/output error:.\crypto\bio\bss_fi
e.c:349:fopen('c:/apache2triad/opssl/serial','rb')
1728:error:20074002:BIO routines:FILE_CTRL:system lib:.\crypto\bio\bss_file.c:3
1:
The serial folder is there and it has the right permissions.
Can any one help??
[ reply ]
Link to this comment:
http://www.securityfocus.com/comments/infocus/1820/1068#1068
Privacy Statement
Copyright 2007, SecurityFocus
C:\apache2triad\opssl\bin>
openssl ca -config openssl.cnf -policy policy_anything -extensions ssl_server -out signed.pem -infiles request.pem
Using configuration from openssl.cnf
Loading 'screen' into random state - done
Enter pass phrase for c:/apache2triad/opssl/private/ca.key:
c:/apache2triad/opssl/serial: Permission denied
error while loading serial number
1728:error:02001005:system library:fopen:Input/output error:.\crypto\bio\bss_fi
e.c:349:fopen('c:/apache2triad/opssl/serial','rb')
1728:error:20074002:BIO routines:FILE_CTRL:system lib:.\crypto\bio\bss_file.c:3
1:
The serial folder is there and it has the right permissions.
Can any one help??
[ reply ]
Link to this comment: http://www.securityfocus.com/comments/infocus/1820/1068#1068