leslie
leslie

Reputation: 31

travis ci bad decrypt in windows 10

when I try push. the travis ci failed.

bad decrypt

140356638541472:error:0606506D:digital envelope routines:EVP_DecryptFinal_ex:wrong final block length:evp_enc.c:532:
The command "openssl aes-256-cbc -K $encrypted_b5321099e062_key -iv $encrypted_b5321099e062_iv -in id_rsa.enc -out ~/.ssh/id_rsa -d" failed and exited with 1 during .

what should I do?

Upvotes: 3

Views: 1262

Answers (1)

lpcarignan
lpcarignan

Reputation: 61

This seems to be a known issue by the Travis team. Possible solution seems to be to encrypt the file in a virtual machine with a Linux on it. This is a one shot deal.

Upvotes: 2

Related Questions