Tagged Questions
2
votes
0answers
223 views
KSoap2 HTTPS connection to web service
I'm using KSOAP2 to call to a web service. At first, I tried to work it without any kind of security (only HTTP) and the result was a success. Now I've added SSL security to my Web Service (it runs on ...
2
votes
0answers
342 views
Random occurence of javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
During the execution of My java code i get the this error message
Exception in thread "main" AxisFault faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
...
2
votes
0answers
176 views
httpClient.execute gives back no response
I want to make a request to a page that contains a .csv file, get it back and parse it. I've been searching a lot and I found a lot of questions about accessing secure connections and stuff, but I ...
2
votes
0answers
5k views
Cxf HTTPS client example
I need a Cxf client which can deal with HTTPS wsdl url.
The cxf documentation isn't really big, so i would appreciate some help.
Is there any example of what i want ? google isn't my friend today :(
...
1
vote
0answers
20 views
ResponseCache put never called
I am trying to cache images in an android app with this solution Android image caching. I have already implemented a specific ResponseCache and overriden the get and put methods.
Despite that, images ...
1
vote
0answers
440 views
Java https proxy (using https.proxyPort and https.proxyHost)
I was making a Java application that relies on setting http.proxyPort and http.proxyHost. There are two processes: One is the regular program, the other is the proxy. I have a simple socket listener ...
1
vote
0answers
104 views
how can I set the username and password of a https web service within java cxf generated client?
I have created client code of an https web service using soapUI and apache-cxf-2.7.2. There is a class named MYService_BasicEndpoint_Client.java which contains this method:
public static void ...
1
vote
0answers
109 views
Https login online banking
I am a complete beginner at this HTTP stuff so bear with me! I have looked around for tutorials and example code to try and help me log in to an online banking system. Here is my code. I believe I may ...
1
vote
0answers
56 views
How to get response from HTTP web service in HTTPS supported GWT application?
I have to call a HTTP web service written in C# from my GWT applicaiton, which runs over HTTPS.
But because of HTTP web service, every time i am getting an error: not allowed insecure content, which ...
1
vote
0answers
36 views
How to access SSL certificates stored in a DB from Apache CXF
I have a Rest service implemented using Apache CXF with HTTPS authentication. Currently, the certificates are stored in keystore files.
Is there any way to get the certificate from a DB rather than ...
1
vote
0answers
277 views
Call SOAP web-service using Windows proxy settings in Java
I'm writing a standalone java app.
I have to use default system (Windows XP, 7) proxy settings to call the SOAP web-services using HTTPS protocol.
To determine system proxy settings I use the ...
1
vote
0answers
442 views
javax.net.ssl.SSLProtocolException: Failure in SSL library, usually a protocol error
I have:
Company.cert.pem
ca_cert.pem
and I am trying to perform a ssl connection.
I generated mykeystore.bks from these two files(tried any combinations) and use the java code
from here Trusting ...
1
vote
0answers
145 views
Camel HTTPS Webservice Consumption - HTTP Status Code 500
I am able to successfully negotiate the SSL handshake and after that it fails with HTTP Status Code: 500.
We are using the DataPower to access the secured WS. I am able to invoke the service through ...
1
vote
0answers
134 views
Gravity Forms not loading under https, jQuery is not defined
I am using Gravity Forms on my Wordpress site, and so far so good. The problem is I have made the page secure (https/SSL), and this is making the form not to work.
It looks like the issue is how the ...
1
vote
0answers
71 views
Open from application HTTPS-page in browser with auto authentication
As the internet html-form, run POST to https://anysite.net/do.aspx?.... (httpS)
Form include fields: login, password, domain, etc.
I know target page, values of login, password, domain, etc.
I need ...