SHA384 Errors

Hi,

I have noticed lately (since updating to Ubuntu Cosmic perhaps?) … I get the following error messages in validate.php (some blank lines removed),

  [RuntimeException]                                                                           
  SHA384 is not supported by your openssl extension, could not verify the phar file integrity                                     

self-update [-r|--rollback] [--clean-backups] [--no-progress] [--update-keys] [--stable] [--preview] [--snapshot] [--set-channel-only] [--] [<version>]

  [RuntimeException]                                                                           
  SHA384 is not supported by your openssl extension, could not verify the phar file integrity                                                                                                     

self-update [-r|--rollback] [--clean-backups] [--no-progress] [--update-keys] [--stable] [--preview] [--snapshot] [--set-channel-only] [--] [<version>]
                                                                                               
  [RuntimeException]                                                                           
  SHA384 is not supported by your openssl extension, could not verify the phar file integrity                                                                                                     

self-update [-r|--rollback] [--clean-backups] [--no-progress] [--update-keys] [--stable] [--preview] [--snapshot] [--set-channel-only] [--] [<version>]

I have checked, and from whatI can tell my openssl (v1.1.1) does support sha384. Thoughts?

Thanks!

This is an upstream composer + php 7 something error.

You can fix it by manually updating composer.phar or deleting that and running the wrapper again to download the newest version.

1 Like

That worked - thanks!!!