English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 05 December 2018, 09:51   #41
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,252
- Install AmiSSL in SYS:Internet/AmiSSL/ (or where do you want)

;BEGIN AmiSSL
Assign AmiSSL: "SYS:Internet/AmiSSL"
If Exists AmiSSL:Libs
Assign LIBS: AmiSSL:Libs ADD
EndIf
Path AmiSSL: ADD
;END AmiSSL

- Created the folder "AmiSSL" in "SYS:Prefs/Env-Archive/"
- Run the command "setenv save AmiSSL/SSL_CLIENT_VERSION tls1"
- Done this will be created file "SSL_CLIENT_VERSION" in SYS:Prefs/Env-Archive/AmiSSL/
- File "SSL_CLIENT_VERSION" create inside written file "tls1"

Last edited by AMIGASYSTEM; 05 December 2018 at 20:41.
AMIGASYSTEM is offline  
Old 05 December 2018, 11:32   #42
Overmann
Registered User
 
Overmann's Avatar
 
Join Date: May 2014
Location: Norway
Posts: 379
Quote:
Originally Posted by AMIGASYSTEM View Post
- Install AmiSSL in SYS:Internet/AmiSSL/ (or where do you want)

;BEGIN AmiSSL
Assign AmiSSL: "SYS:Internet/AmiSSL"
If Exists AmiSSL:Libs
Assign LIBS: AmiSSL:Libs ADD
EndIf
Path AmiSSL: ADD
;END AmiSSL

- Created the folder "AmiSSL" in "SYS:Prefs/Env-Archive/"
- Run the command "setenv save AmiSSL/SSL_CLIENT_VERSION"
- Done this will be created file "SSL_CLIENT_VERSION" in SYS:Prefs/Env-Archive/AmiSSL/
- File "SSL_CLIENT_VERSION" create inside written file "tls1"
Thank you for the detailed description, but I get nothing.
I've added the text to user-startup, I've created the folder in env-archive, and I've run the command in shell (it gives no feedback, by the way), but no file is created when I run the command. I've installed using the 4.2 archive on aminet. Should I use something else? If I try resintalling it says that it sees that I already have an AmiSSL assign, so It at least is there.
Overmann is offline  
Old 05 December 2018, 12:46   #43
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,252
Strange that it is not created (you probably do not have OS 3.9), you can do it manually with Text Editor (see screenshot):

write tls1 and save the file as name SSL_CLIENT_VERSION

Copy file SSL_CLIENT_VERSION create in "SYS:Prefs/Env-Archive/"

If it does not work attached screenshot error

Last edited by AMIGASYSTEM; 13 December 2018 at 17:22.
AMIGASYSTEM is offline  
Old 05 December 2018, 12:56   #44
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,252
Not only iBrowser can AWeb access many HTTPS, even if they can not view everything

Last edited by AMIGASYSTEM; 13 December 2018 at 17:22.
AMIGASYSTEM is offline  
Old 05 December 2018, 13:05   #45
Overmann
Registered User
 
Overmann's Avatar
 
Join Date: May 2014
Location: Norway
Posts: 379
I've created the file now and placed it in "SYS:Prefs/Env-Archive/", but I still get the same message from iBrowse and AWeb. It's not really an error message, but it does not seem to find my AmiSSL-installation.

I must be overlooking something? Are there other dependencies? Other files I should install, or is the installer supposed to take care of everything? Am I supposed start AmiSSL in some way, or is it just there? As far as I can tell my folder "DH0:System\AmiSSL" only contains one file, openssl. There are documents, certs and libraries in folders there, but no other "files". Am I missing something?

EDIT: No I can tell from your DOpus4 screenshot that I'm not missing any files. Except for perhaps that .cnf file. I'll have a look.
Overmann is offline  
Old 05 December 2018, 13:38   #46
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,252
Then, delete all AmiSSL from your system including assignments.

I enclose an archive (in The Zone) with everything that can be used, With these files I did a quick test on an OS 3.1 and everything worked, follow the instructions, in bad english

AmiSSL-Config.zip
AMIGASYSTEM is offline  
Old 05 December 2018, 18:39   #47
Sir_Lucas
Registered User
 
Sir_Lucas's Avatar
 
Join Date: Dec 2008
Location: Norwich, UK
Posts: 668
Quote:
Originally Posted by Overmann View Post
I've created the file now and placed it in "SYS:Prefs/Env-Archive/", but I still get the same message from iBrowse and AWeb. It's not really an error message, but it does not seem to find my AmiSSL-installation.

I must be overlooking something? Are there other dependencies? Other files I should install, or is the installer supposed to take care of everything? Am I supposed start AmiSSL in some way, or is it just there? As far as I can tell my folder "DH0:System\AmiSSL" only contains one file, openssl. There are documents, certs and libraries in folders there, but no other "files". Am I missing something?

EDIT: No I can tell from your DOpus4 screenshot that I'm not missing any files. Except for perhaps that .cnf file. I'll have a look.
Delete your AmiSSL and everything related to it.
Install AmiSSL 3.6 first:
https://github.com/jens-maus/amissl/...SL-3.6-68k.lha

Open CLI and type in these lines in your CLI:

