Problem
The browser shows a security warning about the self-signed SSL certificate, making it difficult for users to access the application.
Current Behavior
- Browser displays 'Your connection is not private' or similar security warning
- Users must click through multiple warnings to access the site
- This creates a poor user experience and may confuse users
Expected Behavior
- Users should be able to access the application without security warnings
- Clear instructions should be provided for accepting the certificate
- Consider providing a development certificate or better certificate handling
Steps to Reproduce
- Navigate to https://localhost
- Browser shows security warning
- Must click 'Advanced' and 'Proceed to localhost (unsafe)'