Page 1 of 1

EzUGCC https connection?

Posted: Tue Aug 27, 2019 4:00 am
by Prisma501
The ease of use of the easy installer is briliant, but i have one (big) concern. I cant seem to find documentation on how to serve the panel over https. Is this even possible or do i have do go through the manual setup on IIS to accomplish?

The amount of sensitive info going over the web is making it really nescesary to encrypt the data imo.

Cheers

Re: EzUGCC https connection?

Posted: Tue Aug 27, 2019 12:42 pm
by Masher
EzUGCC doesn't support HTTPS unfortunately. You can do either of the following:

-Setup a HTTPS proxy with either IIS, nginx, apache.
-Move it to an IIS manual set up.

The first option will give you encryption and allow you to benefit from the features EzUGCC provides. I will look into addiding https support to EzUGCC, no promises on a time line though.

Re: EzUGCC https connection?

Posted: Tue Aug 27, 2019 1:04 pm
by Prisma501
No worries. I was just wondering if there was native https support. I solved it with a free cloudflare plan which does the trick beautifully.

Thanks for replyiing.

Cheers