HTTPS failure? scan_imp_handshake_ALERT

Questions about Wine on Linux
Locked
dreamweezer
Newbie
Newbie
Posts: 2
Joined: Sun Apr 27, 2014 1:22 pm

HTTPS failure? scan_imp_handshake_ALERT

Post by dreamweezer »

Ubuntu 14.04 64-bit
Wine 1.7.17

I'm trying to run an application called Symphony Math. It attempts to connect to services on the Internet but fails. A tcpdump trace sure looks like it's trying but a WINEDEBUG warn trace produces the following:

Code: Select all

...
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\Program Files (x86)\\Symphony Learning\\schannel.dll" not found (c0000034)
warn:secur32:schan_imp_handshake ALERT: 112 The server name sent was not recognized
warn:wininet:netcon_secure_connect_setup Failed to initialize security context failed: 80090304
warn:secur32:schan_imp_handshake ALERT: 112 The server name sent was not recognized
warn:wininet:netcon_secure_connect_setup Failed to initialize security context failed: 80090304
...
Any ideas what's going on here? More detail available...
_k
dreamweezer
Newbie
Newbie
Posts: 2
Joined: Sun Apr 27, 2014 1:22 pm

Re: HTTPS failure? scan_imp_handshake_ALERT

Post by dreamweezer »

(reply to self; sigh...)
FYI: helps to double check versions when testing...problem happens on 1.6.x but application works perfectly fine on 1.17.19...
Locked