Op dinsdag 7 maart 2006 22:14, schreef George Staikos: > Basically they have "if (bits(cipher) != 128) { error('weak crypto > unsupported'); }" Is it possible to catch that? if (error == 'weak crypto unsupported') renegotiate(128); Toma