Can't create Session via Proxy in .Net Assembly [5.2.5 beta]
Hi,
It looks like a bug.
I have a tunnel setup already on my computer and want to use the new ,advanced features such as ignoring certificates,File transfer Progress..etc available in the beta library.
How ever I can't seem to establish a session via the proxy using the new beta .NET Assembly Libraries.
I'm using powershell and setting up the proxy settings via :
I get the error "Connection has been unexpectedly closed. Server sent command exit status 0."
I generated the logs and it says it failed due to incorrect password, but the same script works perfectly when i use the current stable release.
It looks like a bug.
I have a tunnel setup already on my computer and want to use the new ,advanced features such as ignoring certificates,File transfer Progress..etc available in the beta library.
How ever I can't seem to establish a session via the proxy using the new beta .NET Assembly Libraries.
I'm using powershell and setting up the proxy settings via :
$sessionOptions.AddRawSettings("ProxyMethod", "2") $sessionOptions.AddRawSettings("ProxyHost", "127.0.0.1") $sessionOptions.AddRawSettings("ProxyPort", "9000")
I get the error "Connection has been unexpectedly closed. Server sent command exit status 0."
I generated the logs and it says it failed due to incorrect password, but the same script works perfectly when i use the current stable release.