<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/dlenski">Daniel Lenski</a>
commented:
</p>
<div style="">
<p dir="auto">This particular server will actually kinda-sorta work with TLS 1.0 as well, but only with SSL</p>
<p dir="auto">SSL 3.0 with only SSL 3.0 cipher suites, works:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">$ src/gnutls-cli --insecure --priority "NORMAL:-VERS-ALL:+VERS-SSL3.0:%NO_EXTENSIONS:%SSL3_RECORD_VERSION"</span></code></pre>
<p dir="auto">TLS 1.0 with <strong>SSL 3.0</strong> cipher suites, both record versions work:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">$ src/gnutls-cli --insecure --priority "NORMAL:-VERS-ALL:+VERS-TLS1.0:+3DES-CBC:%NO_EXTENSIONS:%SSL3_RECORD_VERSION"</span>
<span id="LC2" class="line" lang="plaintext">$ src/gnutls-cli --insecure --priority "NORMAL:-VERS-ALL:+VERS-TLS1.0:+3DES-CBC:%NO_EXTENSIONS:%LATEST_RECORD_VERSION"</span></code></pre>
<p dir="auto">TLS 1.1 or newer enabled? Hangs up immediately.</p>
<p dir="auto">As far as I can tell, GNUTLS_RSA_3DES_EDE_CBC_SHA1 and GNUTLS_RSA_ARCFOUR_128_MD5 are the only cipher suites it supports (not even GNUTLS_RSA_ARCFOUR_128_SHA1 is accepted).</p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/958#note_309267384">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/aeb8efd04645641a707ea4c7f66cbc1c/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/-/issues/958#note_309267384"}}</script>


</p>
</div>
</body>
</html>