Christopher Hudel

Results 4 issues of Christopher Hudel

Hello, Can there be a way to bypass the SSL Certificate Checking? (The analog would be --no-verify-ssl in the AWS CLI). Thanks,

Hello, Nice javascript. I receive an error when generating an hotp with a counter size > 127. hotp.getOtp(secret,128) will fail: my console shows the following output: URIError: malformed URI sequence...

Fixes issue with counter values > 127. Changed to HEX format and simply used the counter in an 8-byte padded hex format.

I observe that Net:HTTP does not honor parameters set in OpenSSL::Config::DEFAULT_CONFIG_FILE (i.e.: /usr/lib/ssl/openssl.cnf). For example, if you set the following parameter in /usr/lib/ssl/openssl.cnf (symlinked to /etc/ssl/openssl.cnf): ``` [system_default_sect] Options =...