How to upload a file via https (secure) using java? While I'm sending the same thing as the http url, it throws an exception like "javax.net.ssl.SSLHandshakeException: remote connection to the remote access node during a handshake." Can anyone advise me how to upload a file to https using java? Thanks in advance.
source
share