RE: SSL alert number 10 after quite exactly 1MB transfered

2008-10-30 Thread David Schwartz
> Hello list, > > I write a application which acts like a proxy/repeater between > two ssl - endpoints. For my app I use OpenSSL 0.9.8g. > The two endpoints connect to the app and idenfity themselves > using a id (Both use the matrixssl implementation for ssl handling). > Two matching id's sta

fingerprint does not match on SuSe

2008-10-30 Thread Justin A
Hi, While running my application and getting this error,  when I invoke the FIPS_mode_set. I am linking my application with fipsld CC=fipsld FIPSLD_CC=gcc 1075438240:error:2D06906E:FIPS routines:FIPS_CHECK_INCORE_FINGERPRINT:fingerprint does not match:fips.c:238: 1) Followed the right instr

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

SSL alert number 10 after quite exactly 1MB transfered

2008-10-30 Thread Weber Antonio
Hello list, I write a application which acts like a proxy/repeater between two ssl - endpoints. For my app I use OpenSSL 0.9.8g. The two endpoints connect to the app and idenfity themselves using a id (Both use the matrixssl implementation for ssl handling). Two matching id's start the repeatin