We are using JBoss 5.1. We have deplo开发者_JAVA技巧yed a web service and wish to add certificate functionality. We have created a CA and a certificate signed by that CA (we used openssl and the java
this is my question/problem: I\'m making a URL request to a server that authenticates by SSL through https, but when I get the answer always returns empty when I convert the input to string.
I am working on a siteripper / screenscraper for looking up tracking information on the Royal Mail website. Unfortunately Royal Mail do not support an API, so this is the way to do it.
I have a store receipt window in https.I want to use window.location to change the location from https to http.
I\'ve written a WCF web service for consumption by a Silverlight app.Initially, the service only required a basic http binding.We now need to be able to deploy the service for use under both http and
My code is, Properties systemProps = System.getProperties(); systemProps.put( \"javax.net.ssl.trustStore\",
We\'ve walked into a problem that the images (folder, c开发者_开发百科ross and so on) of our ICEfaces tree will be loaded on each submit.
I\'m trying to automate some datascraping from a website.However, because the user has to go through a login screen a wget cronjob won\'t work, and because I need to make an HTTPS request, a simple Pe
I am using the Web template in dashcode. I want to change the datasource specification from http to https but I don\'t know how to specify username and password.
I have JIRA and TeamCity running on two separate servers both accessible via HTTPS and self signed certificates.