aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes HTTPS and Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "HTTPS and Java" Watch "HTTPS and Java" New topic
Author

HTTPS and Java

Matthew Mellott
Greenhorn

Joined: Nov 29, 2010
Posts: 14
So I've been trying to post to this url. Every diffrent way I try it I get the same errors:



I have no idea what these errors mean, let alone how to fix them. Here's my code:



I've used the SSLSocket class before without getting this error. I also tried implementing the above code using an SSLSocket and got identical errors to the ones above.
Thanks for the help!
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35237
    
    7
You're in luck: that's a FAQ - the SecurityFaq answers it.


Android appsImageJ pluginsJava web charts
Unnar Björnsson
Ranch Hand

Joined: Apr 30, 2005
Posts: 164
I've never done any http work with java but it seems to me that the site you are requesting https connection is missing or has expired SSL certificate. If you request webpage through https that has no SSL via browser the browser emits a warning. You can add an exception to that site if you want to, similarly (assuming that my first assumption about this exception is correct) you should be able to ignore this exception by putting the corresponding code in a try-catch block.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: HTTPS and Java
 
Similar Threads
HELP:Regarding CAed SSL certificate!
HTTP transport error - Webservices call
https client certificate
https client certificate
Not able to add certificate in keystore