0
votes
0answers
3 views

Find out if a Secure Web Service is accessible from a machine

I have a Secure Web Service which can be accessed from any public domain. But, for a particular user, the service is unreachable, but they say the server is reachable for them. Is there any mechanism ...
0
votes
1answer
28 views

Not able to access webservice using https protocol (ssl)

We had a webservice that is recently exposed over https. When we try to connect to it over https using JAX-WS client, it throws following exception com.sun.xml.ws.client.ClientTransportException: ...
-3
votes
0answers
17 views

How do you access a website requiring a client certificate? [closed]

I have a Windows 2008 Server hosting a web site in IIS - I configured SSL and set it to require client certificates. How do I view the website from another machine? I tried to export my local ...
0
votes
2answers
33 views

Can I get an Intermediate Certificate to sign SSL Certificates for my own domain myself?

I am maintaining a project with quite a large server infrastructure. At the moment I am using several SSL certificates for different subdomains, and that's not easy on the pocket. A far more ...
0
votes
0answers
44 views

breaking connection when calling web-service through https

I'm trying to call web service (written in java) from .NET client app. I'm calling this web-service in a loop and with every call it is returning packets of data. I monitor traffic with fiddler. When ...
0
votes
0answers
41 views

mutual-authentication Android- SSL Web Service

I have a REST web service. I like make mutual-authentication client with digital certificate from Android under SSL, but i don't have idea. Can you help me to start with some tips o code example ? ...
0
votes
0answers
33 views

Publish project on remote IIS, using SSL web-service

I have a asp.net web-application, which I have published on the remote IIS. The application uses web-service with SSL-certification. It works good on local IIS and an error on remote IIS, when I try ...
0
votes
0answers
14 views

Glassfish does not recognize a certifcate after it's been imported

I need Glassfish to connect to a website to consume web services. I've imported the website's certificates into the Glassfish keystore, but whenever Glassfish tries to connect via SSL I get a ...
0
votes
0answers
136 views

Using ssl between webservice and client in WebSphere 7.0

I have an issue - using ssl on webservice. I have read this topic Implementing SSL , JAX-WS webservice on IBM Websphere Application server and made all the same step by step , but when I restated the ...
0
votes
0answers
88 views

Two-way ssl authentication between WebLogic and IIS

I'm trying to create SOAP WebService between WebLogic and ISS 6 (IIS 7) and use two-way SSL authentication. Does IIS, WebLogic allow such configuration? Is there any restrictions on IIS, WebLogic ...
0
votes
0answers
10 views

how to handle calls between web apps running on a server that requires SSL and Radius authentication

I'm just wondering how to handle scenarios where you have two web applications living on the same box...one calls the other via curl. We just changed the configuration so that SSL certs and radius ...
0
votes
0answers
49 views

soapUI with encrypt password by keystore

I am working with 'soapUI' and I need to have a usernameToken in my request and secure the connection (I use a .pfx file in ssl preferences). I can speak with the server, however the server replies ...
2
votes
2answers
266 views

Java HTTP post using HTTPS Confusion - javax.net.ssl.SSLException: hostname in certificate didn't match

I'm sending an https POST on some url using Apache HttpClient. HttpClient httpClient = new DefaultHttpClient(); HttpPost httpPost = new HttpPost(url); HttpResponse response = ...
0
votes
0answers
48 views

Enabling HTTPS over a WCF Service on IIS

Asking this question again in stack overflow seems stupid as there are enough posts already on this topic...but i can see that every post has its own way of achieving this..So my config file is ...
0
votes
0answers
158 views

Web Service with https only certificate - 403 forbidden on Android

I'm trying to connect my android application via https to my webservice and I keep getting System.Net.WebException: There was an error on processing web request: Status code 403(Forbidden): Forbidden ...
1
vote
0answers
54 views

Error when navigating to a https URL with non standard port on Gingerbread

I'm developing an Android App which connects to a webservice located in this URL: "https://awsh.agresso.no:444/" I can connect from HoneyComb to JellyBean devices without problems, but I get a SSL ...
1
vote
0answers
69 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
99 views

