#1
Posted 30 April 2012 - 05:59 AM
err:wininet:NETCON_secure_connect SSL_connect failed: 12157
Does anyone else have this working?
#2
Posted 30 April 2012 - 12:43 PM
Had this working fine in 10.04 but I did a bunch of experimenting when I did that install.
Working on clean fix right now.
Premium User
Ubuntu 12.04/10.04 + various other Linux distro (Web client & VirtualBox XP SP3 ENW)
Windows 7 SP1 & XP SP3 (EN 4.5.8.7356)
iPod Touch 2G (iOS 4.2.1, EN 4.1.9) / Blackberry Playbook (OS 2.0.1, EN 1.3)
Latest stable browsers & clippers(Chrome(default), Firefox, IE8/9)
#3
Posted 30 April 2012 - 01:03 PM
http://bugs.winehq.o...gi?id=16831#c40Juan Lang 2011-03-23 13:57:06 CDT
(In reply to comment #39)
> The Witcher registration is also affected by this bug, winetricks wininet works
> around it.
>
> err:wininet:NETCON_secure_connect SSL_connect failed: 12037
This is probably a different bug, even though the same function call fails.
Please open a different bug for this, and attach a +wininet,+chain log to it.
My old install notes show I had applied "winetricks wininet" to my 10.04 install.
Doing a bit more research before proceeding at my end.
Premium User
Ubuntu 12.04/10.04 + various other Linux distro (Web client & VirtualBox XP SP3 ENW)
Windows 7 SP1 & XP SP3 (EN 4.5.8.7356)
iPod Touch 2G (iOS 4.2.1, EN 4.1.9) / Blackberry Playbook (OS 2.0.1, EN 1.3)
Latest stable browsers & clippers(Chrome(default), Firefox, IE8/9)
#4
Posted 01 May 2012 - 01:11 AM
My old install notes show I had applied "winetricks wininet" to my 10.04 install.
Doing a bit more research before proceeding at my end.
I finally got it working without any wine tricks. The secret was to use Wine version 1.4. Note that the Ubuntu 1.4 version in the repos didn't work. I had to install 1.4 from Play On Linux (POL) to get it to work. Ran it as Windows 7. Seems there is a regression in Wine... :-(
#5
Posted 01 May 2012 - 11:04 AM
Premium User
Ubuntu 12.04/10.04 + various other Linux distro (Web client & VirtualBox XP SP3 ENW)
Windows 7 SP1 & XP SP3 (EN 4.5.8.7356)
iPod Touch 2G (iOS 4.2.1, EN 4.1.9) / Blackberry Playbook (OS 2.0.1, EN 1.3)
Latest stable browsers & clippers(Chrome(default), Firefox, IE8/9)
#6
Posted 01 May 2012 - 02:02 PM
#7
Posted 02 May 2012 - 03:31 AM
Thanks for the info. Winetricks is also broken from the default repo. Looks like 12.04 still has a lot of rough edges.
It certainly does. If you really want stable, you need to give an LTS release like 12.04 about 2-3 months to fully bake. By that time issues like this will be taken care of. BTW -- I think the root cause is 12.04 OpenSSL:
https://bugs.launchp...ssl/ bug/965371
#8
Posted 02 May 2012 - 08:14 AM
I installed 12.04 as a multi-boot on 2 purposely spare partitions on my main 10.04 system.
There are a lot of things I like about 12.04 but for now I am going to make 10.04 the boot default. It is far from vanilla now but it does work.
Premium User
Ubuntu 12.04/10.04 + various other Linux distro (Web client & VirtualBox XP SP3 ENW)
Windows 7 SP1 & XP SP3 (EN 4.5.8.7356)
iPod Touch 2G (iOS 4.2.1, EN 4.1.9) / Blackberry Playbook (OS 2.0.1, EN 1.3)
Latest stable browsers & clippers(Chrome(default), Firefox, IE8/9)
#9
Posted 17 May 2012 - 01:10 AM
Codeweavers has note about a kernel problem in 12.04 which may also be causing the problem.
http://www.codeweave.../faq/ubuntu1204
I tested that workaround without success.
Also tried trial version of Crossover. That also has install problems with 12.04. Waiting for response from Codeweaver support on those problems.
Oh well. Back to 10.04 for another week. I should have known better than to jump into 12.04 right out of the gate.
Premium User
Ubuntu 12.04/10.04 + various other Linux distro (Web client & VirtualBox XP SP3 ENW)
Windows 7 SP1 & XP SP3 (EN 4.5.8.7356)
iPod Touch 2G (iOS 4.2.1, EN 4.1.9) / Blackberry Playbook (OS 2.0.1, EN 1.3)
Latest stable browsers & clippers(Chrome(default), Firefox, IE8/9)
#10
Posted 01 July 2012 - 03:20 PM
Just a thought...
#11
Posted 02 July 2012 - 01:04 PM
Premium User
Ubuntu 12.04/10.04 + various other Linux distro (Web client & VirtualBox XP SP3 ENW)
Windows 7 SP1 & XP SP3 (EN 4.5.8.7356)
iPod Touch 2G (iOS 4.2.1, EN 4.1.9) / Blackberry Playbook (OS 2.0.1, EN 1.3)
Latest stable browsers & clippers(Chrome(default), Firefox, IE8/9)
#12
Posted 08 July 2012 - 11:46 AM
#13
Posted 19 July 2012 - 10:25 AM
I am rapidly coming to the conclusion that the Windows version is not useable.
For Ubuntu/Mint Use:
sudo add-apt-repository ppa:vincent-c/nevernote
sudo apt-get update
sudo apt-get install nevernote
#14
Posted 19 August 2012 - 12:22 PM
On the other hand, OpenSSL v1.0.x now support TLS v1.1/1.2 and WINE also support it automaticaly.
This causes the problem.
A solution is that disable TLSv1.1/1.2 on WINE.
Windows 7 also support TLSv1.1/1.2 but disabled by default.
A patch is as follows:
https://gist.github.com/3394551
#15
Posted 19 August 2012 - 12:30 PM
Welcome to the forums.Evernote server does not suppot TLSv1.1 and v1.2 stronger encryption of https connection.
On the other hand, OpenSSL v1.0.x now support TLS v1.1/1.2 and WINE also support it automaticaly.
This causes the problem.
A solution is that disable TLSv1.1/1.2 on WINE.
Windows 7 also support TLSv1.1/1.2 but disabled by default.
A patch is as follows:
https://gist.github.com/3394551
Evernoted.
Any indication that this patch will be committed to Wine 1.4 stable?
PS: Noticed that Chrome recently applied equivalent patch to stable because of problems accessing IIS.
Premium User
Ubuntu 12.04/10.04 + various other Linux distro (Web client & VirtualBox XP SP3 ENW)
Windows 7 SP1 & XP SP3 (EN 4.5.8.7356)
iPod Touch 2G (iOS 4.2.1, EN 4.1.9) / Blackberry Playbook (OS 2.0.1, EN 1.3)
Latest stable browsers & clippers(Chrome(default), Firefox, IE8/9)
#16
Posted 19 August 2012 - 12:48 PM
But, there also is big discussion on bug tracking of Wine: http://bugs.winehq.o...ug.cgi?id=30598
It is confused that OpenSSL in Ubuntu 12.04 also had a bug and confused everyone.
I've just tested and I believe my fix is OK at least for Evernote, but it is just a start line.
A solution should be to behave same as windows, when that don't have a problem. So I'm now researching it.
#17
Posted 19 August 2012 - 01:16 PM
As noted there:
david.h.vree@gmail.com 2012-05-08 13:10:55 CDT
I should be more specific. When I run Wine 1.4 from the Ubuntu repos, I also
cannot connect. But when I run "Wine 1.4" from my installation of PlayOnLinux
(on the same machine) it DOES work.
I do not have any idea why POL's 1.4 works and Ubuntu (and yours) doesn't. Can
you try POL with a 1.4 instance of Wine and see if it works for you?
Ilya Loginov 2012-05-09 13:08:09 CDT
There is no surprising that Play on Linux's version of wine 1.4 works.
PoL disribute wine as precompiled with openssl 0.9.8 tarball:
$ tar -tf PlayOnLinux-wine-1.4-linux-x86.pol | grep ssl
wineversion/1.4/lib/libssl.so
wineversion/1.4/lib/libssl.so.0.9.8
P.S. I had thought that PoL's wine is statically linked.
http://www.playonlinux.com/en/
Premium User
Ubuntu 12.04/10.04 + various other Linux distro (Web client & VirtualBox XP SP3 ENW)
Windows 7 SP1 & XP SP3 (EN 4.5.8.7356)
iPod Touch 2G (iOS 4.2.1, EN 4.1.9) / Blackberry Playbook (OS 2.0.1, EN 1.3)
Latest stable browsers & clippers(Chrome(default), Firefox, IE8/9)
#18
Posted 20 August 2012 - 03:26 PM
Now I updated a patch to see registry whether enable TLSv1.1 and TLSv1.2 to connect.
A default setting is same as Windows, Yes, disabled by default.
#19
Posted 20 August 2012 - 03:47 PM
You should update your ENW (4.5.2). Current ENW stable is at 4.5.8.
Premium User
Ubuntu 12.04/10.04 + various other Linux distro (Web client & VirtualBox XP SP3 ENW)
Windows 7 SP1 & XP SP3 (EN 4.5.8.7356)
iPod Touch 2G (iOS 4.2.1, EN 4.1.9) / Blackberry Playbook (OS 2.0.1, EN 1.3)
Latest stable browsers & clippers(Chrome(default), Firefox, IE8/9)
#20
Posted 21 August 2012 - 01:45 AM
http://blog.evernote...ectural-digest/
http://blog.evernote.com/tech/
Premium User
Ubuntu 12.04/10.04 + various other Linux distro (Web client & VirtualBox XP SP3 ENW)
Windows 7 SP1 & XP SP3 (EN 4.5.8.7356)
iPod Touch 2G (iOS 4.2.1, EN 4.1.9) / Blackberry Playbook (OS 2.0.1, EN 1.3)
Latest stable browsers & clippers(Chrome(default), Firefox, IE8/9)
Also tagged with one or more of these keywords: windows, evernote
Windows
Evernote Products →
Evernote →
evernote on all Pc'sStarted by sigrun, Today, 11:15 AM |
|
|
||
iOS
Evernote Products →
Evernote →
Small improvement that would bring AWESOME result!Started by gu1sc, Today, 11:01 AM |
|
|
||
Windows
Evernote Products →
Evernote →
Evernote upload limit and available syn date for purchased additional spaceStarted by C.J., Today, 05:03 AM |
|
|
||
Mac
Evernote Products →
Evernote →
So where are the "quick note based to-do lists"?Started by ZZZ, Today, 04:00 AM |
|
|
||
Mac
Evernote Products →
Evernote →
Evernote was unable to sync because this version of the application is no longer compatible with the serviceStarted by evernotelovesme, Today, 02:14 AM |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












