problem about gnutls-Collection of common programming errors


  • Martin Fejes
    facebook curl ssl facebook-php-sdk gnutls
    I’m developing a Facebook canvas application and sometimes (3 times in one week) I get this error (to be honest, this time it’s a user getting the error):Fatal error: Uncaught CurlException: 52: GnuTLS recv error (-12): A TLS fatal alert has been received. thrown in /myURL/facebook-php-sdk-master/src/base_facebook.php on line 1031 myURL is the URL of my application’s original address (not the apps.facebook.com one).I can’t find the meaning of this error, the only thing I could guess is that it’s

  • nepda
    ssl ssl-certificate openssl console gnutls
    on my server i have multiple virtual hosts with apache2. Some with domain *.example-one.org and some whith *.example-two.org. Each domain has it’s own wildcard certificate.When I fetch the certificate via openssl s_client the output is something like that:$ openssl s_client -connect sub.example-one.org:443 CONNECTED(00000003) […] CN = *.example-two.org, emailAddress […] verify error:num=18:self signed certificate verify return:1 […] CN = *.example-two.org, emailAddress […] verify return:

  • EightBitTony
    windows ubuntu vsftpd filezilla gnutls
    I’ve a problem about vsftpd server. I’ve created an vsftpd server with implicit ssl. It works perfectly with filezilla client on ubuntu 10.04, but when I run with filezilla client on windows, it got an error. The error was “GnuTLS error -12: A TLS fatal alert has been received.”This is the content of my vsftpd.conflisten=YES anonymous_enable=NO local_enable=YES write_enable=YES dirmessage_enable=YES use_localtime=YES xferlog_enable=YES connect_from_port_20=YES secure_chroot_dir=/var/run/vsftpd/e

  • zero0
    exim gnutls
    My exim server is showing the following error:TLS error on connection from xxxx.xxxx.xxxx. ([127.0.0.1]) [xxx.xxx.xxx.xxx] (gnutls_handshake): A TLS fatal alert has been received.I’m using the plain authentication and my settings are :plain_server:driver = plaintextpublic_name = PLAINserver_condition = “${if crypteq{$auth3}{${extract{1}{:}{${lookup{$auth2}lsearch{CONFDIR/passwd}{$value}{*:*}}}}}{1}{0}}”server_set_id = $auth2server_prompts = :.ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDSserver_advert

  • halfer
    android git ssl repository gnutls
    I want to get the source code of Android. To browse some blogs in the Internet, “repo init” is recommended.Then I use it, but it is impossible because of the following error.android@ubuntu]~/WORKING_DIRECOTRY$ repo init -u xxxxxxxxxxxxxxxxxxGet https://gerrit.googlesource.com/git-repo error:GnuTLS recv error (-9): A TLS packet with unexpected length was received while accessing https://gerrit.googlesource.com/git-repo/info/refs?service=git-upload-pack fatal:HTTP request failedI wrote the Androi

  • pajooh
    git openssl debian gnutls
    recently, trying to clone a git repo from my debian(jessie) box, i’m facing this:fatal: unable to access ‘https://github.com/foo/bar/’: gnutls_handshake() failed: A TLS packet with unexpected length was received.as mentioned by ubuntu folks i used the git compiled with openssl, and now i get:fatal: unable to access ‘https://github.com/foo/bar/’: Unknown SSL protocol error in connection to github.com:443

  • user2428118
    c gnutls
    I am trying to compile my code for GnuTLS, but on compiling it gives the following errors.I have checked gnutls.h is present on my system in /usr/include/gnutls/.What else can be the cause?gcc -o tls.o tls.c /tmp/ccfyZ1Bd.o: In function `main’: tls.c:(.text+0x1c): undefined reference to `gnutls_global_init’ tls.c:(.text+0x28): undefined reference to `gnutls_anon_allocate_client_credentials’ tls.c:(.text+0x3c): undefined reference to `gnutls_init’ tls.c:(.text+0x58): undefined reference

Web site is in building