makedir env:amissl
setenv amissl/ssl_client_version tls1
copy env:amissl envarc:amissl

Reboot. It should work.
Sir_Lucas is offline  
Old 06 December 2018, 09:11   #48
Overmann
Registered User
 
Overmann's Avatar
 
Join Date: May 2014
Location: Norway
Posts: 379
Quote:
Originally Posted by AMIGASYSTEM View Post
Then, delete all AmiSSL from your system including assignments.

I enclose an archive (in The Zone) with everything that can be used, With these files I did a quick test on an OS 3.1 and everything worked, follow the instructions, in bad english

AmiSSL-Config.zip
That did it, thank you!
The OpenSSL addition to user-startup was new to me. Could that be what did it?
Overmann is offline  
Old 06 December 2018, 10:52   #49
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,252
Quote:
Originally Posted by Overmann View Post
That did it, thank you!
The OpenSSL addition to user-startup was new to me. Could that be what did it?
No, the OpenSSL assignment is required by the NetSurf Browser
AMIGASYSTEM is offline  
Old 07 December 2018, 00:18   #50
MartinW
Registered User
 
Join Date: Mar 2017
Location: Minehead / UK
Posts: 608
Yay! Just flicking through the forum today, I spotted this thread and can now finally download demos and stuff directly on my Amiga instead of having to d/l on my PC and upload to my FTP server.

Thank you to AmiSSL and the people in this thread

Now to lose a large chunk of my life downloading and watching demos
MartinW is offline  
Old 07 December 2018, 07:20   #51
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
AmiSSL 4

Quote:
Originally Posted by Sir_Lucas View Post
makedir env:amissl
setenv amissl/ssl_client_version tls1
copy env:amissl envarc:amissl

Reboot. It should work.

Only randomly on sites that still have not turned off support for TLS 1.0. There is an active effort to get rid of TLS 1.0 and as sites upgrade to new software, support for it will vanish.
kolla is offline  
Old 07 December 2018, 18:48   #52
Sir_Lucas
Registered User
 
Sir_Lucas's Avatar
 
Join Date: Dec 2008
Location: Norwich, UK
Posts: 668
Quote:
Originally Posted by kolla View Post
Only randomly on sites that still have not turned off support for TLS 1.0. There is an active effort to get rid of TLS 1.0 and as sites upgrade to new software, support for it will vanish.
Hope that by the time that happens IBrowse team will have AmiSSL updated to modern standards.
Sir_Lucas is offline  
Old 07 December 2018, 21:25   #53
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
Quote:
Originally Posted by Sir_Lucas View Post
Hope that by the time that happens IBrowse team will have AmiSSL updated to modern standards.

AmiSSL4 solves this, but programs like IBrowse needs to be updated to use it. IBrowse development seems insanely slow, as 2.5 has been "real soon now" through several AmiSSL4 releases.
kolla is offline  
Old 08 December 2018, 00:25   #54
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,252
The strange thing is that the only link where you can not log into with iBrowser is exactly "https://www.ibrowse-dev.net/" until some time ago it could be accessed Some time ago we discussed it here (Kolla you already know):

http://eab.abime.net/showthread.php?...light=ibrowser
AMIGASYSTEM is offline  
Old 09 February 2020, 13:23   #55
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
Fpu

Sorry to revive an old thread but is there any news regarding the AmiSSL V4 FPU issue?


I would really like to register iBrowse 2.5 to finally be able to visit https sites again.
Mathesar is offline  
Old 09 February 2020, 18:13   #56
nogginthenog
Amigan
 
Join Date: Feb 2012
Location: London
Posts: 1,311
Last news I heard from Oliver (IBrowse dev) was that he was looking for 68030 testers.
nogginthenog is offline  
Old 11 February 2020, 08:37   #57
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
Quote:
Originally Posted by nogginthenog View Post
Last news I heard from Oliver (IBrowse dev) was that he was looking for 68030 testers.
So, there is a new AmiSSL version in the works?
Pity I don't have a 030 to test with.
Mathesar is offline  
Old 11 February 2020, 15:15   #58
patrik
Registered User
 
patrik's Avatar
 
Join Date: Jan 2005
Location: Umeå
Age: 43
Posts: 924
Wouldn’t 68030+68882 testing in WinUAE work?
patrik is offline  
Old 11 February 2020, 15:37   #59
Mathesar
Registered User
 
Mathesar's Avatar
 
Join Date: Aug 2014
Location: Netherlands
Posts: 695
Quote:
Originally Posted by patrik View Post
Wouldn’t 68030+68882 testing in WinUAE work?
Maybe. But the issue was that AmiSSL V4 does not work without an fpu. So I guess he need testers with an 030 only (or ec040 / lc060...)
Mathesar is offline  
Old 13 February 2020, 22:44   #60
patrik
Registered User
 
patrik's Avatar
 
Join Date: Jan 2005
Location: Umeå
Age: 43
Posts: 924
Sorry, I should have said testing with a 68030-only config in WinUAE .
patrik is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
new AmiSSL hal9000 support.Apps 1 14 August 2016 18:23
AmiSSL v2 and AWEB with OS3.9?? BarrySWE support.Apps 7 12 November 2005 02:04

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 20:00.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10910 seconds with 13 queries