I\'m connecting to a web service which was used before successfully, however now they\'ve changed hostname and sent me two .pem files; one is CA, and other is my new client cert
no IV for cipher indicates that the cipher in use does not require an IV (RC4 is one such cipher, and likely the one chosen here).
Edit Per GregS's comment, this a handshake_failure
could be caused by the server requesting client authentication, and the client failing to provide a certificate.