PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, February 3, 2022

[FIXED] Wordpress localhost:3000 returns SSL_ERROR_RX_RECORD_TOO_LONG with MAMP 6

 February 03, 2022     localhost, mamp, ssl, wordpress     No comments   

Issue

I upgraded MAMP to version 6 (not PRO).

When I launch my local wordpress project with npm start task, Firefox automatically redirects on https://localhost:3000 and I get the "SSL_ERROR_RX_RECORD_TOO_LONG" error.

How can I avoid SSL redirection for localhost:3000 ?

Thanks !


Solution

Go to phpmyadmin in MAMP, which is usually localhost:(portnumber)/phpmyadmin.

Find your wordpress database and then look for the wp_options table, or if your table is prefixed then look for (prefix)_wp_options.

Change the site_url and home options to http.



Answered By - James Hamann
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing