in reply to https request causes segmentation fault

This often means that you are running this code with some XS libraries (Crypt::SSLeay) that were compiled with a different version of perl than the one you are running, or with a different compiler.
  • Comment on Re: https request causes segmentation fault