Skip to content

Error open SSL KYC #142

Discussion options

You must be logged in to vote

Maaf mau nanya saya udah pake token production trus ada error seperti ini: openssl_pkey_get_details(): Argument #1 ($key) must be of type OpenSSLAsymmetricKey, false given kode saya di Laravel 11 kaya gini: $namaVerifikator = $request->nama_verifikator; $nikVerifikator = $request->nik_verifikator;

    $kyc =  new KYC;
    $json = $kyc->generateUrl($namaVerifikator, $nikVerifikator);
    $kyc_link = json_decode($json, true);
    
    return redirect($kyc_link['data']['url']);

mohon pencerahannya, makasih

Duplikat dengan:
#132
#115 (comment)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ivanwilliammd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants