Re: problem with STARTTLS

2008-10-31 Thread Steve West
I now get the message unsupported methods from bio_read. I get this message from my server when I try to connect using openssl s_client. Any suggestions? Steve

Re: problem with STARTTLS

2008-10-31 Thread Darryl Miles
Steve West wrote: I now get the message unsupported methods from bio_read. I get this message from my server when I try to connect using openssl s_client. Any suggestions? Steve Have you added options like -msg and -debug to your s_client invocation ? Did you then post your data to the

Re: problem with STARTTLS

2008-10-30 Thread Darryl Miles
Steve West wrote: I get the message unsupported methods from ssl_accept() bio_read. I get this message from my server when I try to connect using openssl s_client. Any suggestions? Steve It is possible to implement STARTTLS with OpenSSL. This is where you connect your

Re: problem with STARTTLS

2008-10-30 Thread Steve West
I get the message unsupported methods from ssl_accept() bio_read. I get this message from my server when I try to connect using openssl s_client. Any suggestions? Steve It is possible to implement STARTTLS with OpenSSL. This is where you connect your server on port 25 using