jlite.GridAPIException: org.glite.wms.wmproxy.ServiceException: ;
nested exception is:
javax.net.ssl.SSLHandshakeException: Received fatal alert:
certificate_unknown
at jlite.GridSessionImpl.delegateProxy(GridSessionImpl.java:
200)
at jlite.GridSessionImpl.delegateProxy(GridSessionImpl.java:
184)
at br.inpe.cptec.testjlite.Demo.main(Demo.java:88)
Caused by: org.glite.wms.wmproxy.ServiceException: ; nested exception
is:
javax.net.ssl.SSLHandshakeException: Received fatal alert:
certificate_unknown
at org.glite.wms.wmproxy.WMProxyAPI.grstGetProxyReq
(WMProxyAPI.java:254)
at jlite.GridSessionImpl.delegateProxy(GridSessionImpl.java:
193)
It appear after proxy creation, when this proxy is delegated...
Thanks in advance!
Alexandre
Try to run it in debug mode and attach a debug log.
Regards,
Oleg
This error was caused by a blocked port in the network.
After unblock of some ports related with wms and gridftp, I solved
this problem...
Thanks by help! Sorry by late reply!