Zlib::DataError at /saml/auth
invalid code lengths set
I generated my own certificates and I'm testing it locally, when send the request it fails here:
@saml_request = zstream.inflate(Base64.decode64(saml_request)) exactly on the inflate method, the decode64 works good and I can read perfectly the xml:
For some reason I'm getting this error:
I generated my own certificates and I'm testing it locally, when send the request it fails here:
@saml_request = zstream.inflate(Base64.decode64(saml_request))
exactly on theinflate
method, the decode64 works good and I can read perfectly the xml: