On Linux the TLS certificates are handled as expected.
On Windows 11 there are inconsistencies in certificate handling. Not sure why.
In windows 11:
The application waits for a response the whole timeout duration, and then receives and displays
a time out error. Page requests are not forked, and thus the whole
application freezes until the timeout error occurs. See Socket.hs.
On Linux the TLS certificates are handled as expected. On Windows 11 there are inconsistencies in certificate handling. Not sure why.
In windows 11: The application waits for a response the whole timeout duration, and then receives and displays a time out error. Page requests are not forked, and thus the whole application freezes until the timeout error occurs. See
Socket.hs
.