Tagged Questions
0
votes
1answer
36 views
How do I use our private key to make a web service call?
We're using Java 6, JBoss 7.1.1 and Spring 3.1.1.RELEASE. I'm trying to write an application that will request data from a WSDL on a corporate web site and then write that data back to a local ...
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 ?
...
3
votes
1answer
67 views
JBOSS 7 with two contexts. One with SSL Mutual Auth and the other just SSL
We are having a problem to configure our JBoss. We are tring to configure it to make it possible to use at the same time Mutual auth and to don't use it.
Like:
https://example.com/contextA/ (Requires ...
0
votes
1answer
17 views
Secure WCF service, what sort of authentication needed in addition to SSL protocol?
I have a server with SSL certificate and would like to implement a WCF service with username authentication. Can anyone point me to a simple current example?
I find lots that use the 509 certificate ...
0
votes
2answers
28 views
What more do I need than SSL? Why
I'm in the middle of creating a RESTful API for a personal project and I've been reading about api authentication. It is probable that I just don't understand what different things are for. What is ...
0
votes
0answers
9 views
Use SSL Certificates to for Authorization by checking explicitly for correct certificate?
we develop an application where different components communicate over the network. To simplify my example, just assume we have 3 Components. 1 Server and 2 Clients.
These communicate via SSL. To have ...
1
vote
3answers
122 views
Socket authentication with SSL
ANSWER: I'm using Mutual SSL Authentication. Now there isn't any problem :)
I'm working on a server project. I've tried authenticate client with a XOR encrypt-decypt method but this isn't secure ...
2
votes
1answer
74 views
security and authentication protocols
I was researching the topic of authentication protocols, specifically protocols that work well with JAVA and REST API, and had a question regarding the subject.
The architecture of the required system ...
1
vote
0answers
55 views
SSL certificates authentification at ASP.NET. Force IE ask certificate after user press cancel
I'm creating SSL authentification using ASP.NET. What users launches the site we see a window for certificates selection (IIS configured to accept user certificates). It look like this.
We have 2 ...
0
votes
1answer
63 views
SSL throwing error 185090050 while authentication via Oauth
I am trying use Google's Oauth to connect to Google adsense and am getting this error.
Any clues to fix it?
Anyone has faced such a issue before in python?
Traceback (most recent call last):
...
2
votes
0answers
65 views
Using SSL from a CA for server + allowing ssl client authorization that is self-signed with Node.js
First time working with SSL client authentication. The way it works with node.js while mixing with a certificate issued by a third-party CA (in this case it is StartSSL) is confusing me.
On ...
0
votes
2answers
35 views
Https - Token becomes invalid after internet disconnection?
The question may sound silly, but it has been long since I dealt with security issues on the web.
If a user logs in and gets a token that's valid for 30 minutes. After a few minutes, he disconnects ...
0
votes
0answers
112 views
CAS + Spring security, SSL issue connect timeout
I have some problem with CAS authentication.
Let me explain my situation.
CAS configuration is Tomcat + Spring Security + CAS, client is also using spring security.
I have 2 server. It is load ...
0
votes
0answers
33 views
How can I be sure a client software is authentic?
I am currently working on a small video game. I decided to have some game statistics, player ranking online, so I have a server handling client requests and storing all that in a database. So far so ...
0
votes
2answers
117 views
configure tomcat for client authentication only for specific URL patterns
I have an application with a few war files all deployed on the same tomcat server. I need to force client authentication only for one war context, and only for a specific URL.
I've read a lot on the ...
0
votes
2answers
42 views
Validate if current ssl is server's ssl
I've been looking around for a way to check if a user has connected to my website using the right (my server's) SSL certificate in PHP. I guess my question is similar to this one,
except that I'm not ...
0
votes
1answer
52 views
SSL authentification
I need to make something like ssl certificate authentification at web site. As far as I understand my task I need to get user's ssl certificate and send it to server what will decide can user be ...
0
votes
0answers
26 views
Using xlightweb how to authenticate a server (if it uses trusted CA's in its certificate chain)
Basically i'm creating a HTTPS connection using xlightweb, as follows:
SSLContext ctx = SSLContext.getDefault();
HttpClient httpClient = new HttpClient(ctx);
Is there a way (either in ...
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 ...
1
vote
1answer
146 views
Securing Socket.io
I am using a Node.js based https server that authenticates using HTTP Basic (which is fine as the data are sent over the SSL encrypted connection).
Now I want to provide a Socket.io connection which ...
0
votes
1answer
36 views
Is this Security/Authentication ok for my REST API?
I have a restful API, and I have assigned them all a userId and a secret key. To call the API they provide those credentials for the HTTP Basic Authentication credentials over SSL.
Is this safe ...
6
votes
2answers
925 views
Using jQuery's ajax() function with an SSL client certificate
I want to make a XHR call to a REST service using the ajax() function of jQuery. Basically, this works fine, but the REST service is only accessible by https, and requires the client to authenticate ...
1
vote
0answers
214 views
nginx ssl client certificates with signed root and intermediate
I am trying to set up ssl client authentication. I am using startssl as a CA if that makes any difference. I obtained a root certificate, an intermediate certificate, and a client certificate from ...
3
votes
1answer
73 views
PYTHON SSL - The difference between two ways to set up a ssl connection
I'm trying to set up a connection using ssl between a client and a server that I develop.
Base on this : http://bobthegnome.blogspot.fr/2007/08/making-ssl-connection-in-python.html
I created a simple ...
-1
votes
2answers
56 views
How to protect user authentification without SSL? [closed]
I'm building an Android cloud app that asks the user to authenticate himself on a remote PHP/MySql server. As for now, I'm using a basic http post request to do so. I understand this is dangerous, ...
0
votes
0answers
91 views
In iOS, how do I authenticate the server certificate from an SSL connection against a private root CA?
My app is targeted for iOS 5 and above.
My app initiates an SSL connection to a server. I would like to be able to authenticate the server certificate when it is received. I have implemented ...
2
votes
0answers
581 views
Java SSL Sockets Client Authentication
I have a simple server program collecting data from numerous hardware devices on an open wireless network. I want to make sure that whoever connects to my port can't send commands or listen to my ...
0
votes
0answers
54 views
github-like authentication for api in rails
I am creating an API that will only be used by specific devices. I'd like to authenticate using a public and private key pair, similarly to the way that github authenticates using SSH.
The scheme I ...
5
votes
1answer
363 views
How to force SSL renegotiation on apache for a test
I have a bug on an application about uploading file on a website wich use x509 client certificate : when a renegotiation occurs during an upload, as the cache is small (128kb), the upload fail.
I ...
0
votes
1answer
206 views
SSLStream Mutual Authentication
I am attempting to write a client-server library for letting my LAN computers talk to each other. As this is largely a self-education attempt, I am trying to make these connections occur over SSL. My ...
0
votes
1answer
260 views
RMI over SSL, How do I integrate truststore and keystore into application?
I followed the tutorial at SSL/TLS-based RMI Socket Factories
And I have been able to generate a keystore and trustore.
For the moment only the Server authenticates itself.
When I put the keystore ...
1
vote
1answer
95 views
GAE Python2.7 client authentication by certificate
I'm writing an application on GAE that is exposing a RESTlike API to a fixed number of remote servers which may be using any OS/software. At the moment I'm pondering how to identify and authenticate ...
2
votes
2answers
297 views
IIS application - some Urls should require client ssl certificates and other don't ask for it
I have an IIS7-hosted, asp .Net application (written in c#).
Some of the app URLs need to be accessed with a client certificate, and some must be accessed without it.
This isn't a duplicate of This ...
0
votes
1answer
81 views
SSL client Certificate windows
I need to make my iis authentication via client certificate offline. My iis don't have online enrollment. It need to be done offline. I configured SSL in IIS. I managed to create csr file locally ...
0
votes
1answer
248 views
Authenticate user with SSL certificate [closed]
I'd like to authenticate the users to my website by checking their SSL client certificate information. I'm going to be using an Apache server, and I'd like to check that their certificates ...
0
votes
3answers
386 views
client certificate authentication in https using X509Certificate2
I am trying to understand how does client authentication work in https scenario and how to use it to provide a basic authentication/authorization capability.
Let's say I want to have a mapping ...
0
votes
0answers
173 views
C# WebClient SSL Mutual authentication
From my client application I need to connect to webserver using mutual SSL authentication.
I'm using C# WebClient object.
I can show to user list of client certificates and let him choose the ...
0
votes
1answer
243 views
Use SSL client certificate to encrypt data in HTTP request [closed]
I need to be able to identify a user in my RESTful service. I decided to use HTTPS with client certificate authentication, so it will allow other services to pass user or passwords in URL, header or ...
0
votes
2answers
276 views
Get information of client from SSL certificate [closed]
I am planning to use certificate-based authentication of client in web application. Now I need a way to get information from certificate supplied by client.
How do I do that on server-side? I think ...
0
votes
1answer
176 views
require client certificates in IIS without requiring SSL
In IIS 7, I've created an https binding for a site, and I'd like to require client certificates for https and still keep my http endpoint.
That is to say, I'd like to require client certificates for ...
0
votes
0answers
104 views
Would it be possible to authenticate over SSL via a web service (SOAP) and return to the browser via HTTP?
I have been assigned the task of not using SSL over the entire site. There is nothing on the site that's confidential, but the powers-that-be are required to have some sort of protection due to PCI ...
0
votes
1answer
63 views
How can a process authenticate and communicate securely with another process on the same host
I was trying to do this with Java RMI over SSL, but later I discovered that SSL certificates will provide host level authentication and NOT process level authentication.
Also, I was storing the ...
0
votes
0answers
40 views
.net client synchronously calls java server with SSL: 3 times in place of 1. why? [closed]
If I call this authentication java server by .net client without SSL, everything is good, but the call from another client which uses SSL, with the same code gives strange results: first call: request ...
2
votes
0answers
252 views
iOS SSL User Certificate Mutual Authentication
I am needing to perform certificate based SSL Mutual auth within an iOS app. The problem I'm having is that when I get the didReceiveAuthenticationChallenge I'm having to useCredential with an ...
1
vote
2answers
337 views
Authenticate Web Browser with SSL certificate
Is it possible to authenticate a web browser using an ssl certificate.
Say i store a private key in my application, is there any way to read a key from a browser and try to authenticate based on ...
0
votes
0answers
62 views
Could you see my SSLStream code [closed]
The code has been moved to Code Review
But there still a question related to this section
How can I verify server authentication?
0
votes
0answers
137 views
How can I integrate Java Spring Security with BMC Remedy ARS Mid-Tier web app, with SSL for authentication only?
I am running Windows 2008 R2, IIS 7.5, and Tomcat 5.5. Tomcat has SSL enabled and is connected to IIS via the AJP Connector, version 1.3. I am running a web application called BMC Remedy ARS ...
1
vote
1answer
76 views
Restler ssl https redirection
I'm using restler to write a REST api, and since I wan't to do some basic authentication I need to redirect every request wich doesn't come from https, to https.
Does anybody know a way of doing this ...
0
votes
0answers
4k views
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
We have configure a Big F5 load balancer virtual server for a particular IP address which redirects incoming https requests to several Windows servers where there is functionality to generate ...
1
vote
0answers
283 views
wcf with basic authentication through reverse proxy
I have a Web Service which uses basic authentication with ssl through a reverse proxy. It has already cost me quite some time to figure out how to get this working and I still fail to get it fully ...

