This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes Applet, https & proxy Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Applet, https & proxy" Watch "Applet, https & proxy" New topic
Author

Applet, https & proxy

Fabien Bergeret
Greenhorn

Joined: Aug 10, 2004
Posts: 3
I have an applet that connects to a server through a proxy using https.
It works fine most of the time.
Sometimes (? maybe when the network is heavily loaded), a SocketException occurs with either the "unexpected end of file" message or "Software caused connection abort: recv failed" message when calling URLConnection.getInputStream()
I use JRE 1.4.2_08.
Any clue ?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Applet, https & proxy
 
Similar Threads
ClassNotFoundException
create web service client url https
Applet Server communication for SAX Parser Delaying the process
Failing applet connection with (SSL) https connection using proxy
Https(JRE 1.4.1) issues related using a Proxy to connect to Tomcat.