Skip to content

Could not establish trust relationship for the SSL/TLS secure channel with authority #2499

Closed
@alextochetto

Description

@alextochetto

I'm trying to use a digital certificate already installed in my PC.
I'm using ASPNET CORE 2.0, Framework 4.7 and VS 2017 15.5.3
This only occurs because the certificate is not valid: NET::ERR_CERT_AUTHORITY_INVALID

In my winform application, this works using this:
System.Net.ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };

Metadata

Metadata

Assignees

Labels

needs more infoNeed more info in order to reproduce the issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions