RNOXfer

Show off your project created with Hollywood
User avatar
jPV
Posts: 600
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

Re: RNOXfer

Post by jPV »

The first error is normal, because it fails for the self-signed certificate, because I have strict default settings. And then it continues fine after allowing it to continue... it gets logged in, but why on earth it fails with the filelisting transfer then? It just gives a generic connect error...

I updated the betas to get more detailed information, but I'll give you instructions privately to avoid you pasting passwords etc personal information to public :)
User avatar
emeck
Posts: 169
Joined: Fri Apr 03, 2015 3:17 pm

Re: RNOXfer

Post by emeck »

jPV wrote: Thu Mar 05, 2020 6:09 pm I updated the betas to get more detailed information, but I'll give you instructions privately to avoid you pasting passwords etc personal information to public :)
Logs sent by email.
PowerBook 5.2 MorphOS 3.15
PowerBook 5.8 MorphOS 3.15
Amiga 1200 BPPC/BVision AOS4.1 FE
User avatar
emeck
Posts: 169
Joined: Fri Apr 03, 2015 3:17 pm

Re: RNOXfer

Post by emeck »

SUCCESS! I am able to connect to my FTPS server with Explicit TLS and upload/download files with RNOXfer.

It was a server configuration. I had to set:
TLSOptions NoSessionReuseRequired

That seems to be the reason why some clients worked and others didn't.

So now I can connect from my windows/linux, android and MorphOS devices :D

Good work jPV!
PowerBook 5.2 MorphOS 3.15
PowerBook 5.8 MorphOS 3.15
Amiga 1200 BPPC/BVision AOS4.1 FE
User avatar
jPV
Posts: 600
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

Re: RNOXfer

Post by jPV »

emeck wrote: Fri Mar 20, 2020 5:22 pm It was a server configuration. I had to set:
TLSOptions NoSessionReuseRequired
Although it's funny why it affected, because RNOXfer reuses the connection and doesn't close it between the commands... unless it was because it tried to make the initial connection twice... well, who knows, but good that it works now and we know a work-around :)
User avatar
jPV
Posts: 600
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

Re: RNOXfer

Post by jPV »

I released version 1.0 now. Download links and screenshots at the homepage.
User avatar
emeck
Posts: 169
Joined: Fri Apr 03, 2015 3:17 pm

Re: RNOXfer

Post by emeck »

jPV wrote: Sat Apr 04, 2020 12:07 pm I released version 1.0 now. Download links and screenshots at the homepage.
Thanks for your work.

Just in case it could be useful for you, this is the tls.log.

With "TLSOptions NoSessionReuseRequired" commented:
2020-04-05 20:57:25,194 mod_tls/2.7[21594]: SSL/TLS-P requested, starting TLS handshake
2020-04-05 20:57:25,567 mod_tls/2.7[21594]: client supports secure renegotiations
2020-04-05 20:57:25,567 mod_tls/2.7[21594]: TLSv1.3 connection accepted, using cipher TLS_AES_256_GCM_SHA384 (256 bits)
2020-04-05 20:57:25,763 mod_tls/2.7[21594]: Protection set to Private
2020-04-05 20:57:25,796 mod_tls/2.7[21594]: starting TLS negotiation on data connection
2020-04-05 20:57:26,148 mod_tls/2.7[21594]: client did not reuse SSL session, rejecting data connection (see the NoSessionReuseRequired TLSOptions parameter)
2020-04-05 20:57:26,148 mod_tls/2.7[21594]: unable to open data connection: TLS negotiation failed


With "TLSOptions NoSessionReuseRequired" uncommented:
2020-04-05 21:01:42,492 mod_tls/2.7[22238]: SSL/TLS-P requested, starting TLS handshake
2020-04-05 21:01:42,867 mod_tls/2.7[22238]: client supports secure renegotiations
2020-04-05 21:01:42,867 mod_tls/2.7[22238]: TLSv1.3 connection accepted, using cipher TLS_AES_256_GCM_SHA384 (256 bits)
2020-04-05 21:01:43,094 mod_tls/2.7[22238]: Protection set to Private
2020-04-05 21:01:43,354 mod_tls/2.7[22238]: starting TLS negotiation on data connection
2020-04-05 21:01:43,697 mod_tls/2.7[22238]: TLSv1.3 data connection accepted, using cipher TLS_AES_256_GCM_SHA384 (256 bits)
PowerBook 5.2 MorphOS 3.15
PowerBook 5.8 MorphOS 3.15
Amiga 1200 BPPC/BVision AOS4.1 FE
tolkien
Posts: 190
Joined: Sun Oct 17, 2010 10:40 pm
Location: Spain

Re: RNOXfer

Post by tolkien »

I have a problem under MorphOS 3.13.
I run it and system freeze. I can't look any log tool. I can only reboot the system by switching off the mac.
The programa looks great so lets see if I can repair it.
User avatar
jPV
Posts: 600
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

Re: RNOXfer

Post by jPV »

emeck wrote: Sun Apr 05, 2020 9:18 pm 2020-04-05 20:57:26,148 mod_tls/2.7[21594]: client did not reuse SSL session, rejecting data connection (see the NoSessionReuseRequired TLSOptions parameter)
Could you try to disable the "Verify certificates" option from Settings, and try again? Then it should make only one connection try initially if it's that what confuses it.
User avatar
jPV
Posts: 600
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

Re: RNOXfer

Post by jPV »

tolkien wrote: Sun Apr 05, 2020 9:42 pm I run it and system freeze. I can't look any log tool. I can only reboot the system by switching off the mac.
The programa looks great so lets see if I can repair it.
Oh, interesting... does it open any window or does it freeze before anything visible is shown? Do you have the latest AmiSSL (4.5)? Do you have different versions of .hwp files in RNOXfer's directory and in libs:Hollywood/ ?
User avatar
emeck
Posts: 169
Joined: Fri Apr 03, 2015 3:17 pm

Re: RNOXfer

Post by emeck »

jPV wrote: Mon Apr 06, 2020 6:57 am
emeck wrote: Sun Apr 05, 2020 9:18 pm 2020-04-05 20:57:26,148 mod_tls/2.7[21594]: client did not reuse SSL session, rejecting data connection (see the NoSessionReuseRequired TLSOptions parameter)
Could you try to disable the "Verify certificates" option from Settings, and try again? Then it should make only one connection try initially if it's that what confuses it.
With "Verify certificates" unchecked and "TLSOptions NoSessionReuseRequired" commented, the requester opens:
---
Certificate verification failed:
Transferred a partial file! (18)

Do you want to disable checks and retry?
---

Sent the window log and debug output by email.
PowerBook 5.2 MorphOS 3.15
PowerBook 5.8 MorphOS 3.15
Amiga 1200 BPPC/BVision AOS4.1 FE
Post Reply