jens-maus / yam

:mailbox_with_mail: YAM (short for 'Yet Another Mailer') is a MIME-compliant open-source Internet email client written for Amiga-based computer systems (AmigaOS4, AmigaOS3, MorphOS, AROS). It supports POP3, SMTP, TLSv1/SSLv3 connection security, multiple users, multiple identities, PGPv2/v5 encryption, unlimited hierarchical folders, an ARexx interface, etc...
https://yam.ch
GNU General Public License v2.0
63 stars 18 forks source link

Problem mit Yam210 #682

Open Gerwald66 opened 3 years ago

Gerwald66 commented 3 years ago

Submission type

YAM version

210

Used operating system

Used Amiga system

Amiga 4000 Turbkarte MK II 060@50 Grafikkarte ZZ9000

Expected behaviour you didn't see

Unexpected behaviour you saw

Yam does not recognize SSL. AmiSSL 4.6

Yam cannot load the update. Yam cannot reach gitHub server for update.

Steps to reproduce the problem

[...]

jtompuri commented 3 years ago

I have the same issue (YAM doesn't recognize AmiSSL) with the latest release of YAM (2.9p1) Amiga 500 using Individual Computer's ACA500plus expansion card and ACA1221lc acceleration card (68020 at 40Mhz). Amiga OS3/m68k OS 3.1.4.1. I have installed the latest AmiSSL 4.7 and AmiSSL seems to work with iBrowse.

@Gerwald66 I guess you cannon load updates or reach GitHub server for updates because it requires https connection using AmiSSL.

YAM error message: "AmiSSL not available". amissl-error

Futaura commented 3 years ago

YAM currently requires AmiSSL 4.3 to be installed - for technical reasons, it can't use newer versions. Best thing to do is run the AmiSSL 4.3 installer and immediately afterwards run the AmiSSL 4.7 installer. Then AmiSSL 4.3 and 4.7 will both be available.

I fixed this in the YAM code - see https://github.com/jens-maus/yam/pull/686 - so hopefully, sometime soon in the nightly builds, the fix will get included, which will mean YAM will then be able to use AmiSSL 4.4 or higher automatically.

jtompuri commented 3 years ago

Thank you for your help. I will install 4.3.

Futaura commented 3 years ago

The next nightly build (tonight?) should hopefully work with 4.7 too.