• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SSL Communication error

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I try to connect to a web server thru HTTPS and I get the following exception:
***EXCEPTION[java.lang.RuntimeException: Error while silently connecting: org.w3c.www.protocol.http.HttpException: java.io.IOException: Proxy responded: HTTP/1.0 500 Error from proxy
at org.w3c.www.protocol.http.HttpURLConnection.error(HttpURLConnection.java)
at org.w3c.www.protocol.http.HttpURLConnection.checkReply(HttpURLConnection.java)
at org.w3c.www.protocol.http.HttpURLConnection.getResponseCode(HttpURLConnection.java)
Am I missing something while connecting to the web server?
I have set the parameters in my code to use a proxy server.
Thanks in advance.
Regards,
Ganapathi.
[ January 21, 2003: Message edited by: Ganapathi Srinivasan ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic