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
RNOXfer
Re: RNOXfer
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
Good work jPV!
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
Good work jPV!
PowerBook 5.8 MorphOS 3.18
Mac Mini MorphOS 3.18
Mac Mini MorphOS 3.18
Re: RNOXfer
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
I released version 1.0 now. Download links and screenshots at the homepage.
Re: RNOXfer
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.8 MorphOS 3.18
Mac Mini MorphOS 3.18
Mac Mini MorphOS 3.18
Re: RNOXfer
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.
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
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
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
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.8 MorphOS 3.18
Mac Mini MorphOS 3.18
Mac Mini MorphOS 3.18