client-certificates
In Asp.Net MVC what other options do I have with Authentication Mode?
In the Web.config file this piece of info is there <authentication mode=\"Forms\"> <开发者_Go百科forms loginUrl=\"~/Account/LogOn\" timeout=\"2880\" />[详细]
2023-04-06 16:23 分类:问答Show custom ErrorDocument when SSL connection fails (SSLVerifyClient)
I have configured Apache2 to use Client Certificate AUthentication using: SSLVerifyClient require It works, I can access my site with a valid Client Certificate.[详细]
2023-04-01 23:40 分类:问答.NET 4.0 client certificate validation error
I have the following code var factory = new ChannelFactory<INewsClient>(); factory.Credentials.ClientCertificate.Certificate = GetCertificate();[详细]
2023-04-01 06:11 分类:问答Saving client certificate passphrase for Git over HTTPS?
I\'m trying to use a remote Git repository that only provides acces开发者_如何学Pythons over HTTPS using client certificates.I\'ve (finally...) gotten it working, but now I\'m running into a minor iss[详细]
2023-03-28 18:51 分类:问答Problem with WCF client certificates in a ASP.NET application hosted on IIS 7.5
I have a WCF service that I need to call in a ASP.NET web application hosted on IIS 7.5. This WCF service uses transport security with client certificates. I am provided with a client certificate whic[详细]
2023-03-27 14:42 分类:问答Setting up a proxy that performs client certificate authentication to a remote server
I am setting up an infrastructure where I have an nginx web server configured to require a client certificate for access to a resource.[详细]
2023-03-22 14:29 分类:问答Have serverxmlhttp ignore request for option client-certificate
A certain SOAP webserver I want to reach is configured to \'Accept client certificates\' but does not require them![详细]
2023-03-14 03:54 分类:问答Programmatically or declaratively demand client certificate for a single asp.net page in IIS
The title pretty much says it, I\'ve rolled out an IIS 7 website with an SSL certificate and now willing to set \"SSL Settings/Client certificates/Accept\" for a single page but programmatically or de[详细]
2023-03-08 20:38 分类:问答How to connect with client certificate using a WebView in Cocoa?
I am trying to connect to a server that requires a client certificate. So the normal flow of events that happens when browsing to this server is that the web browser (both Safari and Chrome) prompts t[详细]
2023-02-24 22:07 分类:问答Specifics about keytool import of certificate(s)
I have a remote db server\'s server.crt, root.crt and server.key files to add into our CF8 Enterprise keystore.I learned how to import a certificate via keytool easy enough.My questions focus specific[详细]
2023-02-18 13:09 分类:问答