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)

6
votes
0answers
826 views

“gnutls_hanshake() failed(): A TLS packet with unexpected length was receive” in my school

This problem happens on my Ubuntu 12.04, Git version 1.7.9.5 There will always an error message "error: gnutls_handshake() failed: A TLS packet with unexpected length was receive..." while I was ...
5
votes
0answers
601 views

WebSocket connection to 'wss://' failed: Unexpected response code: 500

I'm getting 500 error when running SignalR on secure websocket when running on IIS Express. Site is running on localhost:44300 with default cert. It works just fine with longPolling. When changing to ...
5
votes
0answers
110 views

How can I check the client certificate using Snap

I know it's rarely used, but is it possible to access the client certificate in Snap? If not, is it possible using a different web stack?
5
votes
0answers
621 views

Application Initialization Module for IIS 7.5 issue

As a part of Proof of Concept utilizing the Application Initialization Module for IIS 7.5 to increase the speed of web apps initialization, I have created a simple web application hosted on IIS 7.5 ...
4
votes
0answers
17 views

twitter connection failed ssl is required in android

My code was work perfectly and its live application. since 2014 its not working and i have heard that twitter has apply https or using SSL concept. so for that what i have to do. Any idea what ...
4
votes
0answers
76 views

Rails Application forcing ssl on all calls on Heroku

I have an application which has a controller with actions which are forced to https and one exception using the following code: force_ssl except: :show, if: :ssl_configured? def ssl_configured? ...
4
votes
0answers
133 views

Securing Self Hosted OWIN+Web API 2 with SSL

I have configured my OWIN self hosted Web Api 2 app to start with https://... and attached a self-signed SSL cert to my application using netsh. However, from Fiddler, I am still seeing clear-text ...
4
votes
0answers
176 views

gstreamer: How to do streaming over TLS?

In "gst-rtsp-server/examples/test-video.c", it seems one can set up TLS certificate and launch rtsp server. I wonder how it would work at the client side, including e.g. command line parameters and ...
4
votes
0answers
152 views

How to set order of cipher suites for Jetty SSL?

For serving my application I use Apache or embedded Jetty. For Jetty I selected some cipher suits I want to use and set it using setIncludeCipherSuites(String[] names). On Jetty documentation ...
4
votes
0answers
155 views

SSL 256 bit encryption - on Azure website

With reference to the recent custom SSL provision for Azure website on the reserved instance - how can I enforce 256-bit encryption? All I see is the 128 bit using RC4_128. I want to ensure users ...
4
votes
0answers
346 views

Getting 413 errors on IIS with concurrent sessions using the same HTTPS client certificate

I have the following problem. I am hosting a WCF application on IIS 8 which accepts only HTTPS requests with client certificates. This service accepts POST messages which may vary in size (from a few ...
4
votes
0answers
182 views

Can I add a self-signed certificate to my WebEngine in JavaFX to connect to a https Web server?

I have a JavaFX-2.2 application, that uses a webengine to load some php and html pages from a web server. My application and the web server are not in the same machine. My login php page uses a ...
4
votes
0answers
2k views

Trust anchor for certificate path not found - but only over 3g

My android project is using api 15. I am connecting to a server over https using the HttpsURLConnection class. Everything works just fine over WiFi but if I turn off WiFi and run over 3g I get the ...
4
votes
0answers
255 views

Flex UrlLoader requests that require SSL user certificates

I have a Flex application that hits URLs that requires SSL client authentication. These requests work fine in Firefox and Chrome. Chrome and Firefox display the prompt to select a user certificate and ...
4
votes
0answers
2k views

Two way SSL with NSURLConnection on iOS 5

First I would like to apologize about the length of this question, but I'm having problems for two nights straight and trying to document the problem clearly. I'm trying to have a UIWebView accessing ...

15 30 50 per page