OpenSSL error: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init

Discussion in 'Installation/Configuration' started by Thomas CARTER, Apr 3, 2019.

  1. Thomas CARTER

    Thomas CARTER New Member

  2. Thomas CARTER

    Thomas CARTER New Member

    I created 2 more identical machines and they all have the same errors. I also have a second error I didn't mention previously:
    When I list a table, for example:
    URL: http://[server]/phpmyadmin/sql.php?server=1&db=c8_1&table=ps_accessory&pos=0&token=184bad176aedc6c477865f423e79da41
    I get big pink screen with :

    Warning
    in ./libraries/sql.lib.php#613
    [​IMG] count(): Parameter must be an array or an object that implements Countable

    which i hide with :
    in file : ./usr/share/phpmyadmin/libraries/sql.lib.php
    line : 604
    function PMA_isRememberSortingOrder($analyzed_sql_results)
    {
    return false;//Line added

    Any feedback appreciated
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Is your Ubuntu up-to-date?
    Code:
    apt-get update
    apt-get dist-upgrade
    I used Internet Search Engines with your error message, old versions of nginx had that bug. But you are using apache, correct? And nginx is not installed at all?
    Code:
    apt-cache policy nginx
     
  4. Thomas CARTER

    Thomas CARTER New Member

    Hi Taleman, thanks for your thoughts.
    Yes following "perfect server" I start with apt-get update, apt-get upgrade
    I haven't done apt-get dist-upgrade. They are production machines and looking at this link it doesn't seem to be necessary and might create problèmes : https://askubuntu.com/questions/194651/why-use-apt-get-upgrade-instead-of-apt-get-dist-upgrade
    And yes I'm using Apache not Nginx.
    You can see phpinfo here : http://cergyin.encours.fr/siteinfo.php
    Since OVH is the most popular hoster in France and these are new machines/installations I'm surprised to be the only one with this problem.
     
  5. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    The web page you quote states:
    If you are worried what the command might do, use
    Code:
    apt-get --simulate dist-upgrade 
    This is to see if there are upgrades pending. If there are, examine if you want them to be applied if they seem relevant to your errors.
     
  6. Thomas CARTER

    Thomas CARTER New Member

Share This Page