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 list

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 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-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 une

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 ser

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

problem with STARTTLS

2008-10-29 Thread Steve West
When I do a starttls to my port 25 running tls, I get the following error "read bio not set":s3_pkt.c What des this mean? Steve