You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adam Crain edited this page Jul 3, 2017
·
2 revisions
The proxy is configured using a INI style configuration file. Two sample configurations are provided that use the key/certificate artifacts generated by the ICF tool scripts:
config/example_proxy_config_preshared_keys.txt - A responder/initiator proxy pair that uses preshared key mode.
config/example_proxy_config_certificates.txt - A responder/initiator proxy pair that uses certificate mode.
The proxy is invoked with a single argument, the path to the configuration file:
.\ssp21-proxy.exe ..\..\config\example_proxy_config_certificates.txt
ms(1119817333) ssp21-proxy event initializing proxy: i-proxy
ms(1119817336) ssp21-proxy event initializing proxy: r-proxy
ms(1119817337) i-proxy info listening for connections on 127.0.0.1:20000, forwarding to 127.0.0.1:20001
ms(1119817339) r-proxy info listening for connections on 127.0.0.1:20001, forwarding to 127.0.0.1:20002
ms(1119817340) ssp21-proxy event begin io_context::run()