How to fix the SSL/https problem?
-
- Level 2
- Posts: 14
- Joined: Sat Apr 10, 2010 7:32 am
How to fix the SSL/https problem?
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.
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.
-
- Level 2
- Posts: 14
- Joined: Sat Apr 10, 2010 7:32 am
Run a regression test and file a bug if one hasn't already been filed. http://wiki.winehq.org/RegressionTesting
-
- Level 2
- Posts: 14
- Joined: Sat Apr 10, 2010 7:32 am
How to fix the SSL/https problem?
Schuttwegraeumer wrote:
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
If you want to do a regression test, yes you have to compile it. ThisIs 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.
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
-
- Level 2
- Posts: 14
- Joined: Sat Apr 10, 2010 7:32 am
How to fix the SSL/https problem?
Three reasons: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 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
-
- Level 2
- Posts: 14
- Joined: Sat Apr 10, 2010 7:32 am
Re: How to fix the SSL/https problem?
I am debugging a checkinstall problem at the moment.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 McKenzie
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
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
It should be possible to run wine from the directory, where it was built. see
http://wiki.jswindle.com/index.php/Adva ... ource_tree
and the following section. I don't know if it still works that way, but you should give it a try.
http://wiki.jswindle.com/index.php/Adva ... ource_tree
and the following section. I don't know if it still works that way, but you should give it a try.
-
- Level 7
- Posts: 823
- Joined: Thu Aug 27, 2009 6:23 am
Thinking about it, for the regression test described under http://wiki.winehq.org/RegressionTesting you don't have to "make install". If you just want to test older wine releaes, it will be much easier to download the compiled packages, from http://sourceforge.net/projects/wine/files/ or http://wine.budgetdedicated.com/archive/index.html.
How to fix the SSL/https problem?
Schuttwegraeumer wrote:
to the /usr directory structure so it is NOT NECESSARY to use it to run
a home-brewed wine build.
want to install through MacPorts nor Fink. They make removing and
reverting builds a massive headache and don't operate per MacOSX best
practices. Zach Drayer used to build an installer that did de-install
and Mike Kronenberg had run into problems making Wine 1.1.43. Also, I
am building custom builds to test some code that will fix about six or
seven programs (most notably the Print Preview for a few programs, like
Word.)
So, you don't need to 'make install' to test a custom or regression build.
And using apt might be a 'good thing' but then again it has been known
to break things as well. No program is perfect.
James McKenzie
Hmmm. All make install does is move the files from your build directoryJames Mckenzie wrote:
I am debugging a checkinstall problem at the moment.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
thats important for the test with wine because i will NEVER make a "make install".
to the /usr directory structure so it is NOT NECESSARY to use it to run
a home-brewed wine build.
Certainly they can be misleading. Remember, most how-tos make assumptions.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
I have not been able to get a good Wine build on my Mac. No, I don'tPS: I cannot belief that i am the only user with SSL Problems
want to install through MacPorts nor Fink. They make removing and
reverting builds a massive headache and don't operate per MacOSX best
practices. Zach Drayer used to build an installer that did de-install
and Mike Kronenberg had run into problems making Wine 1.1.43. Also, I
am building custom builds to test some code that will fix about six or
seven programs (most notably the Print Preview for a few programs, like
Word.)
So, you don't need to 'make install' to test a custom or regression build.
And using apt might be a 'good thing' but then again it has been known
to break things as well. No program is perfect.
James McKenzie
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..
The software is taken from:
https://us.battle.net/account/managemen ... rofile.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.
Code: Select all
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
https://us.battle.net/account/managemen ... rofile.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.
-
- Level 2
- Posts: 14
- Joined: Sat Apr 10, 2010 7:32 am
-
- Level 2
- Posts: 14
- Joined: Sat Apr 10, 2010 7:32 am
schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect start
schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect good wine-1.0.1
schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect bad wine-1.2
Bisecting: a merge base must be tested
[36def4af0ca85a1d0e66b5207056775bcb3b09ff] Release 1.0.
schutti@hell:~/Desktop/X/WINE/wine-git$
-
- Level 2
- Posts: 14
- Joined: Sat Apr 10, 2010 7:32 am
Is that usefull?:
schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect start
schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect good wine-1.0
schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect bad wine-1.2
Bisecting: 11529 revisions left to test after this (roughly 14 steps)
[5f581975dcf83f4f32432137990c72c26b415e3b] wined3d: Introduce surface_init() to handle most of the surface initialization.
schutti@hell:~/Desktop/X/WINE/wine-git$
How to fix the SSL/https problem?
No.Is that usefull?:
You need to bisect, compile the bisected wine, then test, then bisectschutti@hell:~/Desktop/X/WINE/wine-git$ git bisect start
schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect good wine-1.0
schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect bad wine-1.2
Bisecting: 11529 revisions left to test after this (roughly 14 steps)
[5f581975dcf83f4f32432137990c72c26b415e3b] wined3d: Introduce surface_init() to handle most of the surface initialization.
schutti@hell:~/Desktop/X/WINE/wine-git$
again till you get to the revision that caused the issue.
John
How to fix the SSL/https problem?
Schuttwegraeumer <[email protected]> wrote:
You have a LONG way to go until the problem is found.
If you can run your program after this bisect, then you have to say that the bisect is good to get to the next revision. If it does not work you have to say that the bisect is bad.
This may take a while, depending on how fast you can configure/make/test program (and you may have to re-install it as well.)
Good luck. When you do find the bad commit, you will have an additional step which is to build Wine 1.2 without the commit. Regression testing states how.
James McKenzie
If you want us to tell you that you are doing this right, yes. For location of errors, no.Sent: Aug 3, 2010 11:21 AM
To: [email protected]
Subject: [Wine] Re: How to fix the SSL/https problem?
Is that usefull?:
Wow. This is a long time ago (over two years if I'm correct).schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect start
schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect good wine-1.0
This was just released....schutti@hell:~/Desktop/X/WINE/wine-git$ git bisect bad wine-1.2
This means there wer about 23000 revisions between the two releases. The number of steps is just about right, however (2*13).Bisecting: 11529 revisions left to test after this (roughly 14 steps)
This is just the marker for the current commit (revision).[5f581975dcf83f4f32432137990c72c26b415e3b] wined3d: Introduce surface_init() to handle most of the surface initialization.
You have a LONG way to go until the problem is found.
If you can run your program after this bisect, then you have to say that the bisect is good to get to the next revision. If it does not work you have to say that the bisect is bad.
This may take a while, depending on how fast you can configure/make/test program (and you may have to re-install it as well.)
Good luck. When you do find the bad commit, you will have an additional step which is to build Wine 1.2 without the commit. Regression testing states how.
James McKenzie
-
- Level 2
- Posts: 14
- Joined: Sat Apr 10, 2010 7:32 am
That's not really helpfull here.
I never made my own builts because it was not nessesary.
to set up the build environment is not easy for a beginner like me.
It looks like i am the only user with this problem.
that means that the bug will not be found and fixed in usefull time.
I will stop the bug search for a while because the 1.0.1 works well for me.

I never made my own builts because it was not nessesary.
to set up the build environment is not easy for a beginner like me.
It looks like i am the only user with this problem.
that means that the bug will not be found and fixed in usefull time.
I will stop the bug search for a while because the 1.0.1 works well for me.
How to fix the SSL/https problem?
On Wed, Aug 4, 2010 at 11:47, Schuttwegraeumer
<[email protected]> wrote:
another WINEPREFIX (check the FAQ
for instructions, particularly sections 7.x) before doing all
regression testing.
problem, and you're not willing to assist with regression testing.
Remember wine is a volunteers project.
If you have problems following the regression docs / if they are not
clear, you can/should always report them, so we can make them better.
many other applications.
Frédéric
<[email protected]> wrote:
You might try wine 1.3.0 to see if that changes something, and/or useThat's not really helpfull here. Â
I never made my own builts because it was not nessesary.
another WINEPREFIX (check the FAQ
for instructions, particularly sections 7.x) before doing all
regression testing.
Well the bug won't be fixed soon if you're the only one with theto set up the build environment is not easy for a beginner like me.
It looks like i am the only user with this problem.
that means that the bug will not be found and fixed in usefull time.
problem, and you're not willing to assist with regression testing.
Remember wine is a volunteers project.
If you have problems following the regression docs / if they are not
clear, you can/should always report them, so we can make them better.
That's your choice, although 1.2/1.3.0 will probably work better forI will stop the bug search for a while because the 1.0.1 works well for me.
many other applications.
Frédéric
In any case, your not the only one with the problem, Schuttwegraeumer, me thinks, cause i'm having it too. Can't be sure though, cause the error appears for me in the winhttp module.
This happens when a game i'm trying to get working on OS X 10.6, namely Anno 1404 (a.k.a Dawn of Discovery), tries to connect my online profile.
It appears the latest version (9.0.1) of Codeweavers 'CrossOver Games' has the same issue, cause i couldn't get that part working either. After some reading up on this matter, i realized i'ld have some compiling to do anyway, so decided to install wine with macports and give it a try and see if it worked this way. But no luck.
A pitty you didn't get through the hassle of the regression tests and file a bug report, cause imo you were going pretty well there.
Anyway, as i don't have any reference of a version of wine that does work for this game, i will do some more testing in the next couple of days and if i do find a working version, read up on the regression tests part and file a bug-report myself.
Keep you posted...
Code: Select all
err:winhttp:netconn_secure_connect couldn't verify server certificate (12157)
It appears the latest version (9.0.1) of Codeweavers 'CrossOver Games' has the same issue, cause i couldn't get that part working either. After some reading up on this matter, i realized i'ld have some compiling to do anyway, so decided to install wine with macports and give it a try and see if it worked this way. But no luck.
A pitty you didn't get through the hassle of the regression tests and file a bug report, cause imo you were going pretty well there.
Anyway, as i don't have any reference of a version of wine that does work for this game, i will do some more testing in the next couple of days and if i do find a working version, read up on the regression tests part and file a bug-report myself.
Keep you posted...