
- Onewaysync V3 18
- Onewaysync V3 14
SSL (Secure Socket Layer) is the standard technology used for enabling secure communication between a client and sever to ensure data security & integrity. SSL has evolved with time and several versions have been introduced to deal with any potential vulnerabilities. SSL V2 released in 1995 was the first public version of SSL followed by SSL V3 in 1996 followed by TLS V1.0 in 1999, TLS V1.1 in 2006 and TLS V1.2 in 2008.
For ensuring security of the data being transferred between a client and server, SSL can be implemented either one-way or two-way. In this post, I will briefly explain the difference between one-way SSL and two-way (mutual) SSL.
- Latest version: 20.1.7. File size: 7.7 Mb. Compatible with Windows 7/8/8.1/10/Server 2008/2012/2016/2019. Download 64-bit edition. Download PortableApps PAF package. Download U3 / U3P. Allway Sync Download Buy Pro Features Screenshots License agreement.
- Onewaysync exports playlists and their files to a MP3 player or any other windows path, including MTP devices. It supports on the fly conversion of audio files with various encoders. Current version: 0.7.0, released on 2020-09-06.
- Set language profiles (Sonarr v3 only) Filter syncing by content file quality (Radarr only) Filter syncing by tags (Sonarr/Radarr v3 only) Allow for a test run using testrun flag (does everything but actually sync) Configuration. Edit the config.conf file and enter your servers URLs and API keys for each server.
How One-Way SSL Works?
OneDrive - Is one way sync an option We have Mac and Windows users that are licensed for OneDrive for Business and we would like to use the 1TB storage per users we have. But how can you use the OneDrive client to take advantage of 1TB if it is syncing locally to the client computer. Blocs 3 1 0 3.
In one way SSL, only client validates the server to ensure that it receives data from the intended server. For implementing one-way SSL, server shares its public certificate with the clients.
Below is the high level description of the steps involved in establishment of connection and transfer of data between a client and server in case of one-way SSL:
1. Client requests for some protected data from the server on HTTPS protocol. This initiates SSL/TLS handshake process.

2. Server returns its public certificate to the client along with server hello message.

3. Client validates/verifies the received certificate. Client verifies the certificate through certification authority (CA) for CA signed certificates.
4. SSL/TLS client sends the random byte string that enables both the client and the server to compute the secret key to be used for encrypting subsequent message data. The random byte string itself is encrypted with the server's public key.
Onewaysync V3 18
5. After agreeing on this secret key, client and server communicate further for actual data transfer by encryping/decrypting data using this key.
Below is the pictorial description explaining how one way ssl works:
How Two-Way (Mutual) SSL works?
Contrary to one-way SSL; in case of two-way SSL, both client and server authenticate each other to ensure that both parties involved in the communication are trusted. Both parties share their public certificates to each other and then verification/validation is performed based on that.
Below is the high level description of the steps involved in establishment of connection and transfer of data between a client and server in case of two-way SSL:
1.Client requests a protected resource over HTTPS protocol and the SSL/TSL handshake process begins.
2 Server returns its public certificate to the client along with server hello.
3. Client validates/verifies the received certificate. Client verifies the certificate through certification authority (CA) for CA signed certificates.
4. If Server certificate was validated successfully, client will provide its public certificate to the server.
5. Server validates/verifies the received certificate. Server verifies the certificate through certification authority (CA) for CA signed certificates.
6. After completion of handshake process, client and server communicate and transfer data with each other encrypted with the secret keys shared between the two during handshake.
Onewaysync V3 14
Below image explains the same in pictorial format:
I have also uploaded a video with a detailed explanation of differences between one-way and two-way ssl, how one-way and two-way SSL work and a in-depth explanation of how SSL handshake takes place between client and server for SSL communication.
Watch the video below and also don't forget to subscribe to TutorialsPedia Youtube channel:
Further Reading: