RE: CONF_load_bio:missing equal sign

2005-02-23 Thread Harvey, Jody
Subject: Re: CONF_load_bio:missing equal sign Yes, filename error, try the next command ;-) openssl req -config openssl.cnf -newkey rsa:1024 -keyout server.pf.key -out req.pem Indeed, the file is named openssl.cnf and not openssl.conf. Sorry, I can't rename this file easily under winX

Re: CONF_load_bio:missing equal sign

2005-02-23 Thread Charles B Cranston
So is the problem that she has an old distro, or that she is not asking for it correctly, or that she should not be asking at all (that is, those SSL directives should just be removed and nothing put in their place)? Sorry, I don't do any work with Windows so I don't know. Bernhard Froehlich wrote:

Re: CONF_load_bio:missing equal sign

2005-02-23 Thread Charles B Cranston
CTED] On Behalf Of PAILLETTE Frédéric Sent: Wednesday, February 23, 2005 10:57 AM To: openssl-users@openssl.org Subject: Re: CONF_load_bio:missing equal sign (re)Hi, Did you have a valid configuration file ? Try the default file provided by the OpenSSL attached to this mail. Be aware this file is nam

Re: CONF_load_bio:missing equal sign

2005-02-23 Thread PAILLETTE Frédéric
, MCP AFMIC - Publishing BAE Systems -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PAILLETTE Frédéric Sent: Wednesday, February 23, 2005 10:57 AM To: openssl-users@openssl.org Subject: Re: CONF_load_bio:missing equal sign (re)Hi, Did you have a valid

RE: CONF_load_bio:missing equal sign

2005-02-23 Thread Harvey, Jody
OTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PAILLETTE Frédéric Sent: Wednesday, February 23, 2005 10:57 AM To: openssl-users@openssl.org Subject: Re: CONF_load_bio:missing equal sign (re)Hi, Did you have a valid configuration file ? Try the default file provided by the OpenSSL attached to this m

Re: CONF_load_bio:missing equal sign

2005-02-23 Thread PAILLETTE Frédéric
Charles B Cranston Sent: Wednesday, February 23, 2005 10:11 AM To: openssl-users@openssl.org Subject: Re: CONF_load_bio:missing equal sign AH, that's the problem. Those are not commands for OpenSSL, those are commands for the Apache daemon and go in your apache httpd.conf file. Harvey, Jody wrote

RE: CONF_load_bio:missing equal sign

2005-02-23 Thread Harvey, Jody
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charles B Cranston Sent: Wednesday, February 23, 2005 10:11 AM To: openssl-users@openssl.org Subject: Re: CONF_load_bio:missing equal sign AH, that's the problem. Those are not commands for OpenSSL, those are commands for the

Re: CONF_load_bio:missing equal sign

2005-02-23 Thread Bernhard Froehlich
Charles B Cranston wrote: [...] but perhaps you could name some Windows log file or something. We're way past this in Unix now because many Unix systems have the /dev/random or /dev/urandom devices - and if these are present OpenSSl doesn't need the RANDFILE. Not that I'm a real big fan of Bill, bu

Re: CONF_load_bio:missing equal sign

2005-02-23 Thread Charles B Cranston
From man req (which is available at www.openssl.org) RANDFILE This specifies a filename in which random number seed information is placed and read from, or an EGD socket (see RAND_egd(3)). It is used for private key generation. === On Unix I've used something as simple as (date; du) >randomf

Re: CONF_load_bio:missing equal sign

2005-02-23 Thread Charles B Cranston
AH, that's the problem. Those are not commands for OpenSSL, those are commands for the Apache daemon and go in your apache httpd.conf file. Harvey, Jody wrote: Here is line 28 thur 30 of my ssl.conf SSLRandomSeed startup builtin SSLRandomSeed connect builtin #SSLRandomSeed startup file:/dev/random

Re: CONF_load_bio:missing equal sign

2005-02-23 Thread Charles B Cranston
Sigh. The diagnostic is clearly pointing at line 28 of the ssl.conf file - do you think you could post (some context around) line 28 of your ssl.conf file? Harvey, Jody wrote: I am currently setting up Open SSL on a Windows 2k system. I have followed instructions as closely as possible. My problem

RE: CONF_load_bio:missing equal sign

2005-02-23 Thread Harvey, Jody
: Wednesday, February 23, 2005 9:47 AM To: openssl-users@openssl.org Subject: Re: CONF_load_bio:missing equal sign Hi, The problem seems to be in your configuration file. Verify you ssl.conf file. Perhaps that a comment do not start with # and the program interpret it like an affectation without equal

Re: CONF_load_bio:missing equal sign

2005-02-23 Thread PAILLETTE Frédéric
Hi, The problem seems to be in your configuration file. Verify you ssl.conf file. Perhaps that a comment do not start with # and the program interpret it like an affectation without equal sign. Or a equal sign has been "involuntary" replaced. The mistake is possible. Example: "encrypt_rsa_key