You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to login and launch using the library just fine. However, when attempting to send a grade using $grades->put_grade($score); I receive an error from JWT saying "OpenSSL unable to sign data" of type DomainException (/vendors/fproject/php-jwt/src/JWT.php line 200-202).
Any idea what's going on here? I'm able to decode but not encode. I have openssl version 1.1.1 FIPS.
Thanks
The text was updated successfully, but these errors were encountered:
I am able to login and launch using the library just fine. However, when attempting to send a grade using $grades->put_grade($score); I receive an error from JWT saying "OpenSSL unable to sign data" of type DomainException (/vendors/fproject/php-jwt/src/JWT.php line 200-202).
Any idea what's going on here? I'm able to decode but not encode. I have openssl version 1.1.1 FIPS.
Thanks
The text was updated successfully, but these errors were encountered: