Hi there
I'm using SecureBridge SSH Client & SSH Channel for remote port forwarding. I would like to use these client components in the same process as my webserver (that listens on the destination port of the tunnel).
Unfortunately I'm getting lots of Access-violations from the securebridge components when the webserver is in the same process.
The same configuration of Securebridge components works when in a separate process or when the webserver part is not started.
The Webserver I'm using is running inside an embedded Python environment in Delphi, it doesn't use delphi http components but binds directly to sockets via winsock.
I'm using Version 2.60.0.14 of Securebridge.
Any ideas what could be wrong?
Cheers
Camuel