I have a Rails 3 app running on Heroku and I also have a SSL installed and working. However, my users can still access the site without the https. How do I make sure that all urls are accessed using h
I\'m having the following problem when starting Tomcat 6: [INFO] [talledLocalContainer] Caused by: java.io.IOException: Invalid keystore format
I am working on making a TCP SSL server, using only .NET technology. First, using the SSL Stream examples on here, created the client/server code, next, to create the certificates I used this (excep
Can a CSR generated on a VMWare instance be used to create a SSL certificate, and, installed on a \"copied\" version of this VMWare instance on a different server?
This may be a stupid question but I just can\'t find the answer. What I would like to do: I have a WCF service hosted by IIS. It is working perfectly, I can access the wsdl, I have a self-signed cert
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
We are using JBoss 5.1. We have deplo开发者_JAVA技巧yed a web service and wish to add certificate functionality. We have created a CA and a certificate signed by that CA (we used openssl and the java
Does the option \"-Dsun.security.ssl.allow开发者_运维知识库UnsafeRenegotiation=true\" work in IBM\'s JVM that ships with WebSphere 7No. What would work is
My API (a desktop application) communicates with my web app using basic HTTP authentication over SSL (Basically I\'m just using https instead of http in the requests). My API has implemented logic tha
I am reposting my question from the MSDN forums here. This problem has to do with importing a certificate into the personal certificate store associated with a windows service.