-
How can I access one of my LARAGON projects from a SMARTPHONE in the same LAN as the LARAGON development server in HTTPS (SSL)? I need HTTPS access because my application needs to use the smartphone camera to scan barcodes or QR codes. I already spent 2 days looking for a solution, without success. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I was doing the same thing using "https://[localnet.ip.address]/" - in modern browsers, you'll get a "safety warning" and typically have to click "advanced" and "Proceed" or "accept the risk and continue" etc. to continue to the site via https (I gave a very limited attempt at creating a cert for the site, but abandoned that path and just went with the "accept risk and continue" method). You should get the same options on the smartphone. Just put "https://" in front of the URL you're using to access the Laragon server and accept the risk and your camera connection should be enabled. Alternatively, you can also get a bluetooth barcode scanner off Amazon pretty cheap to connect to the smartphone and scan the codes with that (we're moving to that sort of solution this year in the project that we're using Laragon as the internal host). Good luck! |
Beta Was this translation helpful? Give feedback.
-
In the mean time, after digging for 4 days, I found the solution myself. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
-
This is the solution I found to make all (LARAVEL) projects served by LARAGON accessible in a LAN : https://www.kreaweb.be/laravel-11-vite-configuration/ Notice that my blog also contains a lot of tips & tricks on how to update different LARAGON components. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
This is the solution I found to make all (LARAVEL) projects served by LARAGON accessible in a LAN :
https://www.kreaweb.be/laravel-11-vite-configuration/
Notice that my blog also contains a lot of tips & tricks on how to update different LARAGON components.
Thanks for the help.