Forum Bugs

error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

IZh
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.
IZh
I run prince-9.0r5 on OpenSuSE-13.2.
IZh
IZh
Hmmm... The problem may be on the side of the web-server.
mikeday
It seems that wget works, but curl (and hence Prince) does not.