Welcome, Guest. Please login or register.

Author Topic: AmiSSL 4.0 for AmigaOS4/PPC and AmigaOS3/m68k released  (Read 2091 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thorham

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1149
    • Show all replies
Re: AmiSSL 4.0 for AmigaOS4/PPC and AmigaOS3/m68k released
« on: February 08, 2017, 12:01:31 PM »
Quote from: Rotzloeffel;821764
As another side note: You can! you have to set the correct env-variable to be compatible with TLS1 :D
So, that's why I couldn't get onto many sites with IBrowse. Thanks for that :)

One thing: That that command makes a variable called save. You have to make a directory in ENV: called amissl, and then use the command without save include.
 

Offline Thorham

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1149
    • Show all replies
Re: AmiSSL 4.0 for AmigaOS4/PPC and AmigaOS3/m68k released
« Reply #1 on: February 08, 2017, 02:32:44 PM »
Quote from: Rotzloeffel;821778
YES! You are right! a directory called amissl must be available in env: and also in envarc:

sorry, i forgott! Thanks for clarification :)
The IBrowse site has the same error.

For everyone who needs the work around, this is correct (tested for AOS3):
Code: [Select]
makedir env:amissl
setenv amissl/ssl_client_version tls1
copy env:amissl envarc:amissl
Just make sure that in IBrowse AmiSSL 2 and 3 are enabled.
 

Offline Thorham

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1149
    • Show all replies
Re: AmiSSL 4.0 for AmigaOS4/PPC and AmigaOS3/m68k released
« Reply #2 on: February 11, 2017, 09:56:36 PM »
Quote from: broadblues;821976
That's on AmigaOS 4 but I'm fairly sure that's standard on OS3 as well.
On AOS3 this doesn't work. Setenv save variable value will make a variable called save, hence the approach I posted. That's why people were having problems with the workaround as posted on the IBrowse site, see here on EAB: http://eab.abime.net/showpost.php?p=1139680&postcount=10
« Last Edit: February 11, 2017, 09:59:38 PM by Thorham »
 

Offline Thorham

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1149
    • Show all replies
Re: AmiSSL 4.0 for AmigaOS4/PPC and AmigaOS3/m68k released
« Reply #3 on: February 21, 2017, 09:21:04 AM »
Quote from: cha05e90;822474
Of course it works.
You're absolutely right. I should've mentioned that I meant 3.0 (and probably 3.1). On 3.0 it really does fail, though.