Stas

Results 19 comments of Stas

@marina-p Does this crash look like an obvious fix in user configs ? Or RESTler update required ?

Seems like Dredd has open issues related to this. Once those are addressed, raft will be able to use that. https://github.com/apiaryio/dredd/issues/913 https://github.com/apiaryio/dredd/issues/323 There might be an option to add the...

@LYDE1234 - does disabling certificate validation altogether would work for you ?

Attempt 1: - Set certificate in Azure Keyvault - Pass certificate to the container in encrypted environment variable (since this is the only way we can pass cert secretly to...

@alfonso-mireles Can you share which operating system are you using ?

@alfonso-mireles Could you try the following in your `raft.py` file on line 118 add encoding parameter as follows ```python with open(defaults_path, 'w', encoding='utf-8') as d: d.write(fresh_defaults) print(defaults_help) ``` Delete existing...

This item depends on https://github.com/microsoft/restler-fuzzer/issues/224

Schemathesis specific comments are in #198

@LYDE1234 Do you need this for running with Dredd ? As discussed in the bug #195 that you opened. Dredd does not support self-signed certificates yet. Would disabling certificate validation...