http://bugs.winehq.org/show_bug.cgi?id=35219
Bug ID: 35219 Summary: Dialogues requestion authentication won't load in Wine Internet Explorer 8 Product: Wine Version: 1.6.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: adam1eveleigh@gmail.com Classification: Unclassified
Created attachment 46969 --> http://bugs.winehq.org/attachment.cgi?id=46969 Debugger Log from PlayOnLinux
I get this error in the debugger when I try to load http://gateway.jhgs.bucks.sch.uk/ (which should bring up an authentication box but doesn't. 'GNUTLS ERROR: Rehandshake was requested by the peer.'
(Note that I used the POL IE8 installer but that used Wine 1.2.3 which couldn't load IE8 so I manually changed the Wine version to Wine 1.6.1)
http://bugs.winehq.org/show_bug.cgi?id=35219
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #1 from Austin English austinenglish@gmail.com --- PlayOnLinux (and old wine versions) are not supported.
http://bugs.winehq.org/show_bug.cgi?id=35219
--- Comment #2 from adam1eveleigh@gmail.com --- Really? But POL is simply using Wine 1.6.1 which is the CURRENT stable release. I could hardly submit a bug report to POL because it's most likely a bug in Wine 1.6.1 not POL. POL (as far as I know) is merely a manager and installer for different Wine instances and configurations. I'm pretty certain this is a bug in Wine.
I'll leave it as invalid until I get a reply...
http://bugs.winehq.org/show_bug.cgi?id=35219
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |focht@gmx.net Resolution|INVALID |--- Summary|Dialogues requestion |Wine builtin Internet |authentication won't load |Explorer fails to |in Wine Internet Explorer 8 |authenticate with certain | |websites (GnuTLS error: | |Rehandshake was requested | |by the peer) Ever confirmed|0 |1 Severity|minor |normal
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
--- quote --- POL (as far as I know) is merely a manager and installer for different Wine instances and configurations. --- quote ---
FYI: http://www.playonlinux.com/wine/binaries/linux-x86/ ... a bit more than "merely a manager" ;-)
Anyway, this also happens with plain Wine and builtin IE - no need for 'winetricks ie8' recipe.
--- snip --- $ WINEDEBUG=+tid,+seh,+relay,+secur32 wine iexplore.exe "http://gateway.jhgs.bucks.sch.uk/" >> log.txt 2>&1 ... 0032:Call secur32.DecryptMessage(0014e078,0078c4b8,00000000,00000000) ret=7e31c246 0032:trace:secur32:DecryptMessage 0x14e078 0x78c4b8 0 (nil) 0032:trace:secur32:schan_DecryptMessage context_handle 0x1537b8, message 0x78c4b8, message_seq_no 0, quality (nil) 0032:trace:secur32:dump_buffer_desc Buffer desc 0x78c4b8: 0032:trace:secur32:dump_buffer_desc buffer 0: cbBuffer 37, BufferType 0x1 pvBuffer 0x8b4db8 0032:trace:secur32:dump_buffer_desc buffer 1: cbBuffer 0, BufferType 0 pvBuffer (nil) 0032:trace:secur32:dump_buffer_desc buffer 2: cbBuffer 0, BufferType 0 pvBuffer (nil) 0032:trace:secur32:dump_buffer_desc buffer 3: cbBuffer 0, BufferType 0 pvBuffer (nil) 0032:Call ntdll.RtlAllocateHeap(00110000,00000000,00000020) ret=f7053a55 0032:Ret ntdll.RtlAllocateHeap() retval=0014d0e8 ret=f7053a55 0032:trace:secur32:schan_pull Pull 5 bytes 0032:trace:secur32:schan_get_buffer Using buffer 0: cbBuffer 37, BufferType 0x1, pvBuffer 0x8b4db8 0032:trace:secur32:schan_pull Read 5 bytes 0032:trace:secur32:schan_gnutls_log <4> REC[0xf6a55470]: SSL 3.1 Handshake packet received. Epoch 0, length: 32 0032:trace:secur32:schan_gnutls_log <4> REC[0xf6a55470]: Expected Packet Application Data(23) 0032:trace:secur32:schan_gnutls_log <4> REC[0xf6a55470]: Received Packet Handshake(22) with length: 32 0032:trace:secur32:schan_pull Pull 32 bytes 0032:trace:secur32:schan_get_buffer Using buffer 0: cbBuffer 37, BufferType 0x1, pvBuffer 0x8b4db8 0032:trace:secur32:schan_pull Read 32 bytes 0032:trace:secur32:schan_gnutls_log <4> REC[0xf6a55470]: Decrypted Packet[1] Handshake(22) with length: 4 0032:trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_record.c:1247 0032:trace:secur32:schan_gnutls_log <2> ASSERT: gnutls_record.c:1350 GnuTLS error: Rehandshake was requested by the peer. 0032:Call ntdll.RtlFreeHeap(00110000,00000000,0014d0e8) ret=f7053b41 0032:Ret ntdll.RtlFreeHeap() retval=00000001 ret=f7053b41 0032:err:secur32:schan_DecryptMessage Returning 80090304 0032:Ret secur32.DecryptMessage() retval=80090304 ret=7e31c246 --- snip ---
$ wine --version wine-1.7.9-183-g919e620
Regards
http://bugs.winehq.org/show_bug.cgi?id=35219
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
the authentication dialog is only displayed after the browser has successfully established a secure session over SSL which currently fails (you don't want to have your username/password transmitted in cleartext).
Regards
http://bugs.winehq.org/show_bug.cgi?id=35219
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://gateway.jhgs.bucks.s | |ch.uk/
https://bugs.winehq.org/show_bug.cgi?id=35219
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned?
--- Comment #5 from Ken Sharp imwellcushtymelike@gmail.com --- Is this still an issue in Wine 1.7.44 or later?
https://bugs.winehq.org/show_bug.cgi?id=35219
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #6 from Rosanne DiMesio dimesio@earthlink.net --- In 1.7.51, loading http://gateway.jhgs.bucks.sch.uk/ in wine iexplore first brings up a warning that there is a problem with the certificate for the site, and asking if I want to continue anyway. If I click "Yes", the login screen appears. There is no GNUTLS error in the console.
(Note there is a real problem with the certificate for that site; native Firefox warns the connection is untrusted because the security certificate is invalid.)
Assuming the login screen is what the OR meant by "authentication box," then this is fixed.
https://bugs.winehq.org/show_bug.cgi?id=35219
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.52.
https://bugs.winehq.org/show_bug.cgi?id=35219
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |secur32
https://bugs.winehq.org/show_bug.cgi?id=35219
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|Abandoned?, download | URL|http://gateway.jhgs.bucks.s | |ch.uk/ |