KeepLocalUpToDate not working
Hi, i am an absolute newbie.
I am trying to use this script but I get this error:
and copy/pasted into the script file
but I still get the same error
any help?
[EDIT]
searching the forum I added the following string
and it works now
I am trying to use this script but I get this error:
I generated the sessionUrl which looks like thisException calling "Open" with "1" argument(s): "Connection failed.
Peer certificate rejected
Disconnected from server
Connection failed."
ftps://xxx:xxx%21;fingerprint=xx-58-e7-2a-xx-77-30-xx-2e-00-2e-xx-67-7a-xx-fa-16-xx-xx-xx@12x.11x.xxx.xxx/
and copy/pasted into the script file
$sessionUrl = "ftps://xxx:xxx%21;fingerprint=xx-58-e7-2a-xx-77-30-xx-2e-00-2e-xx-67-7a-xx-fa-16-xx-xx-xx@12x.11x.xxx.xxx/",
but I still get the same error
any help?
[EDIT]
searching the forum I added the following string
$sessionOptions.TlsHostCertificateFingerprint = "xx-58-e7-2a-xx-77-30-xx-2e-00-2e-xx-67-7a-xx-fa-16-xx-xx-xx"
and it works now