Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable SSL on localhost using MAMP

Tags:

ssl

mamp

Month ago I've installed MAMP (not PRO) and I set SSL for localhost following this tutorial. It works perfectly by the way:

https://torbjornzetterlund.com/how-to-get-ssl-working-on-mamp-for-os-x/

Today I removed MAMP and install it again, but I can't access localhost with http://localhost, it redirects to https:// and connection is not allowed.

The apache config is the default config.

How can I remove/disable the openSSL I set?

like image 293
Fredmat Avatar asked Nov 17 '22 14:11

Fredmat


1 Answers

I tried solutions mentioned here without success

Wordpress always redirects to https after copying to localhost

But the only thing that worked was to change default MAMP ports under MAMP > Preferences enter image description here

like image 149
andrea simeoni Avatar answered May 24 '23 20:05

andrea simeoni