Hi All, I'm trying to use puppet to manage some application servers. I'm having an issue that I can't seem to figure out. Binary files that I copy to the Windows host are incomplete, and if I run puppet agent -t several times the file usually comes through. I'm testing this with single file I'm copying to the server. file{'MyApp1': ensure => file, path => 'C:\\AppDir\\MyApp1.exe', source => ["puppet:///modules/my_app_exe/MyApp1.exe"], source_permissions => ignore, } The size of the file is about 3MB, but when it copies across it's anywhere from 80KB to 1MB. There's no errors except when it fails trying to backup the file if I replace it. If I set backup => false, it claims to complete successfully, but the file is still incomplete. The error I get is: Error: Could not back up C:/AppDir/MyApp.exe: Error 400 on SERVER: SSL_read:: internal error Error: Could not back up C:/AppDir/MyApp.exe: Error 400 on SERVER: SSL_read:: internal error Error: /Stage[main]/my_app_exe/File[MyApp.exe]/content: change from {md5}70b4a1616d5fe2f41a4ad8e3dd345fcf to {md5}1bb8e1e2d39b21ff2f99920760c9eb74 failed: Could not back up C:/AppDir/MyApp.exe: Error 400 on SERVER: SSL_read::internal error Has anyone seen this before? It seems to happen to every Windows agent I have, and it's intermittent. Thanks, Nick -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/363e02d7-1b84-416d-ada4-30c647cbd0a1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.