Mail Archives: djgpp/2012/12/28/02:57:18
> Date: Thu, 27 Dec 2012 12:00:52 -0800 (PST)
> From: dosusb AT googlemail DOT com
>
> openssl s_client -no_ssl2 -debug -host www.google.com -port 443 -state
> WARNING: can't open config file: /dev/env/DJDIR/ssl/openssl.cnf
> warning, not much extra random data, consider using the -rand option
>
> CONNECTED(00000006)
> SSL_connect:before/connect initialization
> SSL_connect:error in SSLv2/v3 write client hello A
> write:errno=0
>
> I do not understand why it does not find openssl.cnf, it is available and I do:
>
> set DJDIR=c:\djgpp
> set DJGPP=c:\djgpp\djgpp.env
No need to set DJDIR, it will be set automatically. Only set DJGPP.
Do you actually have the c:\djgpp\djgpp.env file? If not, that's your
problem: it should be there. Also, make sure you have
c:\djgpp\ssl\openssl.cnf exactly in the place shown.
Sorry, I don't know enough about Openssl and networking in DJGPP to
help you with the rest of your problems.
- Raw text -