Your software
My Mautic version is: 2.15.1
My PHP version is:PHP: 7.1.33
Your problem
My problem is:
Hello, I have installed at home two diferent computers. Each one of them is installed xampp server. One is running wordpress and the other is running Mautic. The wordpress computer uses port 80 and 443 and I can install the ssl certificate. On the Mautic computer it uses port 8080 and port 1443 and I can’t create a certified ssl.
How do I install ssl certificate on mautic using port 8080 and 1443?
I am sorry, I am new to this, but in the future I promise to only ask or answer questions related to Mautic. Thanks for putting me in the right direction.
Indeed this is a server config issue rather than Mautic. Take a look at your xampp setup, it might be in your vhosts config file, and you should be able to change the default ports.
Just to add, you shouldn’t really be running a website/Mautic instance on a local machine if you’re using them in production. Testing is fine, but for production it’s recommended to use a proper web hosting provider or a virtual server (e.g. AWS, Digital Ocean, etc).