lloeki / matterfront

Mattermost frontend app for OS X, Windows and Linux
MIT License
152 stars 27 forks source link

No connection using self signed certificate #35

Closed elpatron68 closed 8 years ago

elpatron68 commented 8 years ago

I tried to start matterfront against our nginx-proxied ssl site (https://mattermost.oursite.local), which is using a self-signed certificate, but I can´t connect. Using a direct (unsecured) connection against port 8065 works just fine. Is there anything I can do about it?

Thanks, Markus

daemongh commented 8 years ago

Can you try to run the application with the --ignore-certificate-errors argument?

elpatron68 commented 8 years ago

Hi @daemongh --ignore-certificate-errors helps, the app starts successfully. Could it be made configurable before building? Thanks, Markus

LongLiveCHIEF commented 8 years ago

@elpatron68 yes it can! It's a feature I'm adding in for the 1.2 release actually, along with proxy support.

you'll be able to add it to a config file, OR specify it as a build or run argument using the new matterfront-cli. Check out the addCLI branch for a sneak peak.