I am using Laravel Sail and I am trying to share my site for testing. It works fine. The website can be accessed using the url generated from sail share
. What I want to happen is to use SSL while sharing the test website.
I have tried searching around but I did not get the answer for this. I was only given links to another website but it does not help because Laravel Sail is using containers. If possible, a guide would be helpful.
Cheers!