Page 1 of 1

SSL HTTPS Ubuntu 16.04 LTS XAMPP 7.2.1

PostPosted: 27. January 2018 03:34
by snarl5678
Does anybody know how to get HTTPS working with Ubuntu 16.04 LTS and XAMPP 7.2.1 ???

Everything is working fine with HTTP.

Thanks

Re: SSL HTTPS Ubuntu 16.04 LTS XAMPP 7.2.1

PostPosted: 27. January 2018 10:49
by Nobbie
It should work out of the box, but of course you need a valid certificate (which is not included in Xampp) and you have to configure it correctly. There is an exampled included in httpd-ssl.conf

Re: SSL HTTPS Ubuntu 16.04 LTS XAMPP 7.2.1

PostPosted: 27. January 2018 11:20
by snarl5678
I've found;

/opt/lampp/etc/extra/httpd-ssl.conf

What next?

Thanks

Re: SSL HTTPS Ubuntu 16.04 LTS XAMPP 7.2.1

PostPosted: 27. January 2018 11:50
by Nobbie
snarl5678 wrote:What next?


Go for a tutorial about SSL, get you a certificate and configure your Apache. This forum is not meant to explain basic Apache Knowledge, we only can give some support on installation "Xampp for Linux" problems. You have to read documentation and learn Apache configuration on yourself, that exceeds this forum by far.

Re: SSL HTTPS Ubuntu 16.04 LTS XAMPP 7.2.1

PostPosted: 27. January 2018 11:54
by snarl5678
Fair enough. I've found the tutorials I've looked at point to folders that don't exist and unknown commands. This was kind of a last resort. It was possibly some help all the same.

Thanks.