Entering edit mode
Julien FOURET
•
0
@julien-fouret-10091
Last seen 6.9 years ago
Hello,
I've some trouble (connectiontimeout) using RDAVIDWebService package, I know that the url has to be changed to https ( I found many post related to RDAVIDWebService in this forum...) , I am also well-registered. Moreover I manage to use the package with another computer.
I think that the problem comes from java proxy configuration !
I know nothing in JAVA but what I did to fix this proxy problem in unix termnal is :
alias java='java -Dhttp.proxyHost=proxy.univ-lyon1.fr -Dhttp.proxyPort=3128 -Dhttps.proxyHost=proxy.univ-lyon1.fr -Dhttps.proxyPort=3128 -Dftp.proxyHost=proxy.univ-lyon1.fr -Dftp.proxyPort=3128'
But it seems that's not working with R driven java application ia rJAVA...
Is there somebody able to help me to configure proxy settings in rJAVA ???
Thanks a lot,
Julien