I created three certificates -- for the root CA, the intermediate CA and the server. They represent the simple chain of trust: server -> intermediate -> root The question is how correctly put them on the client and the server. I have two options: Pu
I am trying to develop a simple SSL client-server application using boost::asio. I have downloaded, compiled and run the boost example for ssl client-server. Nevertheless, in the mentioned example, a certificate must be provided to the client as file
So if I have a public cert sat in a key store will deleting it using key tool also delete the private key information? A CSR was produced and the certificate was signed using an external CA then imported. I take it an Alias can be anything you make i
I'm in trouble. I have this website which runs on heroku with a custom domain from another provider. I made the connection between the 2 with the correct DNS. It seemed to work on my browser but it didn't work on other computers, and after clearing m
I am trying to do the equivalent of the php seal function. What I have is a string to encrypt, a public key and a randomly generated secret key, and I have to encode the string using the 'rs4' algorithm. So far I managed to encode the string with the
I am trying to setup https on one of my EC2 instances. I've done this many times, but for some reason, for this instance, it refuses to work. Problem When I connect to the domain via the local ip, the https works fine. When I connect to the domain vi
I have developed a Chrome Extension that takes a screenshot of the current tab and uploads it to a server via ajax on a schedule. It works perfectly on two servers I used to test it, but when I transitioned to a new server, the ajax calls are now pro
My Java application needs to authenticate to Google cloud Mysql instance with SSL client authentication. Its client-key and certificate are provided by Google. I also need to setup JMX agent with SSL on same application whose certificates are provide
In the company that I work we have a server GF 3.1.1 (JDK 6) with CAS which does the authentication of the users in another system. After the last update of Firefox (v. 39x) we are getting the follow information from the browser: mydomain.com SSL rec
I need to specify some config parameters, separated by dots. Connection pool is in Play 2.4 application. For example db { default { driver = ${?DB_DRIVER} url = ${?DB_URL} username = ${?DB_USER} password = ${?DB_PASSWORD} hikaricp { dataSource { "jav
This question already has an answer here: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed 36 answers New Ruby on Rails dev here, just trying to install and get set up. I'm following this guide on how to
I have a server running on Dropwizard (i.e. running Jetty for its web server). I'm trying to set up SSL for it. I have a certificate signed by a CA (specifically Comodo, through Namecheap). I installed the root and intermediate certificates, then ins
I made a php file for sending notification to the apple iphone users. Its working for the other server but not working in my server. I have made the .pem file accurately and also opened the port number 2195,2196. But still its not working. Please som
I am getting security certificate errors in the code below (source). The exception is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderExcepti
I'm going mad with this. I have a WCF web service hosted in a windows server 2012 with IIS 8. The connection is over ssl and I have a self-signed certificate but it's ok because it's for an internal use. I created a GET method and a POST method. Both
i have followed the tutorial "Writing Secure Server Applications with Qt" (https://blog.quickmediasolutions.com/2012/09/18/writing-secure-server-applications-with-qt.html) but i have the error: CSampleServer.h #ifndef CSAMPLESERVER_H #define CSA
I need to connect to a webservice which only accepts connections established via TLS 1.2. Other versions are not supported. My test client (soapUI Pro) uses JRE 1.7_45 which - according to the following link - generally supports TLS 1.2 which is not
I want to decrypt https stream in my https server. I have succeeded in decrypting it which used RSA secret exchange when i have private key. But I dont know how to descryt it when it uses DHE for secret exchange because I dont have any parameters.how
I am trying to use Python 2.7 mechanize to log into Mint.com with the following code: import mechanize br = mechanize.Browser() br.open("https://wwws.mint.com/login.event") this works just fine on OSX, but it hangs on debian. The issue seems to
We have a java web application which is deployed in many different clients using Tomcat 7. One of our clients wants us to make SSL mandatory, so that https is enforced. The other deployments should remain with no SSL since they don't have SSL certifi
Yesterday, I added a RapidSSL certificate, but going to supplybetter.com still gives an SSL mismatch warning, and the heroku certificate rather than mine is being presented. I'd like to get this working and get rid of the warning as soon as possible.
I am using curl to verify the PayPal IPN but it throws error: SSL certificate problem: unable to get local issuer certificate. The same code is working on development server and when I moved to client server it is not working. DO I need to purchase s
Can I purchase a single SSL certificate for domain A and sign all of my other domains with the domain A as reference. Will it work ?I think you're looking for wildcard certificates. Issuing a cert for *.mydomain.com would be valid for sub1.mydomain.c
I'm trying to monitor the HTTPS requests/responses for my iPad app using Fiddler. I have a Windows 7 PC running Fiddler and have configured the HTTP proxy on my iPad to point to the PC using port 8888. This works fine and the CONNECT tunnel messages
I am trying to setup SSL for my heroku app. I am using the hostname based SSL add-on. The heroku documentation states the following: Hostname based SSL will not work with root domains as it relies on CNAME aliasing of your custom domain names. CNAME
Everybody recommends to buy a SSL certificate for my website that prevents from many security issues mainly eavesdropping. I read articles on eavesdropping but how eavesdropping can hack my website passwords? Do SSL is strictly required to protect fr
Is that worth it to use some JS encryption library to make safe communication instead of SSL? I ask this because I want to secure my application built on Google App Engine and it doesn't let you to use your own domain for SSL requests. What are good
I've been trying with no success to get my pyOpenSSL client to use TLS/SSL session resume when making several connections sucessively (it's sending http requests) to a Tomcat application server. I'm pretty sure everything is fine on the server end si
We're having an issue with securing an intranet / internet website with SSL where we can't know the qualified domain name in advance. Basically, I'm trying to make a program that will be installed on a webserver outside my direct control, to be acces
Here's my situation: I'm trying to create a SSL certificate that will be installed on all developer's machine's, along with two internal servers (everything is non-production). What do I need to do to create a certificate that can be installed in all