Is it possible to run symfony2 development server with ssl connection?
问题 I am developing my new project in symfony 2 in built-in Symfony2 sever ( app/console server:run ). Is it possible to run my website with https on this server? 回答1: The php app/console server:run use the PHP built-in web server that was designed to aid application development and isn't supposed to support SSL, just plain HTTP requests. You can try to use this https://stackoverflow.com/a/12946566/3059764 回答2: now it is possible using the symfony cli, you can install a ssl certificate symfony