• I have 3 Warning messages:
    There is an inesperate error. Can’t stablish safe connection with www.ads-software.com server in /mnt/lvm/lvm_array1/lvm104_W/web/htdocs/wordpress/wp-includes/update.php
    on line 119
    on line 295
    on line 457
    Anyone can help me?
    Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I don’t have a solution for you but I wanted to let you know I experience something similar. When trying to download WordPress from a Linux command line, I get an “invalid certificate” error. Here is the output:

    [~]$ wget https://www.ads-software.com/latest.tar.gz
    --2014-10-24 10:33:51--  https://www.ads-software.com/latest.tar.gz
    Resolving www.ads-software.com... 66.155.40.249, 66.155.40.250
    Connecting to www.ads-software.com|66.155.40.249|:443... connected.
    ERROR: certificate common name *.www.ads-software.com doesn't match requested host name</code>www.ads-software.com'.
    To connect to www.ads-software.com insecurely, use --no-check-certificate.

    this happened to me as well while trying to download latest wordpress:

    wget https://www.ads-software.com/latest.tar.gz

    Hi guys, I know this is late, but you can just take the advice from the prompt. Use –no-check-certificate if you dare.

    example:
    wget –no-check-certificate https://www.ads-software.com/latest.tar.gz

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't establish safe connection with www.ads-software.com server’ is closed to new replies.