The SSL module seems broken in Pike 7.5, this is probably due to bugs in the new Crypto glue.
Some investigation later, and the reason seems to have been a bad change in SSL.pmod/state.pike. Reverted.
It works for me (with Roxen 4.0) now.
/ Henrik Grubbström (Lysator)
Previous text:
2004-03-03 20:36: Subject: Re: SSL in 7.5 is broken?
As I said already, works perfectly under 7.4, but fails with 7.5. The failure trace (-DSSL3_DEBUG):
...blabla... Decrypting packet.. version[1]=0 SSL.connection: received packet of type 20 tried change_cipher: 0 Decrypting packet.. version[1]=0 Failed MAC-verification!! SSL.connection: Bad received packet SSL.connection->send_packet: type 21, desc 20, pri 1, "\2\24" ...blabla...
Something is wrong... But too deep for me - I am not familiar with this code...
The SSL module seems broken in Pike 7.5, this is probably due to bugs in the new Crypto glue.
Regards, /Al
/ Henrik Grubbström (Lysator)