gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue connecting to Army Knowledge Online website using GnuTLS


From: Nikos Mavrogiannopoulos
Subject: Re: Issue connecting to Army Knowledge Online website using GnuTLS
Date: Wed, 15 Jun 2011 21:35:58 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10

On 06/13/2011 09:43 PM, W. Michael Petullo wrote:
>>> I am having trouble connecting to the Army Knowledge Online server
>>> (www.us.army.mil) using Epiphany/GnuTLS 2.10.5 (Firefox and OpenSSL's
>>> s_client work fine). I've brought this up with the AKO administrators,
>>> but thought I'd mention it here too. AKO requires an account, but
>>> the homepage is publically accessible. I tried troubleshooting using
>>> gnutls-cli and got:
>>
>> Could you try the compatibility priority string described in:
>> http://www.gnu.org/software/gnutls/manual/html_node/Interoperability.html#Interoperability
>>
>> (it is for 2.12.x, for 2.10, it would be:
>> "NORMAL:-VERS-TLS1.1:-VERS-TLS1.2:%COMPAT")
> 
> This seems to work:
> 
> gnutls-cli -d 255 -p 443 www.us.army.mil --priority 
> "NORMAL:-VERS-TLS1.1:-VERS-TLS1.2:%COMPAT"
> 
> Is the an environment variable that will cause applications that use
> GnuTLS to behave in this manner? Or, does the application have to call
> gnutls_certificate_type_set_priority() explicitly?

An application has to call gnutls_priority_set_direct(), to allow
priority strings.

regards,
Nikos





reply via email to

[Prev in Thread] Current Thread [Next in Thread]