• Resolved moregone

    (@moregone)


    Hello,

    A website I manage asked to have the site switched to SSL (cybergroup.tv

    I saw somewhere that you can just site URL from HTTP to HTTPS
    So in Settings > General I did just that changed it to HTTPS

    Now I am locked out and the site unviewable and getting an SSL error

    Anyone help me revert back to HTTP?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter moregone

    (@moregone)

    figured it out

    needed to find theme functions.php and added

    update_option( ‘siteurl’, ‘http://cybergroup.tv’ );
    update_option( ‘home’, ‘http://cybergroup.tv’ );

    that removed the HTTPS from the site and allowed me to log in again
    if you do not have a functions.php in your theme, create one

    another suggestion was to define the site name in the wp-config but that did not work for me

    Thread Starter moregone

    (@moregone)

    closed

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘SSL error, cannot access site’ is closed to new replies.