I am facing one weird issue on IBM AIX machine. It's working fine on windows and other unix box. The issue is:
Exception in thread "main" java.net.SocketException: Connection timed out:could be due to invalid address
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:372)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:233)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:220)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:378)
at java.net.Socket.connect(Socket.java:536)
at com.ibm.jsse2.jc.connect(jc.java:111)
at com.ibm.jsse2.jc.<init>(jc.java:359)
at com.ibm.jsse2.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:8)
at InstallCert.main(InstallCert.java:147)
I am trying to connect to wsk.op.fi it's bank site.
I am using InstallCert program to dowload certificates from wsk.op.fi:443 using proxy setting
The same program works fine on windows and other unix box. Please help me