sslv3

TLS/SSLv3 in webview android

萝らか妹 提交于 2019-12-22 11:37:28
问题 Can someone tell me how I can go about forcing webview in android to use TLS or simply block SSLv3 in android ? 11-07 11:40:16.711 D/WebActivity( 6474): onPageStarted-url : example.com 11-07 11:40:16.946 W/chromium( 6474): external/chromium/net/http/http_stream_factory_impl_job.cc:865: [1107/114016:WARNING:http_stream_factory_impl_job.cc(865)] Falling back to SSLv3 because host is TLS intolerant: 11-07 11:40:16.951 E/WebActivity( 6474): Origin: example.com Quota: 9223372036854775807 Usage:

Php curl set ssl version

旧城冷巷雨未停 提交于 2019-12-17 19:43:05
问题 Since 3 days I can't connect to the paypal sandbox. I found out that they maybe dissabled the support for SSLv3. So i tried to change the SSL Version in my curl Request by setting : curl_setopt($curl, CURLOPT_SSLVERSION,1); # 1 = TLSv1 But it still give me the same error : error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure Any idea why the script is still using SSLv3 ? I am using php 5.5 and the following curl version ( currently asking at my hoster [ managed

How do I disallow particular SSL protocols in Jetty?

瘦欲@ 提交于 2019-12-06 08:15:24
问题 I have a web application running on Jetty 6 + Open JDK 7 on Debian 6.0.7. I have a security requirement to accept a TLS handshake but not an SSLv3.0 handshake when a client initiates an HTTPS connection. In my jetty.xml I set the protocol to TLS: <New class="org.mortbay.jetty.security.SslSocketConnector"> <Set name="protocol">TLS</Set> ... With this configuration, the web server still appears to accept an SSLv3.0 handshake. This has been verified with the 'sslscan' tool and running 'curl

How do I disallow particular SSL protocols in Jetty?

馋奶兔 提交于 2019-12-04 13:51:37
I have a web application running on Jetty 6 + Open JDK 7 on Debian 6.0.7. I have a security requirement to accept a TLS handshake but not an SSLv3.0 handshake when a client initiates an HTTPS connection. In my jetty.xml I set the protocol to TLS: <New class="org.mortbay.jetty.security.SslSocketConnector"> <Set name="protocol">TLS</Set> ... With this configuration, the web server still appears to accept an SSLv3.0 handshake. This has been verified with the 'sslscan' tool and running 'curl -sslv3 -kv {host}'. Is it possible to configure Jetty to only accept a TLS handshake? I would be willing to

“SSL23_GET_SERVER_HELLO:unknown protocol” Error Trying to Reach Outlook smtp Server

喜欢而已 提交于 2019-12-04 03:38:27
问题 I'm trying to send emails from an Outlook account in my iOS application. I'm using Mailcore2 and Outlook's Live-SDK. I am able to receive emails, but get an error when I try to send emails: "a stable connection to the server could not be established". To investigate the issue, I went into the terminal and tried to connect via SSL: openssl s_client -crlf -connect smtp-mail.outlook.com:587 The response I got back was: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:

“SSL23_GET_SERVER_HELLO:unknown protocol” Error Trying to Reach Outlook smtp Server

人走茶凉 提交于 2019-12-01 20:49:49
I'm trying to send emails from an Outlook account in my iOS application. I'm using Mailcore2 and Outlook's Live-SDK. I am able to receive emails, but get an error when I try to send emails: "a stable connection to the server could not be established". To investigate the issue, I went into the terminal and tried to connect via SSL: openssl s_client -crlf -connect smtp-mail.outlook.com:587 The response I got back was: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:/SourceCache/OpenSSL098/OpenSSL098-50/src/ssl/s23_clnt.c:607 I don't know exactly what this error means, after a

Php curl set ssl version

烂漫一生 提交于 2019-11-28 11:23:15
Since 3 days I can't connect to the paypal sandbox. I found out that they maybe dissabled the support for SSLv3. So i tried to change the SSL Version in my curl Request by setting : curl_setopt($curl, CURLOPT_SSLVERSION,1); # 1 = TLSv1 But it still give me the same error : error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure Any idea why the script is still using SSLv3 ? I am using php 5.5 and the following curl version ( currently asking at my hoster [ managed hosting at 1&1 ] to upgrade to a newer version) curl 7.21.0 (i486-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9