PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, January 5, 2022

[FIXED] Laravel valet secure does not work and where is nginx information coming from after deletion?

 January 05, 2022     composer-php, laravel, laravel-valet, nginx, valet     No comments   

Issue

So I am working on Laravel/Valet, I was trying to use ssl. So I ran:

valet secure examplesite 

This did not work. I have uninstalled valet, cleared cache, remove laravel/valet. Nothing worked. I just could not open the https://examplesite.test site. However, the non-secure http site is working fine.

Question 1: How can I get this to work? I am on MAC OS Sierra.

Question 2: Even after removing nginx and valet, I am still seeing something like the image shown like this image when I load the page. Where is the information about the server nginx coming from?

Thank you very much.


Solution

So after running valet secure in the same directory of the web project;

I ran the code below:

    sudo nginx -s stop && sudo nginx


Answered By - franc
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing