Hi,
I've set up an SFTP synchronization with public key authentication and SFTP library. Works perfectly when connecting directly.
At work however I am behind an HTTP proxy. Therefore I changed the SSHd's listening port to 443 and added Web Tunneling in Syncovery conf as shown on the attached screenshot.
After trying to connect I'm getting the following in the log file:
===============================
Using client certificate "NUC_backup_RSA" with K:\soft\id_rsa.ppk.pub and K:\soft\id_rsa.ppk
SSH Exception: Access violation at address 00007FFD877F432A in module 'SSPICLI.DLL'. Read of address FFFFFFFFFFFFFFFF
Address: <Proxy IP address>
16.03.2016 13:28:30 FTP Exception (3): ETGFTPError Access violation at address 00007FFD877F432A in module 'SSPICLI.DLL'. Read of address FFFFFFFFFFFFFFFF @ 00000000014EDE73
ERROR
sftp://my.sftp.host/bkp/Backups: Cannot access sftp://my.sftp.host/bkp/Backups
(Access violation at address 00007FFD877F432A in module 'SSPICLI.DLL'. Read of address FFFFFFFFFFFFFFFF at 00000000014EDE73)
************************************************************************
ERROR (EPrepException): Cannot access sftp://my.sftp.host/bkp/Backups/
(Access violation at address 00007FFD877F432A in module 'SSPICLI.DLL'. Read of address FFFFFFFFFFFFFFFF at 00000000014EDE73) @ 0000000001962DEF
************************************************************************
Job preparation and/or building the filelist failed.
=========================================
Is this a bug or an expected behavior? I'm on Windows 8.1.
Thanks