|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Thursday, April 10, 2025
Posts: 4,886,
Visits: 22,776
|
According to Google Chrome: “Your connection to website is encrypted with obsolete cryptography” however the padlock is green. This certificate is quite recent, so I really wonder what is so obsolete, probably because it uses TLS 1.2 instead of TLS 1.3
Do you have special TLS setttings? For instance, does your machine only accepts TLS 1.3?
|
|
|
Customers
Last Login: Thursday, April 7, 2016
Posts: 10,
Visits: 17
|
I don't think so, in Firefox it is fine. I think it is a wine problem, after finding this, I tried it in the terminal. Somehow google didn't work, so I tried it with spiegel.de (a large German news website).
wine iexplore http://www.spiegel.de
opens properly "Wine Internet Explorer" and shows the webpage. But
wine iexplore https://www.spiegel.de
just opens the Explorer, but the site is not loading. Both versions run in Firefox without Wine. Maybe some missing dlls or something?
|
|
|
Customers
Last Login: Thursday, April 7, 2016
Posts: 10,
Visits: 17
|
Ah, tried it with another site, and the output for https was not that lengthy, but still failed. Maybe this is useful?
wine iexplore https://www.standard.atfixme: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.
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Thursday, April 10, 2025
Posts: 4,886,
Visits: 22,776
|
Thanks for the feedback. As far as GenoPro goes, we are using the API HttpOpenRequest as documented in https://msdn.microsoft.com/en-us/library/windows/desktop/aa384233(v=vs.85).aspxHttpOpenRequest(hSessionServer, "POST", NULL, pszFileName, NULL, NULL, NULL, INTERNET_FLAG_SECURE, 0) |
The flag INTERNET_FLAG_SECURE takes care of using the https encryption supported by the OS. We don't do anything special or fancy about the encryption, and it works in most cases (with the exception of your machine).
|
|
|
Customers
Last Login: Thursday, April 7, 2016
Posts: 10,
Visits: 17
|
I have a look in Wine or Linux forums, I'll let you know if I find a solution. Thanks for your time!
|
|
|
Customers
Last Login: Thursday, April 7, 2016
Posts: 10,
Visits: 17
|
I got it running, yeah!
The problem was indeed Wine. The (K)ubuntu program manager had only a very outdated version (2 years old), didn't expect this. So, after reinstalling from the scratch from WineHQ's repositories (https://wiki.winehq.org/Ubuntu), everything works with Wine 1.9.7.
Thanks for the help!
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Thursday, April 10, 2025
Posts: 4,886,
Visits: 22,776
|
|