https://bugs.winehq.org/show_bug.cgi?id=37010
Bug ID: 37010 Summary: DYMO Stamps "Unable to connect to postage transaction server" with wine-mono Product: Wine Version: 1.7.23 Hardware: x86 URL: http://sites.dymo.com/Promotions/Pages/DYMOStamps.aspx ?locale=enUS OS: Linux Status: NEW Severity: normal Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Depends on: 31686
Follow up to bug 31687.
You'll need native gdiplus for bug 31686. Optionally, apply https://source.winehq.org/patches/data/105843.
The app installs fine, and with native gdiplus, starts up. But when you try to login, the application cannot connect to the server.
Terminal shows one mscoree fixme: fixme:mscoree:ConfigFileHandler_startElement Unknown element L"configSections" in state 2
With native dotnet20, it will attempt to connect, then fails with 'This account is not active'. Trying to login via the website shows the same problem, so that's okay. But wine-mono should fail the same way.
I'm using an archived installer: austin@aw25 ~/oldbugs/31687 $ sha1sum DYMOstampsWebSetup.exe 6f96fbdc9806effa499edba7e89329534b5901a7 DYMOstampsWebSetup.exe
austin@aw25 ~/oldbugs/31687 $ du -h DYMOstampsWebSetup.exe 3.5M DYMOstampsWebSetup.exe
the current version of the program appears to have other .Net/Mono issues
https://bugs.winehq.org/show_bug.cgi?id=37010
--- Comment #1 from Austin English austinenglish@gmail.com --- Created attachment 49174 --> https://bugs.winehq.org/attachment.cgi?id=49174 WINE_MONO_TRACE=x
https://bugs.winehq.org/show_bug.cgi?id=37010
--- Comment #2 from Vincent Povirk madewokherd@gmail.com --- [0000002A:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Store Root doesn't exists.
That doesn't seem right.
https://bugs.winehq.org/show_bug.cgi?id=37010
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Vincent Povirk from comment #2)
[0000002A:] EXCEPTION handling: System.Security.Cryptography.CryptographicException: Store Root doesn't exists.
That doesn't seem right.
I found this webpage, it looks useful:
"By default Mono trusts no one"
http://www.mono-project.com/FAQ%3a_Security#Secure_Socket_Layer_.28SSL.29_.2...
https://bugs.winehq.org/show_bug.cgi?id=37010
--- Comment #4 from Vincent Povirk madewokherd@gmail.com --- Well, ideally we should pull the trusted roots from the Windows API somehow.
https://bugs.winehq.org/show_bug.cgi?id=37010
--- Comment #5 from Vincent Povirk madewokherd@gmail.com --- I bet we could just reimplement http://msdn.microsoft.com/en-us/library/System.Security.Cryptography.X509Cer... as a thin wrapper around crypt32 stuff.
https://bugs.winehq.org/show_bug.cgi?id=37010
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeeper74@msn.com
--- Comment #6 from Anastasius Focht focht@gmx.net --- *** Bug 32843 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=37010
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Status|NEW |NEEDINFO Summary|DYMO Stamps "Unable to |Multiple .NET applications |connect to postage |fail to |transaction server" with |connect/authenticate to |wine-mono |cloud servers with | |Wine-Mono (DYMO Stamps, Box | |Sync 3.x) (Mono has no root | |certs by default)
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
please retest using recent Wine/Mono. Refining summary to collect dupes.
Regards
https://bugs.winehq.org/show_bug.cgi?id=37010 Bug 37010 depends on bug 31686, which changed state.
Bug 31686 Summary: DYMO Stamps won't start without native gdiplus https://bugs.winehq.org/show_bug.cgi?id=31686
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED