Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. root@rtmp22:~/nginx# curl -v -k -L --output master.zip https://github.com/arut/nginx-rtmp-module/archive/master.zip
  2. % Total % Received % Xferd Average Speed Time Time Time Current
  3. Dload Upload Total Spent Left Speed
  4. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 162.219.51.2...
  5. * TCP_NODELAY set
  6. * Connected to github.com (162.219.51.2) port 443 (#0)
  7. * ALPN, offering h2
  8. * ALPN, offering http/1.1
  9. * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
  10. * successfully set certificate verify locations:
  11. * CAfile: /etc/ssl/certs/ca-certificates.crt
  12. CApath: /etc/ssl/certs
  13. * TLSv1.2 (OUT), TLS header, Certificate Status (22):
  14. } [5 bytes data]
  15. * TLSv1.2 (OUT), TLS handshake, Client hello (1):
  16. } [512 bytes data]
  17. * TLSv1.2 (IN), TLS header, Unknown (21):
  18. { [5 bytes data]
  19. * TLSv1.2 (IN), TLS alert, Server hello (2):
  20. { [2 bytes data]
  21. * error:140773E8:SSL routines:SSL23_GET_SERVER_HELLO:reason(1000)
  22. * Curl_http_done: called premature == 1
  23. * stopped the pause stream!
  24. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  25. * Closing connection 0
  26. curl: (35) error:140773E8:SSL routines:SSL23_GET_SERVER_HELLO:reason(1000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement