@sjpadgett So this means the openssl_pkey_new command is breaking on brent’s machine on windows. Do you have any thoughts on why that would be Jerry?
@mohit had to change his ssl configuration in this post Getting Error While Calling the Authorization Code Grant - #20 by mohit
To the following in order to get his to work:
$keysConfig = [
“config” => “D:/Xampp-7.3.20/php/extras/openssl/openssl.cnf”,
‘private_key_bits’=> 2048,
‘default_md’ => “sha256”,
];
$keys = \openssl_pkey_new($keysConfig);
Is there something different with our key configuration on windows?