Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

openconnect errormessage. gnutls

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
bleda2
Posts: 3
Joined: 2017-02-20 16:27

openconnect errormessage. gnutls

#1 Post by bleda2 »

Hello everyone
I already asked the support of my university. used google. found this bug report, didnt understand.

Problem
When I connect with openconnect I get errormessages (cf below) but I am connected with the vpn later on.

3 questions
1. does this problem pose some risks?
2. how can it be solved?
3. how can I find out the version "gnutls"?

Translation of corewords
  • verbunden = connected
    aufgebaut = connected
    Schreiben in SSL-Socket schlug fehl = writing in SSL-Socket failed
    DPD-Anfrage konnte nicht gesendet werden = DPD-Request could not be sent
    MTU von 1274 Byte wurde erkannt (war 1280) = MTU of 1274 Bytes was recognised (was 1280)

Code: Select all

$ sudo openconnect --authgroup=Full_Access vpn.adress.com/
POST https://vpn.adress.com/
Verbunden mit 1**.*1.1**.1**:4**
SSL-Verhandlung mit vpn.adress.com
Verbunden mit HTTPS auf vpn.adress.com
XML POST aktiviert
Please enter your username and password.
POST https://vpn.adress.com
XML POST aktiviert
Please enter your username and password.
Username: ***	
Password:
POST https://vpn.adress.com
CONNECT-Antwort erhalten: HTTP/1.1 200 OK
CSTP verbunden. DPD 30, Keepalive 20
Als 1**.*1.1**.1**:4** verbunden, SSL wird verwendet
DTLS-Verbindung aufgebaut (mit GnuTLS).Schiffrierwerk (DTLS0.9)-(DHE-RSA-4294967237)-(AES-256-CBC)-(SHA1).
Schreiben in SSL-Socket schlug fehl: The transmitted packet is too large (EMSGSIZE).
DPD-Anfrage konnte nicht gesendet werden (1280 -5)
Schreiben in SSL-Socket schlug fehl: The transmitted packet is too large (EMSGSIZE).
DPD-Anfrage konnte nicht gesendet werden (1279 -5)
Schreiben in SSL-Socket schlug fehl: The transmitted packet is too large (EMSGSIZE).
DPD-Anfrage konnte nicht gesendet werden (1278 -5)
Schreiben in SSL-Socket schlug fehl: The transmitted packet is too large (EMSGSIZE).
DPD-Anfrage konnte nicht gesendet werden (1277 -5)
Schreiben in SSL-Socket schlug fehl: The transmitted packet is too large (EMSGSIZE).
DPD-Anfrage konnte nicht gesendet werden (1276 -5)
Schreiben in SSL-Socket schlug fehl: The transmitted packet is too large (EMSGSIZE).
DPD-Anfrage konnte nicht gesendet werden (1275 -5)
MTU von 1274 Byte wurde erkannt (war 1280)
My specs
  • Debian 9 (stretch) xfce
    openconnect 7.08
    lenovo thinkpad x220 core i7
    cisco anyconnect gui installed (and functionning)

Post Reply