Forum Discussion
richie
Community Hero
Hi hvspa,
I didnt know the answer to this so i had a bit of a search.
There are old posts going back 5 and 9 years saying SoapUI doesnt support SOCKS proxy, but it appears that a forum member found a workaround several years ago.
Perhapa the following link will sort it out for you
https://community.smartbear.com/t5/SoapUI-Open-Source/Does-SOAPUI-5-support-connection-through-SOCKS/td-p/97480
Cheers,
Rich
I didnt know the answer to this so i had a bit of a search.
There are old posts going back 5 and 9 years saying SoapUI doesnt support SOCKS proxy, but it appears that a forum member found a workaround several years ago.
Perhapa the following link will sort it out for you
https://community.smartbear.com/t5/SoapUI-Open-Source/Does-SOAPUI-5-support-connection-through-SOCKS/td-p/97480
Cheers,
Rich
hvspa
5 years agoNew Contributor
thanks much for reaching back Richie,
actually the suggestion was already in the config. maybe previously it was not being set correctly in the vmoptions file, but in my release it was there:
-Djava.net.preferIPv4Stack=true
-DsocksProxyHost=127.0.0.1
-DsocksProxyPort=1080
the thing is that it just sets http proxy, whereas i am looking for socks5.
thanks again,
art
- nmrao5 years agoChampion Level 3Does it work with above arguments?
Here is java documentation
https://docs.oracle.com/javase/6/docs/technotes/guides/net/properties.html- hvspa5 years agoNew Contributor
thanks NMRAO,
following is the config from my vmoptions file and it does not work:
-Djava.net.preferIPv4Stack=true
-DsocksProxyHost=127.0.0.1
-DsocksProxyPort=1080my question is generic. i'd like to know if SOAPUI(the code itself) supports socks proxy or not? it might be supporting only http proxy...
i'd appreciate if someone can confirm that.
thanks 🙂
- nmrao5 years agoChampion Level 3Could not find any of the above arguments in the github.com/smartbear/soapui (the source code)
Related Content
- 10 years ago
- 3 years ago
- 7 years ago
- 3 years ago
Recent Discussions
- 15 years ago