> I have setup a server as a proxy using ssl_proxy.
> I use openssl to create the neccessary keys(certificate/key),
> but I am unable to force the config to use ssl3.  I figured I
> could put something into openssl.cnf, but am having no luck.
> This server is not a web server and doesn't have httpd.conf
> or ssl.conf.  Are there any other suggestions?

OpenSSL provides no way to do this. You have several choices:

1) See if the proxy you are using provides a way to do this.

2) If you have the source code to the proxy, modify it to do this.

3) Compile a version of OpenSSL that does this by default and link the proxy
to it.

DS


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to