i use a application that use a https connection to load a file at startup. but since update to 1.1.43 the SSL part dont work. How to fix it, quange the crypt32.dll with a real crypt32.dll from a windows dont work here.
If I start the programm with $:wine app i got this: err:wininet:NETCON_secure_connect SSL_connect failed: 12157
No solution?
Schuttwegraeumer wrote:> Is it nessesary to compile wine? > I use the repository and i have the problem with this version of wine on Ubuntu 32bit 9.10, 10.04 and Ubuntu 64bit 10.04. > >If you want to do a regression test, yes you have to compile it. This is something you should do if you expect the problem to be resolved. We are volunteers (for the most part) and our time to work on this project is very limited. What you state above is that the problem definitely exists in Wine. If you can open a bug report and provide as much detail as possible, this is a good start. This way, if you cannot do a regression test, someone else might be able to. Thank you. James McKenzie
The 1.1.42 is default in Ubuntu 10.04. But there is a 1.0.1 in the default repostitory too. I am back to 1.0.1 now. I dont know why Ubuntu use the unstable instead of the stable as default.
> >The 1.1.42 is default in Ubuntu 10.04. >But there is a 1.0.1 in the default repostitory too. >I am back to 1.0.1 now. >I dont know why Ubuntu use the unstable instead of the stable as default. >Three reasons: The stable version is over 1 1/2 years old. There are many bug fixes in the unstable. but most importantly: We asked them to do it. We don't take bug reports on Wine 1.0.1 anymore and the response you will receive is to move to the unstable and then test again. Now to what I ASKED YOU TO DO: Conduct a regression test with the current version and the last known good version. This will point out what piece of code that was added to Wine that caused this function to stop working. Then a developer (or two) can start fixing it. Without the test, it is a long painful and not likely to happen fix. Remember, most of us out here are volunteers, working on this project in what little spare time we have to fully create a Windows32 and Windows64 API that allows you to run your favorite programs on Linux/UNIX. James McKenzie
James Mckenzie wrote:> > The stable version is over 1 1/2 years old. > There are many bug fixes in the unstable. > but most importantly: We asked them to do it. > > We don't take bug reports on Wine 1.0.1 anymore and the response you will receive is to move to the unstable and then test again. > > Now to what I ASKED YOU TO DO: Conduct a regression test with the current version and the last known good version. This will point out what piece of code that was added to Wine that caused this function to stop working. Then a developer (or two) can start fixing it. Without the test, it is a long painful and not likely to happen fix. > > Remember, most of us out here are volunteers, working on this project in what little spare time we have to fully create a Windows32 and Windows64 API that allows you to run your favorite programs on Linux/UNIX. > > James McKenzieI am debugging a checkinstall problem at the moment. thats important for the test with wine because i will NEVER make a "make install". Installing without using the APT system is not allowed on my system. I think howtos with "make install" in it should be prohibited by law :) PS: I cannot belief that i am the only user with SSL Problems
I'm having similar problems getting the Opt-In program for battle net beta testing to work ( i'd imagine, same kinda error ) and I found another post of where others were having this issue and did a WINEDEBUG=+wininet run of it and heres a few lines around about where the error occured, lemme know if posting more would help or where I can go with this, and know I'm not experienced debugger so if you can help me in anyway, be specific or throw up links.. anyway.. Code: trace:wininet:HTTP_HttpSendRequestW Request header -> L"POST /account/systemsurvey/submit.xml?purpose=sc2beta HTTP/1.1\r\nHost: us.battle.net\r\nUser-Agent: Blizzard Web Client\r\nCache-Control: no-cache\r\nContent-Type: application/x-www-form-urlencoded\r\nContent-Length: 352\r\n\r\n" trace:wininet:HTTP_OpenConnection --> trace:wininet:INTERNET_SendCallback callback(0x42ac80) (0x3 (0x152b40), 004ea0c0, 10 (INTERNET_STATUS_RESOLVING_NAME), 0x147320, 28) trace:wininet:INTERNET_SendCallback end callback(). trace:wininet:GetAddress L"us.battle.net" trace:wininet:INTERNET_SendCallback callback(0x42ac80) (0x3 (0x152b40), 004ea0c0, 11 (INTERNET_STATUS_NAME_RESOLVED), 0x147320, 14) trace:wininet:INTERNET_SendCallback end callback(). trace:wininet:HTTP_ResolveName resolved L"us.battle.net" to 12.129.242.40 trace:wininet:INTERNET_SendCallback callback(0x42ac80) (0x3 (0x152b40), 004ea0c0, 20 (INTERNET_STATUS_CONNECTING_TO_SERVER), 0x147320, 14) trace:wininet:INTERNET_SendCallback end callback(). err:wininet:NETCON_secure_connect SSL_connect failed: 12157 warn:wininet:HTTP_OpenConnection Couldn't connect securely to host trace:wininet:HTTP_OpenConnection 12157 <-- trace:wininet:INTERNET_SendCallback callback(0x42ac80) (0x3 (0x152b40), 004ea0c0, 100 (INTERNET_STATUS_REQUEST_COMPLETE), 0xaee97c, 8) trace:wininet:DllMain 0x7e3b0000,2,(nil) trace:wininet:INTERNET_SendCallback end callback(). trace:wininet:HTTP_HttpSendRequestW <-- trace:wininet:WININET_Release object 0x152b40 refcount = 1 trace:wininet:InternetCloseHandle 0x2 The software is taken from: https://us.battle.net/account/management/beta-profile.xml I believe you have to have a battle.net account and possibly some blizzard software of some sort to get the Beta system checker downloaded.