Amr Es

Results 5 issues of Amr Es

I'm using DjangoSaml2 on windows which use pysaml2, i download xmlsec1 and the needed dlls, below error is received when running ``` Traceback (most recent call last): File "C:\Program Files\Python310\lib\site-packages\saml2\sigver.py",...

Windows

when connecting to a fortinet device and it has banner to accept sending RETURN char before sending 'a' to accept the disclaimer cause the device to close the connection, when...

Fortinet

it doesn't support python version >= 3.8

using it with pysaml2 gives this error PermissionError: [Errno 13] Permission denied: 'C:\\Users\\username\\AppData\\Local\\Temp\\tmptgi2bs37.pem' Full Trace ``` Traceback (most recent call last): File "C:\Program Files\Python310\lib\site-packages\saml2\response.py", line 344, in _loads self.response =...

is there a way to rate limit rule based on response status code For Example if response code is 200 no rate limit should be applied, if it is 4xx...