Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panic upon using true certificate in test mockup #30

Open
jakob22r opened this issue Jan 28, 2025 · 0 comments
Open

Panic upon using true certificate in test mockup #30

jakob22r opened this issue Jan 28, 2025 · 0 comments

Comments

@jakob22r
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant