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: W. Michael Petullo
Subject: Re: Issue connecting to Army Knowledge Online website using GnuTLS
Date: Mon, 13 Jun 2011 14:43:52 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

>> 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?

-- 
Mike

:wq



reply via email to

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