Skip to content

[Config Support]: New error from NPM "The plain HTTP request was sent to HTTPS port" #12043

Discussion options

You must be logged in to vote

this is covered in the beta3 release notes, by default TLS is enabled on port 8080. If you are not using https or your proxy isn't configured to use https with an unsigned cert then issue will happen. Simply disable tls support for frigate

tls:
  enabled: false

Replies: 1 comment 5 replies

Comment options

NickM-27
Jun 18, 2024
Collaborator Sponsor

You must be logged in to vote
5 replies
@downtownsj1973
Comment options

@NickM-27
Comment options

NickM-27 Jun 18, 2024
Collaborator Sponsor

Answer selected by downtownsj1973
@downtownsj1973
Comment options

@NickM-27
Comment options

NickM-27 Jun 18, 2024
Collaborator Sponsor

@downtownsj1973
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment