The self-signed tag has no wiki summary.
0
votes
0answers
16 views
Self signed SSL client certificate not received by server
I am trying to implement two way ssl authentication in asp.net mvc 4 web api project. I'm following the blog posted at http://woloski.com/2012/08/04/securing-aspnet-webapi-with-clientcerts/ but cannot ...
1
vote
0answers
19 views
HTTPS support on Windows Phone 8 HttpClient
I am trying to use Nuget Http client library:
HttpRequestMessage request = new HttpRequestMessage(HttpMethod.Get, url);
request.Headers.Add("UserAgent", "Windows 8 app client");
HttpClient ...
0
votes
0answers
37 views
How to use self signed Root CA and Signed Certificates
I'm building a small version of PKI with self signed root certificate. So far I have:
Created a Self Signed Root CA.
Created a makecert command to sign a client certificate with above Root CA.
...
0
votes
0answers
29 views
How to make sure signed jar file deployed on web server (jboss, glassfish, or tomcat) integrity?
In the mobile application, the signed jar (or apk, cod) stay in handset, and OS has some ability to keep them integrity. But in the web application deployed jboss, glassfish or tomcat etc., If it is ...
1
vote
0answers
27 views
using self signed certificate on mobile data plan
Short story: I am experiencing different android app behaviors based on whether I'm on wireless or mobile data. This looks related to using https with self signed certificate.
Long story: I have a ...
2
votes
0answers
174 views
validate self signed certificate wit AFNetworking
I want to connect my iOS App with AFNetwork to my webserver with a self-signed certificate. I found a solution on github (https://github.com/AFNetworking/AFNetworking/pull/694) I tried it out and the ...
0
votes
1answer
85 views
Adding self-signed certificate to Heroku app
I am trying to add a self-signed certificate to one of my apps on Heroku. I have followed the guides from the Dev Center.
https://devcenter.heroku.com/articles/ssl and ...
0
votes
0answers
21 views
Android-WampServer self-signed HTTPS - possibility of unauthorized access
I couldn't find an simple answer to my problem, but if it exists already please accept my apologies :)
I am a beginner and I am working on a little Android app that uses MySQL DB in local network ...
0
votes
0answers
41 views
Username Authentication with Symmetric Key with Metro Can not Work
Today,I want to try the Username Authentication with Symmetric Key Sample with Metro.When I use the default keystore and truststore,my service and my client work well.But when I use the keystore and ...
0
votes
1answer
79 views
Creating Azure Self Signed Certificate
We have an on premise web site which needs to communicate with windows azure service and sql azure service.
I need to create a self signed certificate but makecer.exe is not available on web service. ...
0
votes
1answer
262 views
Google Chrome - Mac OS X - Accept self-signed multi domain SSL Certificate
I've got a self-signed certificate for multiple domains (let's say my.foo.bar.com & yours.foo.bar.com) that I've imported using Keychain Access but Chrome will still not accept it, prompting me ...
0
votes
0answers
44 views
sign self-signed certificate with root (certificate which issued by CA)
I have question, help please who can
How to sign self-signed certificate with root (certificate which issued by CA)????
General purpose of task:
I should create Certificate Chains,where rood should ...
0
votes
0answers
137 views
unable to find valid certification path to requested target with self signed cert between tomcat and postgres
I've installed tomcat and postgres on the same machine.
I want to establish communication throught ssl between thoses servers.
So I've made a self-signed cert, installed it on the data dir of ...
1
vote
1answer
131 views
How to create a self signed certificate using SelfSSL
I have created a self signed certificate using IIS Manager but when I try to access to the website I only find this message:
I found this tutorial which describes pretty well my problem: My ...
0
votes
1answer
218 views
Self signed certificate jQuery AJAX in Mosync
Background:
I've seen a few questions like this one, but none that actually answer this.
I am attempting to use a self signed certificate on a webservice to prove SLL encryption when I communicate to ...