Search Unity

[Solved] Package Manager SSL23_GET_SERVER_HELLO when trying to install a package

Discussion in 'Editor & General Support' started by hunabku94, Dec 26, 2019.

  1. hunabku94

    hunabku94

    Joined:
    Jun 12, 2017
    Posts:
    50
    Hello,
    always when i try to install a package in package manager, i get this error :

    Cannot perform upm operation: write EPROTO 140622992750400:error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error:../deps/openssl/openssl/ssl/s23_clnt.c:802:
    [NotFound]
    UnityEditor.EditorApplication:Internal_CallUpdateFunctions() (at /home/builduser/buildslave/unity/build/Editor/Mono/EditorApplication.cs:303)


    OS : Archlinux
    Unity : 2019.2.17f1
    OpenSSL : 1.1.1.d
     
  2. hunabku94

    hunabku94

    Joined:
    Jun 12, 2017
    Posts:
    50
    I don't use any proxy, vpn or firewall, just my internet box nat.
     
  3. hunabku94

    hunabku94

    Joined:
    Jun 12, 2017
    Posts:
    50
    I solved the issue :
    My dns povider seams to produce this problem.
    I installed my own dns server on my comptuer, binded to the root dns servers and it's works now.