![]() Registered Member ![]()
|
KMyMoney can use AqBanking. You have to install version aqbanking 3.8.x to make it work. Plus a couple of other packages required by aqbanking.
Hei Ku, proud to be a member of the KMyMoney Development Team since January-2008
|
![]() Registered Member ![]()
|
I've done a little digging, and it appears that the Innovision corporation handles the direct download backend for both American Express and Discover cards. I think there may be a difference in the authentication used to download from Innovision servers and other servers. I found on their site that this may involve a different form of authentication:
http://www.innovision.com/corporate/New ... 61004.html That extra form of authentication may explain why these two companies don't work with the ofx download, but other companies do, and why the two companies do work with aqbanking. I'm still trying to find out what could be different, and how to change it (since I'm still a complete noob here ![]() Thanks, -Mike Edit: I think that path may be wrong, I've noticed that there are duplicates of that file and similar files (one set in the above directory, one set in the CVSROOT/kmymoney2/dialogs directory). I really am not sure what is going on. Anyone know which of these paths is the one actually being used?
Last edited by wolfemi1 on Tue Jan 13, 2009 2:59 am, edited 1 time in total.
wolfemi1, proud to be a member of KDE forums since 2008-Dec.
|
![]() Registered Member ![]()
|
All,
I exchanged some email with Bill Cary from Innovision (I think Thomas Baumgart beat me there ![]()
From this, it seems like the more likely problem could be the FI aggregate mentioned in his item #1. Does anyone know if this field is sent by KMyMoney? -Mike
wolfemi1, proud to be a member of KDE forums since 2008-Dec.
|
![]() Registered Member ![]()
|
While searching in my local copy of the code, I searched for some of the tags needed for the OFX transactions, and I found this in the file mymoneyofxconnector.cpp:
This seems to be how the request is being sent out. There's a large section of code after this that is in a '#if 0' block, which I take to mean it is not currently being compiled. The commented out code looks like an older version of the code, maybe the new version broke it? Anyway, looking at this code without digging too deep, it looks like the APPID and APPVER are not being sent. I believe that these are both optional fields, and shouldn't have any problems resulting from their lack. However, it sounds like some financial institutions could be lazy with their implementation of the OFX standard, and verify that those optional tags are sent. If that's the case, this could explain why some FIs don't work with this, and it could explain why some of the compatibility was broken after the newer code was used. Did American Express work before this code was changed? Thanks, -Mike
wolfemi1, proud to be a member of KDE forums since 2008-Dec.
|
![]() KDE Developer ![]()
|
After some digging with wolfemi1 in the details of the encrypted communication way down in the internals of the SSL protocol, we figured out, that AE did not handle requests that used certain options.
In short: it looks like their server does not comply to RFC 4346 "The Transport Layer Security (TLS) Protocol Version 1.1" which causes it to always close the connection when TLSv1.1 is mentioned in the Client Hello packet :-[ Some background information on the connection setup can be found on Wikipedia. Forcing the transport to use SSLv3 solved the problem for wolfemi1. So I added a switch that forces the usage SSLv3 to the OFX setup wizard.
ipwizard, proud to be a member of the KMyMoney forum since its beginning.
![]() openSuSE Leap 15.4 64bit, KF5 |
![]() Registered Member ![]()
|
I can confirm that with the latest CVS load (thanks Clay!) using the SSL3 checkbox does allow me to download transactions from Amex.
Thanks guys! |
Registered users: Bing [Bot], claydoh, Evergrowing, Google [Bot], rblackwell