Hello,

I try to setup java cas-client 3.1.3 behind a firewall that blocks all
output trafic (especially, the http(s) request to the Internet). We have a
http(s) proxy that could be used to access the Internet.

So, without using this http proxy, when my cas client try to verify the
ticket, I got this error:

09:50:21.850 - ERROR
[org.jasig.cas.client.validation.Cas20ServiceTicketValidator:49] -
java.net.NoRouteToHostException: No route to host
java.net.NoRouteToHostException: No route to host
        at java.net.PlainSocketImpl.socketConnect(Native Method)
[na:1.5.0_16]
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
[na:1.5.0_16]
        at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
[na:1.5.0_16]
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
[na:1.5.0_16]
...


I tried to define http proxy when starting my java application using
"-Dhttp.proxyHost=proxyout.inist.fr -Dhttp.proxyPort=8080" but it seams to
be ignored.

Any help is very welcomed.
regards,
Stéphane Gully
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to