Getting exception while providing SSL Certificate to Web Service Object

I'm working with window from application that uses the web service. That web service require the client to pass SSL certificate along with its object. But I'm Getting the exception "cryptographic ...
0
votes
0answers
202 views

accessing WSDL in weblogic cluster if SSL enabled

I have a situation. I have configured a load balancer on environment with. There weblogic servers . Now I have installed My soap and REst web service applications on server. rest web service ...
0
votes
1answer
53 views

Will HTTPS Authentication Slow My Application?

I am building a web application and RESTful web service. I have been reading various articles about the best way to authenticate the requests to the web service. The best option for me seems to be ...
0
votes
0answers
88 views

consum web services over ssl from my web app

my english isn't good, but i'll going to try to explain myself. I need to consume a webservice over ssl from my web app. the developers of web services gave me a .p12 certificate. I could consume web ...
1
vote
1answer
279 views

Create a trusted ssl handshake with server using Java

I need help creating a trusted connection with a web service using Axis2 and org.jsslutils.sslcontext.X509SSLContextFactory. I have a generated client cert from the web service's admin console ...
4
votes
1answer
234 views

GRAILS - web service client using client certificate

I am trying to write a Web Service test and it needs to connect to a Web Service using a client certificate. I have already set up a server that accepts client certificates and it works correctly when ...
1
vote
1answer
40 views

How to debug SSL/TLS in server side

I have an application which connects to the server using ssl/tls protocol, what I want to know is in which cipher does it choses to do the handshake, my application server is on IIS win2008r2 , thou I ...
0
votes
0answers
103 views

Different behavior of WCF service on IIS and ASP.NET development server (with port)

Yesterday my WCF service worked in the both cases: 1) IIS7 http://localhost/ProjectName/WebServices/WebWCF.svc 2) ASP.NET development server http://localhost:58677/WebServices/WebWCF.svc Today ...
1
vote
1answer
140 views

Passing Image URL as Parameter To SSRS Webservice

How must I pass Image URLs as parameters to SSRS under context of SSL? I am using the SSRS web service to generate and save a report and I send the image URLs of graphs used in the report as ...
2
votes
1answer
121 views

How to secure a web service with ssl

I an building a Java EE application with Netbeans 7.3.2 using Javafx as a client to be served by web services from the EJB. I want to add SSL to secure the web services communication with the client ...
0
votes
0answers
209 views

Webservice SSL certificate check leads to java.rmi.RemoteException

We are busy connecting to an https web service over a VPN from a java based application running in Websphere. We received the certificate in a keystore plus a keystore password from our webservice ...
0
votes
1answer
284 views

ios - Restkit and SSL certificate error

I have a tomcat server that uses a self signed SSL certificate and is running a web service. I am trying to connect to the web service with Restkit. However, I am getting an error related to ...
0
votes
1answer
66 views

SSL Exception when WebService endpoint url has https

I am getting the below exception when I invoke a jax ws webservice from my application deployed in WebSphere Application Server 6.1 SSL HANDSHAKE FAILURE: A signer with SubjectDN "CN=yyy.com, OU=For ...
2
votes
1answer
129 views

PHP SoapClient with self-signed cert in Java

One of WS which we need to connect to has sample code in PHP. They are signed for us CSR ... so we have now PRIVATE KEY and CERTIFICATE for authentication. They suggest to put both, PRIVATE KEY, and ...
0
votes
0answers
78 views

SSL integration for SOAP in java - error

I want to create Security for the SOAP services created. I have started creating SSL for the services. But landed with error. Steps I have followed : Generated key using following keytool ...
0
votes
1answer
273 views

Webservice with Clientcertificate gives error Could not create SSL/TLS secure channel when running in IIS

I have the following code to access a webservice using a Client certificate. All seems to work fine when I run this code in a console application. If I try to run it from a web application running in ...
1
vote
0answers
77 views

What do I need to do to connect to a web service that uses RC4 and High Level SSL Ciphers?

