Hello,
The 'net::ERR_CONNECTION_RESET' error is usually caused by a network issue, where the connection between the client and server is unexpectedly closed. This can be caused by a variety of factors, including network congestion, firewall settings, or server misconfiguration.
In your case, since the issue is occurring only when accessing the application via HTTPS, it is possible that the SSL handshake is failing intermittently, causing the connection to be reset. This could be due to a misconfigured SSL certificate, or an issue with the SSL/TLS protocol version being used.
I hope this helps!
Best regards
Zunhui