I ran into a problem with a program (GenoPro) which needs an https connection.
I have wine-1.6.2 installed on Kubuntu 15.10, from the (K)ubuntu repros. Additionally I installed winetricks (as well from the repros, "winetricks -V" gives "20140817").
I followed the program's installation guide for wine, installing some DLLs necessary (see http://www.genopro.com/setup/wine/).
For some registration of the program an SSL connection is necessary, which fails. I followed up with the program's developer, but it seems to be rather a problem of SSL not working in my installation, as they use a standard API (HttpOpenRequest). When I try in terminal "wine iexplore http://www.standard.at", I get the website displayed, while "wine iexplore https://www.standard.at" fails, with the following:
Code: Select all
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:urlmon:URLMoniker_BindToObject use running object table
err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
Could you please help me to set this up properly?
Thanks!