Our website connects to an external web service, and it abruptly stopped working last week. Upon looking into the problem, it appears that the problem occurred because the web service vendor switched ...
3
votes
1answer
334 views

Accessing ssl server (web service) from .net client

I’m tryng to access a ssl server (web service) from a .net client (c#). I have access to a java client code that can connect to the server. Included in the source code are 3 files (saPubKey.jks, ...
0
votes
1answer
138 views

Interceptor break web service ssl connexion

I have an ejb endpoint webservice secured with ssl (glassfish 3.1.2 and jax-ws) I'm logging users activties using an interceptor : @Statless public class WebServiceInterceptor { @Resource ...
0
votes
1answer
13 views

Sharepoint Proxied Queries

I am writing a web app in PHP for our Joomla CMS that needs to query a SharePoint web service that is locked down under SSL/HTTPS. My server is also running SSL and user's authenticate to MY web ...
0
votes
0answers
163 views

How to force Axis2 to validate server certificates (including CN)?

I'm trying to determine how to make Axis2 validate the server certificate when using SSL. I am finding in my local development environment that server certificates that are signed by a custom CA ...
0
votes
0answers
71 views

Sonic MQ (Webservice response) and LDAP SSL are not simultaneously configurable [closed]

We are facing a technical issue in our application. Any guidance to this would be much appreciated: The application has a Sonic MQ connection, along with an LDAP SSL connection. As per Sonic MQ API ...
0
votes
0answers
75 views

Axis2 internal error

After a long struggle configuring Axis2 on the Client Side, i'm stuck with an internal error: org.apache.axis2.AxisFault: Internal Error at ...
-7
votes
1answer
177 views

Digital Certificate doubts [closed]

I have below doubts regarding Digital Certificate Sorry for long queries: "A self signed certificate is a certificate that is signed by the person creating it rather than a trusted certificate ...
1
vote
1answer
537 views

SSL Connection for consuming web services

I've some questions about establishing SSL connection for my web service. So I generated a java web service project with CXF's tool "WsdlToJava". Now I wan't to consume my web service, which is hosted ...
0
votes
2answers
163 views

Calling web service over SSL Domain Name

Hey all i seem to be having problems with calling my web service over SSL. Calling it from a non-ssl URL works just fine. When trying to connect to the web service in VB.net it gives me this: So i ...
0
votes
0answers
246 views

cxf mutual authentication

i'm developing a java cxf stand alone client that have to authenticate with the server (2 ways authentication). following CXF documentation I created the the cxf.xml and referenced the key/trust ...
2
votes
0answers
174 views

Failed on consuming a SSL Https 443 non IIS/.NET Webservice via a C# .NET client.

If you ever thought you can consume a webservice running on a server that only runs HTTPS using .NET...give it up: Is not possible, the proxy files created by the VS, spread all over the XML config ...
2
votes
1answer
324 views

Android - validating self-signed certificates in addition to normal SSL certificates

I have an Android application that calls web services over SSL. In production we will have normal SSL certificates that are signed by a trusted CA. However, we need to be able to support self-signed ...
0
votes
2answers
673 views

SSL Certificate add failed when binding to port

I created a WebService using WCF. I'm doing self hosting and I want to enable HTTPS. From my understanding for this to happen, I need to create a certificate and bind to the port that I want to use. ...
0
votes
0answers
315 views

weblogic webservices communication over ssl

I have webapplication on weblogic server 12 which is webservice client. Application tries communicate with another server over ssl. But exception occurs. <10.10.2012 17:38:24 EEST> ...
0
votes
0answers
185 views

LoadUI SSLPeerUnverifiedException: peer not authenticated

I'm doing functional and load testing for my web services using soapUI and loadUI. Even though it's working fine in soapUI, running the soapUI test suite in loadUI gives me the error: ...
1
vote
0answers
184 views

Secure SSL Webservices under Glassfish

Hello I'm deploying a webservice (ejb) under Glassfish, I just follow this steps without any result ...

1 2 3 4 5