On 2015/04/02 06:58, David Coppa wrote: > On Wed, Apr 1, 2015 at 8:56 PM, Ido Admon <[email protected]> wrote: > > > Works! Do you need logs? > > No. But, please, tell the sysadmins at your university they're still > using insecure SSLv3 and should switch to TLSv1. > > Here's the relevant commit from wpa_supplicant's git repo: > > http://w1.fi/cgit/hostap/commit/?id=35efa2479ff19c3f13e69dc50d2708ce79a99beb > > Ciao > David
This can't be SSLv3, previously it used TLSv1_method() which was TLS 1.0 only, they changed to SSLv23_method with SSLv2 and SSLv3 disabled, so it now additionally supports TLSv1.1 and 1.2. Server is presumably intolerant to these.
