Passenger standalone rise nginx error on --ssl

272 views Asked by At

I trying to start passenger with SSL on mac os localhost but get this:

nginx: [emerg] invalid number of arguments in "ssl_certificate" directive in (way to config)

everything worked well just before I reinstall mac os from a backup image. All looking same as long as I can see. Any ideas where to look?

1

There are 1 answers

4
Hongli On

Passenger author here. This probably means you didn't specify --ssl-certificate and --ssl-certificate-key as well. Which Passenger version are you using, what is your exact invocation?