Tagged Questions
0
votes
0answers
10 views
On OAuth (1.0a and 2.0) and Http Basic Auth
I am trying to figure out what would the best choice be in terms of security for a web application that might (in the future) be used with as well with a dedicated Android app.
Yet, the possibile ...
0
votes
0answers
18 views
Mutual authentication on c# .NET 4 server
I developed a server application with C# .NET 4 , and I am meeting a problem when i try to connect to this server with a mutual authenticated SSL communication. It works well with a 1 way ...
0
votes
1answer
14 views
401 prompt on 3G, but not on Wi-Fi - XmlHttpRequest over SSL with Basic Authentication, hard-coded credentials
I have an XmlHttpRequest that uses hard-coded credentials for Basic Authentication. The website (HTML/CSS/JavaScript) itself is already authenticated with client certificates, so I'd rather just use ...
0
votes
0answers
27 views
How do I persist user authentication through a backbone.js app?
I've created an app using backbone.js. It is connecting to a SlimPHP-based REST API for all of the data. I understand the concept of middleware (using it to check if a user is authenticated), but I ...
0
votes
1answer
9 views
Intranet Extranet authentication
I have developed a php/mysql application which need to be accessed via both intranet and extranet. I want to give access to a certain page(add_company_details.php) to both intranet and extranet. How ...
0
votes
0answers
27 views
Restricting Access to a ASMX Web Service in IIS Using Client / Server Certificates
I want to restrict access to an internet-facing ASMX web service using self-signed certificates / IIS configuration only. This is the requirement. If it rings any alarm bells, please let me know.
...
0
votes
1answer
18 views
Keytool error: Failed to establish chain from reply
I'm having an error in importing the trial SSL certificate from CA. Below is my steps in creating the keystore. Please correct me if I'm wrong. Thank you in advance!
1.First, I created a keystore to ...
0
votes
0answers
23 views
How to create a SSL connection with server-side authentication?
Please bare with me since I'm new to SSL. :) I have a series of questions regarding the creation of secured connection using server-side authentication. I have already requested trial CA certificates ...
-3
votes
0answers
21 views
access from intranet and external using ssl
I am currently developing frieght calculator for our company. freight companies can register with the application and add their cost details.So our company can access to their costs and find the ...
4
votes
1answer
48 views
Generating a client certificate on an Android device
I want to create an Android application which will use SSL client certificate authentication.
I have found sample codes which show me how two use SSL client certificate authentication in an Android ...
1
vote
0answers
29 views
Libcurl - client SSL authentication with native windows crypto - is it possible?
I'm using libcurl on Windows, I need to implement client-side SSL authentication. The catch is, client certificate, used for authentication, is marked as non-exportable. It means, that I cannot export ...
-2
votes
0answers
23 views
LDAP Server Authentication [closed]
I am trying to authenticate a user with LDAP server and performing some basic operation such as update password and lock account.
I have created a ssl certificate from LDAP server and converted into ...
0
votes
0answers
21 views
What is causing this Shibboleth error: SAML 2 SSO profile is not configured for relying party?
I am setting up Shibboleth on a Rackspace CentOS 6 server and it was working fine with testshib.org, but when I try to test it against the real IdentityProvider, I continue to get this error:
SAML 2 ...
0
votes
0answers
8 views
How to require client authentication for certain web pages in tomcat
I am new to Tomcat and my question may be dummy.
I have to develop a web site with a public area (no encryption and no client authentication) and an administration area in which clients are requested ...
0
votes
2answers
134 views
How can I configure Apache HttpClient 4.x to use a specific Websphere SSL alias?
We have an issue in our environment when using Websphere to attempt to connect to an external system with HttpClient 4.x (current version is 4.2.1). Connecting to the external system is fine with ...