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

link|improve this question
2  
Did you try to traceroute or ping the external host (from AIX box)? – home Jan 16 at 9:18
I tried this telnet wsk.op.fi 443 Trying...and it time out – user1151505 Jan 16 at 11:20
1  
So it looks like that you have a general network issue. Ask your network operations team on how to connect to the internet, maybe it's just forbidden by rule? – home Jan 16 at 11:38
But we are able to connect to site wsk.op.fi/services/CorporateFileService and that mean we have internet connection but it doesn't work for wsk.op.fi – user1151505 Jan 16 at 11:55
Maybe your ports are blocked – home Jan 16 at 11:57
show 4 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.