Suite crm on https

Hi,

I will tried to use suite crm with https://domaine/suitecrm
Actually i use http://domaine/suitecrm

I start the ssl module and create certificat with auto signature but when i go on https://domaine/suitecrm he tell me The requested URL /suitecrm was not found on this server.

Thanks for your help

You might be better off asking in places that help out with your specific web server configuration (Apache, Nginx, etc.)…

Ok i solved my problem, if somebody wanted to know how can you get your suite crm on https:// i can told you

See you soon

Hello,

I need set up default https.

Thank you.

Yeah sorry i need to check how i do that.

See you soon

Ok you need to add this code on /etc/apache2/ports.conf

<IfModule mod_ssl.c>
    Listen 443
</IfModule> 

and create vhost if you need. The port was 443.