Skip to content

Relaxing the validation of server certificates against embedded self-…

17a0585
Select commit
Loading
Failed to load commit list.
Open

Relaxing the validation of server certificates when using self-signed embedded certs #82

Relaxing the validation of server certificates against embedded self-…
17a0585
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Feb 1, 2025 in 1m 18s

Build Failed

The build failed. This is a change from the previous build, which canceled.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #82 Relaxing the validation of server certificates when using self-signed embedded certs.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job Xcode ENV OS State
398.1 DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu16.04:5.1.5 Linux failed
398.2 DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu18.04:5.4 Linux failed
398.3 DOCKER_IMAGE=docker.kitura.net/kitura/swift-ci-ubuntu18.04:latest USE_SWIFT_DEVELOPMENT_SNAPSHOT=1 Linux failed
398.4 xcode11 JAZZY_ELIGIBLE=true macOS failed
398.5 xcode12.2 macOS failed
398.6 xcode12.5 USE_SWIFT_DEVELOPMENT_SNAPSHOT=1 macOS failed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "branches": {
    "only": [
      "master",
      "/^issue.*$/"
    ]
  },
  "before_install": [
    "git clone https://github.com/Kitura/Package-Builder.git"
  ],
  "script": [
    "./Package-Builder/build-package.sh -projectDir $TRAVIS_BUILD_DIR"
  ],
  "jobs": {
    "include": [
      {
        "os": "linux",
        "dist": "xenial",
        "sudo": true,
        "services": [
          "docker"
        ],
        "env": [
          {
            "DOCKER_IMAGE": "docker.kitura.net/kitura/swift-ci-ubuntu16.04:5.1.5"
          }
        ]
      },
      {
        "os": "linux",
        "dist": "bionic",
        "sudo": true,
        "services": [
          "docker"
        ],
        "env": [
          {
            "DOCKER_IMAGE": "docker.kitura.net/kitura/swift-ci-ubuntu18.04:5.4"
          }
        ]
      },
      {
        "os": "linux",
        "dist": "xenial",
        "sudo": true,
        "services": [
          "docker"
        ],
        "env": [
          {
            "DOCKER_IMAGE": "docker.kitura.net/kitura/swift-ci-ubuntu18.04:latest",
            "USE_SWIFT_DEVELOPMENT_SNAPSHOT": "1"
          }
        ]
      },
      {
        "os": "osx",
        "osx_image": "xcode11",
        "sudo": true,
        "env": [
          {
            "JAZZY_ELIGIBLE": "true"
          }
        ]
      },
      {
        "os": "osx",
        "osx_image": "xcode12.2",
        "sudo": true
      },
      {
        "os": "osx",
        "osx_image": "xcode12.5",
        "sudo": true,
        "env": [
          {
            "USE_SWIFT_DEVELOPMENT_SNAPSHOT": "1"
          }
        ]
      }
    ]
  }
}