Re: backwards connection

2002-07-29 Thread Brian Wotring
That was it. Works like a charm now. Thanks for your help. >> >> I assume you mean do something like this in the Application client: >> >> ctx = SSL_CTX_new( SSLv3_server_method() ); >> >> I tried this, SSL_connect/SSL_accept returns 0, with the following >> error: >> >> 328:er

Re: backwards connection

2002-07-29 Thread Jeffrey Altman
> > I assume you mean do something like this in the Application client: > > ctx = SSL_CTX_new( SSLv3_server_method() ); > > I tried this, SSL_connect/SSL_accept returns 0, with the following error: > > 328:error:140C5022:SSL routines:SSL_UNDEFINED_FUNCTION:called a > function y

Re: backwards connection

2002-07-29 Thread Brian Wotring
I assume you mean do something like this in the Application client: ctx = SSL_CTX_new( SSLv3_server_method() ); I tried this, SSL_connect/SSL_accept returns 0, with the following error: 328:error:140C5022:SSL routines:SSL_UNDEFINED_FUNCTION:called a function you should not call