Skip to content

Panic upon using true certificate in test mockup #30

Description

@jakob22r

Scenario: Egerouter is set to allow for insecure connections, line 1200-1207
httpClient := &http.Client{
Transport: &http.Transport{
TLSClientConfig: &tls.Config{
Certificates: certificates,
InsecureSkipVerify: true,
},
},
}

This is used in test scenarious such that non authenticated TLS is possible. When connecting an agent with true MIR-endorsed certificates, this configuration triggers a panic from the edgerouter, closing the Websocket.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions