Giter VIP home page Giter VIP logo

Comments (2)

stishkin avatar stishkin commented on June 11, 2024

@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 would work better for you ?

If you want to use it with RESTler - then that will work.

You need a to mount a your folder with certificates, and the pass that mount path in certificates configuration property.

{
  "rootFileshare": "<fileShareName>",
  "namePrefix": "<fileShareName>-fuzz-",

  "readOnlyFileShareMounts": [
    {
      "FileShareName": "swagger-files",
      "MountPath": "/swagger-files"
    },
    {
      "FileShareName" : "certificates",
      "MountPath" : "/my-certs"
    }
  ],

  "testTasks" : {
    "targetConfiguration" : {
      "endpoint": "<EndPoint>",
      "certificates" : ["/my-certs"]
    },

    "tasks": [
      {
        "toolName": "RESTler",
        "outputFolder": "RESTler-fuzz-0",
        "toolConfiguration": {
          "task": "TestFuzzLean",
          "runConfiguration": {
            "inputFolderPath": "/job-compile/<compile.jobID>/RESTler-compile",
            "useSsl": true
          }
        }
      }
     ]
}

from rest-api-fuzz-testing.

LYDE1234 avatar LYDE1234 commented on June 11, 2024

We need this for RESTler and your example helps; I'd still like a sample but this is fine for now. Thanks.

from rest-api-fuzz-testing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.