Meteor-SSL-proxy icon indicating copy to clipboard operation
Meteor-SSL-proxy copied to clipboard

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

Open johndevor opened this issue 7 years ago • 0 comments

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")
       }
    });

johndevor avatar Nov 14 '18 21:11 johndevor