You are not logged in.
Pages: 1
It seems, that the recommended Pastebin service "sprunge.us" is broken for some time now:
$ echo foo | curl -F c=@- https://sprunge.us
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to sprunge.us:443
The proper usage of "ix.io" differs from the usage of sprunge:
$ echo foo | curl -F 'f:1=<-' ix.io
and is not documented in the Wiki, but only on the official site.
Furthermore it does not provide HTTPS:
$ echo foo | curl -F 'f:1=<-' https://ix.io
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
The use of "pastebin.com" is dicouraged by the wiki.
Maybe somebody with knowlege of a working, HTTPS-enabled pastebin service that is not of the "evil kind" like "pastebin.com" may update the wiki, so that there is documentation of a working, secure pastebin service?
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
Pages: 1