-
-
Notifications
You must be signed in to change notification settings - Fork 15
Support localhost SSL certificates? #353
Copy link
Copy link
Closed
Description
In my environment, I always build and test websites using SSL, so I don't run into any surprises when we push code to production where SSL is almost certainly there.
I don't know if this is possible, but it would be nice if behind the scenes, nvQuickSite:
- Determines if the current site might be a localhost site (e.g., not .com or other TLD).
- If this might be a localhost domain, look for a localhost/IIS express certificate.
- If a localhost certificate is found, the SSL binding is added using it.
This would save me time from:
- Forgetting this doesn't happen with my nvQuickSite instances,
- Get confused for a moment. 😕
- Remember this site doesn't have SSL applied. 🤦🏽♂️
- Get annoyed and 🙄 at myself.
- Go into IIS and manually apply the SSL binding. 🌎 🔐
Reactions are currently unavailable