mutual-authentication Questions
1
I'm looking to build a mutual ssl authentication with Heroku, where a third party calls a Heroku endpoint and the response from Heroku is dependant on which third party calls Heroku. I need to use ...
Ginnygino asked 15/3, 2013 at 15:5
0
In our firm I currently have script that connects to an outside vendor on HTTPS, via SSL. The script only performs server authentication. This is it:
use HTML::Parser;
use HTTP::Request::Common;
u...
Idyll asked 6/5, 2013 at 22:25
2
I have a problem with two-way authentication. I Use tomcat6 as a server and as a client I try IE, Firefox and my own java application.
The problem occurs using PFX certificates given to me by some...
Zygophyte asked 11/4, 2012 at 15:2
1
Solved
I'm trying to implement mutual authentication in IOS 5 but i'm having troubles:
{NSUnderlyingError = "Error Domain=kCFErrorDomainCFNetwork Code=-1200 \"An SSL error has occurred and a secure conne...
Leuco asked 20/9, 2012 at 13:7
2
Solved
I have got an API that I have to work with. The API is secured by HTTPS and uses mutual authentication/client certificates. I have a PEM file and a CRT file.
When I connect to the server regularly...
Doble asked 18/4, 2011 at 8:27
4
Currently, I've been successful implementing Mutual Authentication security so long as the client accesses the website using a web browser, because browsers take care of all the certificate exchang...
Eiderdown asked 10/2, 2010 at 22:51
© 2022 - 2024 — McMap. All rights reserved.