Hi All,
I am trying to send a custom http get request to web server and it is giving me Action.c(39): Error -27796: Failed to connect to server "<WebServerIP>:8080": [10060] Connection timed out [MsgId: MERR-27796].
After some discussion with dev people i found that <WebServerIP> cannot be pinged directly and they first log in to some surgemail server <SurgeMailIP> to connect to <WebServerIP> using a specific ssh private key ssh -i /etc/ssh/ssh_host_rsa_key abc@xxx.xxx.xx.xxx.
So my question is is there anyway we can script this in Vugen, do some workaround on the privatekey using script?
Any help will be highly appreciated.
Thanks,
Aayush