Page 2 of 3

Re: RNOXfer

Posted: Thu Mar 05, 2020 6:09 pm
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 :)

Re: RNOXfer

Posted: Fri Mar 06, 2020 11:02 am
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.

Re: RNOXfer

Posted: Fri Mar 20, 2020 5:22 pm
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!

Re: RNOXfer

Posted: Sun Mar 29, 2020 5:47 pm
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 :)

Re: RNOXfer

Posted: Sat Apr 04, 2020 12:07 pm
by jPV
I released version 1.0 now. Download links and screenshots at the homepage.

Re: RNOXfer

Posted: Sun Apr 05, 2020 9:18 pm
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)

Re: RNOXfer

Posted: Sun Apr 05, 2020 9:42 pm
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.

Re: RNOXfer

Posted: Mon Apr 06, 2020 6:57 am
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.

Re: RNOXfer

Posted: Mon Apr 06, 2020 7:00 am
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/ ?

Re: RNOXfer

Posted: Mon Apr 06, 2020 9:11 am
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.