Problem with SSL/https in wine/Kubuntu 15.10

Questions about Wine on Linux
Locked
ant!
Newbie
Newbie
Posts: 2
Joined: Wed Apr 06, 2016 10:03 am

Problem with SSL/https in wine/Kubuntu 15.10

Post by ant! »

Hi,

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.
Both https and http work when I use them with Firefox without Wine.
Could you please help me to set this up properly?

Thanks!
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Problem with SSL/https in wine/Kubuntu 15.10

Post by dimesio »

Code: Select all

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.
Do what it says; install winbind.

You also need to upgrade Wine; 1.6.2 is over two years old and no longer supported.
ant!
Newbie
Newbie
Posts: 2
Joined: Wed Apr 06, 2016 10:03 am

Re: Problem with SSL/https in wine/Kubuntu 15.10

Post by ant! »

You also need to upgrade Wine; 1.6.2 is over two years old and no longer supported.
Even though it sound stupid, that did actually the trick. Deinstalled it and reinstalled new from here. Didn't expect the version in the Ubuntu program manager was that much outdated.
Thanks!
Locked