Skip to content

"This site can’t be reached" on https://localhost:6000 #7

@johndevor

Description

@johndevor

Site cannot be found for some reason. No errors reported from Terminal. I have the server.key and server.crt files in the /private/ folder of my meteor project.

 SSLProxy({
       port: 6000, //or 443 (normal port/requires sudo)
       ssl : {
            key: Assets.getText("server.key"),
            cert: Assets.getText("server.crt"),

            //Optional CA
            //Assets.getText("ca.pem")
       }
    });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions