painebenjamin / app.enfugue.ai

ENFUGUE is an open-source web app for making studio-grade images and video using generative AI.
GNU General Public License v3.0
686 stars 65 forks source link

ERR_SSL_PROTOCOL_ERROR #135

Open Chaython opened 9 months ago

Chaython commented 9 months ago

Can't navigate to https://app.enfugue.ai: goes to port 45554 and errors out about invalid SSL Default settings in mercury and edge / tried disabling smartscreen crap / privacy things such as HTTPS redirect.... Manually navigating to HTTP does work, but it should be implemented in the sys tray's context menu to not redirect to HTTPS somehow? Or a certificate should be written for SSL

painebenjamin commented 9 months ago

Hello @Chaython,

Thank you for the report. The server does indeed download a certificate so that SSL works, so it seems like something about your networking setup is preventing it from working - or some other bug is occurring that I'm not aware of. Could you please take a screenshot of the error next time you can get it to occur?

As for the sys tray menu - it goes to the first configured listening address, which by default is the HTTPS one. Now that I think about it, it makes sense to have one menu item for each listening URL, both to make it easier to get to either one and to show people that both addresses work - so I'm going to do that for next release. Thank you for the suggestion.