Top "Ssl" questions

Secure Sockets Layer (SSL) is an obsolete cryptographic protocol superseded by Transport Layer Security (TLS) that provides secure communications over the Internet.

How to send an HTTPS GET Request in C#

Related: how-do-i-use-webrequest-to-access-an-ssl-encrypted-site-using-https How to send an HTTPS GET Request in C#?

c# .net ssl httpwebrequest
The request was aborted: Could not create SSL/TLS secure channel

My customer has informed my of issues with their SSL and Internet Explorer. They said they get trust issues when …

c# asp.net ssl httpwebrequest
You must enable the openssl extension to download files via https

I wanted to install Zend Framework 2. So I downloaded the skeleton application. As mentioned in the ZF2 manual, we have …

php ssl openssl zend-framework2 composer-php
How to convert a private key to an RSA private key?

Let me explain my question first. I bought a certificate from a CA and used the following format to generate …

ssl openssl ssl-certificate amazon-iam
Which is the default location for keystore/truststore of Java applications?

I am writing an application that uses SSL. Hence, I have a dummy keystore and a dummy truststore I want …

java ssl keystore
CertificateException: No name matching ssl.someUrl.de found

I'm trying to connect to one of my servers through ssl, with Java. I tried a lot of options here …

java ssl plesk
How to create a self-signed certificate for a domain name for development?

I have subdomain.example.com that I use for development purposes. My web application solution contains a web API etc, …

iis ssl certificate ssl-certificate self-signed
Unable to establish SSL connection upon wget on Ubuntu 14.04 LTS

I tried to download an image through wget but I got an error: Unable to establish SSL connection. wget https://…

linux ubuntu ssl wget
Change keystore password from no password to a non blank password

I have a jks keystore with no password. When I run the command keytool -list -keystore mykeystore.jks And it …

java ssl openssl keytool
Turn a simple socket into an SSL socket

I wrote simple C programs, which are using sockets ('client' and 'server'). (UNIX/Linux usage) The server side simply creates …

c linux sockets unix ssl