0
votes
2answers
69 views
+150
Signed Java Applet Throws Security Exeption on Connect to a Webservice
I have an java applet running on tomcat 5.5. It is signed ( -selfcert). I still get an java.security.AccessControlException: access denied (java.lang.RuntimePermission createClassL …
8
votes
12answers
1k views
Self-signed SSL Cert or CA?
I would like to have the authentication and registration parts of my website encrypted (for obvious reason). This site is currently and older site which some friends and I started …
0
votes
1answer
59 views
wget, self-signed certs and a custom HTTPS server
For various reasons I have created a simple HTTP server, and added SSL support via OpenSSL. I'm using self-signed certificates. IE, FireFox and Chrome happily load content as lon …
0
votes
2answers
83 views
How do I enable mutual SSL in IIS7 with a self-signed certificate?
I've created a self-signed certificate in IIS7. Then I exported this certificate to a .pfx and then installed it on the client machine's IE browser. Then I set "Require Client Cert …
0
votes
2answers
482 views
Self Signed SSL acceptance Android
Ive looked everywhere on the internet and while some people claim to have found the solution, it either does not work or there is no Sample code to back it up. Does anyone know how …
0
votes
4answers
4k views
How to create a self-signed wildcard SSL certificate for IIS 6?
I'm trying to create a self-signed wildcard SSL certificate for use on a number of development and test servers running IIS 6. Following various guides has led to a couple ways of …
4
votes
4answers
300 views
Can I create self-signed certificate in Java which will be automatically trusted by web browsers?
Hi,
I've generated a self-signed certificate for my Java app using keytool. However, when I go to the site in a browser it always pops up with a warning - saying this site does n …
0
votes
2answers
108 views
Creating a security exception for a self-signed certificate
I have a Debian box that I would like to talk to a remote server over SSL. The remote server has a self-signed certificate. How can I instruct my local machine to create a perman …
5
votes
6answers
553 views
How do I sign a Java applet for use in a browser?
I'm trying to deploy a Java applet on my website. I also need to sign it, because I need to access the clipboard. I've followed all the signing tutorials I could find but have no …
1
vote
3answers
1k views
Tomcat Server/Client Self-Signed SSL Certificate
I have an Apache Tomcat 6.x server running with a self-signed SSL certificate. I want the client to present their own certificate to the server so I can authenticate them based on …
0
votes
0answers
93 views
RHEL/Apache ssl.conf configuration problem
We've got multiple subdomains, each with it's own virtualhost entry in httpd.conf and (for those supporting https) in ssl.conf as well. Our main www subdomain has a GoDaddy cert a …
0
votes
1answer
87 views
I need to sign a binary stream with a certificate
I basically need to create a self signed certificate and then sign a binary stream with it to create a signature. I tried searching Google but i can't seem to get the right keyword …
0
votes
2answers
419 views
How to debug client certificate using IIS5.1 on XP and C#
Ola,
I need to develop a website (in C#, asp.net 3.5) that will require client certificates. I'd like to debug this, using Visual Studio. I have setup IIS to use a self-signed cer …
1
vote
1answer
409 views
Do non-self-signed certificates remove the security warning for Applets?
What exactly do certificates purchased from a CA do again (in the context of Java applets)?
Lets say I have an applet on a website that accesses the users files (requiring a secur …
3
votes
7answers
588 views
Self-signed certs — helping users know they need to add root CA to trusted cert store
I have a desktop product which uses an embedded webserver which will use self-signed certs.
Is there something that I can put in a web page that would detect that they haven't add …
