client-certificates

Does IIS do the SSL certificate check or do I have to verify it?

寵の児 提交于 2019-12-12 07:32:37
问题 I have a IIS set up to only accept client connections with a SSL certificate. I have a WCF service running on IIS. I have a Certification Authority in the servers trusted CAs. Now, when a client connects to the service, does IIS validate that the client certificate was issued by one of my trusted CAs? Or do I have to do the validation in my WCF service? Also if I want the service to only accept connections from one particular CA (not all of my trusted CAs, just one) , would I have to do the

Security Error, post with Client Certificate (Self-signed Root) on Azure (Asp.net core)

对着背影说爱祢 提交于 2019-12-12 04:36:43
问题 I have uploaded a client certificate to Azure and are trying to make a post to a api method with this certificate. My code works when I am debugging on my local computer but it fails when I run it on Azure as a App Service. System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.WinHttpException: A security error occurred at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter

Is there a way to control browser's certificate selection popup manually?

妖精的绣舞 提交于 2019-12-12 04:30:36
问题 I'd like to control certificate popup windows manually. For example, if an user wanna login with client-side-certificate, I prompts a certificate selection window; If he wanna login with username/password. System let him in without checking his certificate. 回答1: There are no standard APIs (or non-standard that I'm aware of) for controlling this with JavaScript or something similar. The only solution I can think of is to have two webservers. One for showing a web page that links to either the

How to receive client certificate in an HTTP request?

吃可爱长大的小学妹 提交于 2019-12-12 03:41:55
问题 I have generated self signed SSL certificate and given to a client. Every time, the client sends a REST request, I do client certificate authentication on the server. I need to get get data of the certificate in the java code. How do I do that? I have used jersey framework. 回答1: You can use @Context Annotation for extracting HttpServletRequest. @POST @Path("/getHelloWorld") @Consumes(MediaType.APPLICATION_JSON) public String helloWorld(@Context HttpServletRequest httpRequest) {

Adding client certificates to a standardEndpoint?

纵然是瞬间 提交于 2019-12-12 03:31:20
问题 I have a REST service that I would like to require client certificates. The system.serviceModel looks as follows: <system.serviceModel> <serviceHostingEnvironment aspNetCompatibilityEnabled="true"/> <standardEndpoints> <webHttpEndpoint> <!-- Configure the WCF REST service base address via the global.asax.cs file and the default endpoint via the attributes on the <standardEndpoint> element below --> <standardEndpoint name="TestService" helpEnabled="true" automaticFormatSelectionEnabled="true"/

Accepting client certificates without prompting user for certificate

谁说我不能喝 提交于 2019-12-12 02:51:15
问题 When i setup the iis to accept client certificates, <access sslFlags="Ssl, SslNegotiateCert" /> it will accept certificates that is sent from any request. But when I access the site it will always prompt the user to select a certificate. How can i turn off certificate prompt? 来源: https://stackoverflow.com/questions/36055497/accepting-client-certificates-without-prompting-user-for-certificate

AWS Cert Mgr - How to create client & device certificates?

天大地大妈咪最大 提交于 2019-12-11 17:19:44
问题 From AWS tech talk, I have learnt that, I am able to create private server certificate using below option: ------------------- The server certificates serve the rationale of encrypting and decrypting the content. Whereas client certificate as the name implies is clearly used to identify a client to a respective user A device certificate creates an identity for each “thing” in an IoT ecosystem, making sure each device authenticates as it connects, and protects communication between devices. We

How to solve this InvalidCastException while applying ClientCertificate to WCF DataService Client?

一个人想着一个人 提交于 2019-12-11 12:11:12
问题 I have used the examples in this article to add client certificate authentication to my WCF Data Service. I had to change the example slightly because I am using WCF DataService 5.6 in which the SendingRequest event has been deprecated and replaced by SendingRequest2 . Basically this meant changing the following event handler: private void OnSendingRequest_AddCertificate(object sender, SendingRequestEventArgs args) { if (null != ClientCertificate) { ((HttpWebRequest)args.Request)

Mirth: calling an SSL SOAP web service with a client certificate

北慕城南 提交于 2019-12-11 08:10:24
问题 The scenario is around calling an external SSL SOAP web service from within Mirth. The web service is requires an SSL/TLS connection along with a client certificate. The intention is to use the built-in SOAP Sender Destination to call the remote secure web service, and somehow include that client certificate. I understand that you first need to install that client certificate into the Java runtime. This may be within the Java runtime's certificate store or the Jetty certstore. The platform:

TFS Cross-domain authentication without trust

半腔热情 提交于 2019-12-11 07:37:34
问题 We are moving the TFS-server out of our development-domain to a new domain. The users in the development-domain should still be able to authenticate to the TFS-Server, either with their developement-domain credentials or a new set of credentials from the new domain. One problem is that we cannot create a trust between the domains. What is the best solution here? I've found some links where they use TFS-proxy server but they are not clear if the domains are trusted or not. Or is it possible to