Hi!
When I run following command
prince http://www.whatwg.org/specs/web-apps/current-work/ -o out.pdf
I got the error above.
It seems that it is related to disabling SSLv3 on web-servers to fight against SSL POODLE vulnerability.
As I understand, some OpenSSL initialization parameters have to be changed to exclude SSL from desired communication methods. The only way is TLS.
Thank you.
When I run following command
prince http://www.whatwg.org/specs/web-apps/current-work/ -o out.pdf
I got the error above.
It seems that it is related to disabling SSLv3 on web-servers to fight against SSL POODLE vulnerability.
As I understand, some OpenSSL initialization parameters have to be changed to exclude SSL from desired communication methods. The only way is TLS.
Thank you.