Új hozzászólás Aktív témák

  • Jester01

    veterán

    válasz Speeedfire #11316 üzenetére

    A certificate-val valami gubanc van, továbbá sslv3 szükséges. De amúgy megy.

    $ wget --secure-protocol=SSLv3 https://speeedfire.ath.cx/
    --2011-07-24 01:06:08-- https://speeedfire.ath.cx/
    Resolving speeedfire.ath.cx... 82.131.190.56
    Connecting to speeedfire.ath.cx|82.131.190.56|:443... connected.
    ERROR: cannot verify speeedfire.ath.cx's certificate, issued by `/C=AU/ST=Some-State/O=Internet Widgits Pty Ltd':
    Self-signed certificate encountered.
    ERROR: certificate common name `' doesn't match requested host name `speeedfire.ath.cx'.
    To connect to speeedfire.ath.cx insecurely, use `--no-check-certificate'.
    $ wget --no-check-certificate --secure-protocol=SSLv3 https://speeedfire.ath.cx/
    --2011-07-24 01:06:20-- https://speeedfire.ath.cx/
    Resolving speeedfire.ath.cx... 82.131.190.56
    Connecting to speeedfire.ath.cx|82.131.190.56|:443... connected.
    WARNING: cannot verify speeedfire.ath.cx's certificate, issued by `/C=AU/ST=Some-State/O=Internet Widgits Pty Ltd':
    Self-signed certificate encountered.
    WARNING: certificate common name `' doesn't match requested host name `speeedfire.ath.cx'.
    HTTP request sent, awaiting response... 200 OK
    Length: 8564 (8.4K) [text/html]
    Saving to: `index.html'

    100%[======================================================================================>] 8,564 --.-K/s in 0.1s

    2011-07-24 01:06:25 (70.1 KB/s) - `index.html' saved [8564/8564]

    Jester

Új hozzászólás Aktív témák