-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nightly Dev can`t connect #651
Comments
Please provide more information (use debug version or start YAM from command-line with DEBUG option) and report the actual problem it reports. Please also state the specs of your amiga system. |
Amiga is A1200 with Blizzard 060 with 400mb RAM (yes!) Using SnoopDos, it fails to load Resources/certificates/b85455c4.0 I cannot find where a Debug log is saved (if any) |
Try "YAM DEBUG >debug.log" |
Ok, I did the above (long time since I did that, I`d forgotten). |
@jerseywurzel Then you did a mistake. With the DEBUG cli parameter it should output something on the cli as soon as you open a TCP connection to your server. Besides that, please download the debug version of YAM nightly build and execute the following command before starting YAM:
Then try to do the network connection and it should generate |
@jens-maus |
@jerseywurzel I can see that you have actual two POP3 server configured and that YAM is querying both at the same time using multithreading. Can you please regenerate the debug log, but please make sure that the second POP account is disabled when you are starting YAM to capture the logfile? This would make it more easier to identify the root cause. |
@jens-maus |
@jerseywurzel
And please show the output here (simple cut&paste) in single backquotes should be enough. BTW: I also just tested it here with my OS3/UAE installation and I can perfectly connect with YAM to pop3.live.com:995 and it asks me for username/password. |
Maybe you must activate your POP/SMTP access again in your Hotmail WEB-Account. I got yesterday another but wrong errormessage from the gmx and web.de server an must activate the access again. After that YAM was able to get and send mails via both servers. |
@Weber-Frank This is a nice idea, Frank. However, the problem @jerseywurzel has cannot be the same like you had because in his case the debug log clearly states that his YAM cannot even open an SSL connection, so it doesn't even reach the point where it is supposed to login with his account. But where you could help is tell us @Weber-Frank which Amiga system you are using with YAM so that we can see if there are any similarities. |
@jens-maus |
@jerseywurzel Thanks. but your output seems to be mixed up. Please next time pipe it to a file ( The output of the command is also missing the following final server output:
Please wait a longer time (several minutes) until it either returns an error message or this So please re-execute the openssl command again and attach the non-wrapped up output here again. |
@jerseywurzel
|
@jens-maus |
Just for the record, i get an OK with the provided command on that live.com address from here. Something fishy on your system @jerseywurzel |
@jerseywurzel Can you please measure the absolute time the execution of the My current suspicion is, unfortunately, that your real A1200/m68k system is simply to slow to calculate certain modern ciphers/checksums using AmiSSL/OpenSSL and therefore the TCP connection is dropped by the mail server and then when openssl or YAM wants to continue (after openssl is finished with cipher/encryption calculation) it receives a connection dropped error and recognises that the TCP connection to the mail server was aborted. In your debug output, for example, you can see that at a certain point you see something like:
This happens right before the output of the "Certificate chain". And in fast
The final question, however, remains -> why is this happening? As said, my suspicion is that some calculations take too long on your system while on an UAE driven system like for me it works fine. Therefore I am really curious what other users with real outdated Amiga hardware reports. @Weber-Frank Don't you use a real 68k system as well? Nevertheless, I think we can summarise that this isn't a problem in YAM itself, but rather in AmiSSL/OpenSSL being using on your real Amiga 68k hardware. It, however, remains open if this can be somehow fixed or worked around – for this to answer we would need to investigate that matter a bit more. Thus, I have already created a corresponding ticket at the AmiSSL ticket (see jens-maus/amissl#11). |
Ok, it takes 1minute, 30 seconds from start to finish. There are some stops between the depth=02 to depth=0. This is around 10 seconds. The longest break is after depth=0 to certificate chain, and is about a minute. Then it whizzes through to the end. I have an 060 in my system. |
@jens-maus |
@raziel- |
Yepster, but i'm also on X1000, so... |
It has been sometime since this was raised, just to say that all has been well for some time. YAM starts to connect, then downloads, then quits, in less than 10 seconds (Longer if I have a lot of emails) |
Submission type
NOTE: Do not submit anything other than bug reports or feature requests via the issue tracker!
YAM version the issue has been seen with
NOTE: Do not submit bug reports about anything but the two most recently released YAM versions!
Used operating system
In case of bug report: Expected behaviour you didn't see
In case of bug report: Unexpected behaviour you saw
In case of bug report: Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: