Secure Sockets Layer (SSL) is a cryptographic protocol that provides communications security over the Internet. The more modern version of this protocol is Transport Layer Security (TLS), specified by the IETF in RFC 2246.

learn more… | top users | synonyms (1)

0
votes
1answer
20 views

Unable to Send Email Using PHP

Preview: I have been trying to send an email using Moodle for a long time and finally decided to test sending an email by using a standard PHP mail() function to test if mail is working fine. BUT ...
0
votes
0answers
3 views

Use of 'resumeSession' event for node's TLS module

Node's TLS module provides a resumeSession event for resuming an earlier session. Can someone show me a sample code as to how to initiate the steps on the client side?
0
votes
0answers
5 views

Deploying SSL for Oracle Application Server 10g

Appreciate you help with the following: I am in the process of configuring SSL for Oracle Application Server Standard Edition and I came to know from the vendor of our core system that SSL is not ...
0
votes
0answers
4 views

client certificate authentication: how do smart cards work?

I am trying to understand how client certificate authentication works with smar cards. I ready about configuring apache to authenticate users with a certificate, there a re a lot of tutorials online, ...
0
votes
0answers
11 views

How to set CURLOPT_SSL_CIPHER_LIST (which ciphers to use in the connection) in Java

How can I achieve CURL's: curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, "rsa_rc4_128_sha"); in Java? I use URLConnection class, Tomcat 6, and Apache httpd.
0
votes
1answer
25 views

Importing the private-key/public-certificate pair in the Java KeyStore

I used the following steps to create a new Java keystore with a pair of private/public key to be used by a Java (internal) server with TLS. Notice that the certificate is selfsigned: 1) Generate key ...
2
votes
0answers
21 views

Lua for windows https

I've got a question about Lua and https. I'm developing some software for a router which supports Lua. The bad thing is that this router doesn't support debugging. So I was looking for an IDE for Lua. ...
0
votes
0answers
6 views

On OAuth (1.0a and 2.0) and Http Basic Auth

I am trying to figure out what would the best choice be in terms of security for a web application that might (in the future) be used with as well with a dedicated Android app. Yet, the possibile ...
0
votes
1answer
8 views

SSL installed on Apache2 but HTTPS not working

I recently installed an SSL certificate on my Amazon EC2 Ubuntu 12.04(32bit) server running Apache 2. When I attempt to access my site via https, it does not load. When I perform an nmap scan, i see ...
1
vote
0answers
11 views

Mountain Lion Secure Transport SSLHandshake returns errDecryptionFail after Change Cipher Spec

On Mountain Lion, running some SSL code that works on Leopard - using the native Secure Transport Framework - the server-side SSLHandshake call fails with errDecryptionFail. Looking at a wireshark ...
0
votes
1answer
7 views

Wildcard SSL in IIS 7 showing warning message

I've read all the other threads here on SO regarding this and have even tried this walkthrough to no avail. I have a wildcard SSL installed on my 2008R2/IIS7 box. I have it bound to it's own IP ...
0
votes
1answer
7 views

Using SSL on two VirtualHosts

So I got an SSL from GoDaddy. It works for my public site mysite.com. I would like now to have an SSL connection for my administrator.mysite.com So I created a self signed certificate using openssl ...
0
votes
0answers
9 views

SSL LDAP lookup FAILS with handshake_failure

I am trying to connect to an LDAP server with SSL enabled. I dont want to use authentication hence i have overridden SSLSocketFactory to allow every site. I am getting following error: main, handling ...
0
votes
0answers
9 views

Documentation or examples for ''newSession'' and 'resumeSession' events in TLS module for node.js

I am having a hard time finding documentation and examples for the 'newSession' and 'resumeSession' events for the TLS module in node.js. Any links or help in this direction is appreciated. I need to ...
0
votes
0answers
14 views

HTTP Get failing for HTTPS with javax.net.ssl.SSLPeerUnverifiedException

I have been using this infrastructure from past couple of months and it was working fine. I used to hit Google with https and get the result. Suddenly, I started getting SSLPeerVerifiedException for ...

1 2 3 4 5 620
15 30 50 per page