Getting FileNotFound Exception while using https url connection
843811Sep 11 2001 — edited Feb 6 2002Hi
I am facing a serious problem in running the code. I am using JSSE in my code and through this application I am hitting a URL which is also using HTTPS and that code is also using JSSE in servlets.
Now when I use the code I get a FileNotFoundException which says that the particular servlet is not located. I have given debug mode on and I could see that initial handshake is over and after that its throwing FileNotFoundException.
This problem is very serious because this system is live and now for this particular case where both the server and client are using JSSE , is failing.
Kindly suggest me some solution
Best Regards
vrkirubakaran