• Resolved yasmin2022

    (@yasmin2022)


    Hello

    Since I updated the really ssl plugin on my site, my site is not working
    correctly in https

    I am unable to access the wp-admin control panel which always loads in https.

    I have disabled the folder via FTP really-simple-ssl , even then it is not working.
    can you please give me a rapid solution.

    I have already defined the parameters

    define(‘FORCE_SSL_ADMIN’, false);
    define(‘WP_CACHE’, false);
    define(‘FORCE_SSL_LOGIN’, false);
    define(‘WP_HOME’,’http://www.fluidyn.com’);
    define(‘WP_SITEURL’,’http://www.fluidyn.com’);`

    in wp-config.php

    Thanks for a quick solution

    The page I need help with: [log in to see the link]

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter yasmin2022

    (@yasmin2022)

    Hello Roger

    I am unfortunately unable to identify the two factor authentication plugin.
    Here is the list of plugins that I have in the folder wp-content/plugins. Can you
    please help me identify ? Thanks a lot

    advanced-nocaptcha-recaptcha
    akismet
    all-in-one-wp-migration
    better-wp-security
    conditional-menus
    contact-form-7
    cookie-notice
    disable-gutenberg
    disable-xml-rpc
    download-monitor
    duplicate-page
    duplicator
    elementor
    extended-buttons-for-elementor
    google-analytics-for-wordpress
    header-footer-elementor
    image-hover-effects-addon-for-elementor
    ithemes-security-pro
    LWSAffiliation
    mailchimp-for-wp
    mailchimp-top-bar
    mc4wp-wpml
    megamenu
    members
    menu-social-icons
    metform
    ml-slider
    permalink-manager
    peters-login-redirect
    popup-maker
    post-grid
    profile-builder
    really-simple-ssl
    recent-posts-widget-with-thumbnails
    redirection
    shortcode-widget
    siteorigin-panels
    smart-recent-posts-widget
    smart-slider-3
    so-css
    so-widgets-bundle
    tablepress
    the-post-grid
    upload-max-file-size
    vw-notes-files-downloader
    we-elementor-parallax
    widget-css-classes
    wordpress-seo
    wpforms-lite
    wp-mail-smtp
    wp-optimize
    wp-rollback
    wps-hide-login-disable
    wp-sitemap-page
    wp-super-cache`

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    My guess would be “better-wp-security”

    Thread Starter yasmin2022

    (@yasmin2022)

    Unfortunately no, it is still giving me the message for two step
    authentication

    I also tried by disabling IThemes-security-pro, but in this case after login
    I get the message ‘you cannot access this page’

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    If that was the response on deactivating iThemes, I suggest to contact iThemes support. It sounds as if that is where the 2fa comes from. They will know what to do.

    Thread Starter yasmin2022

    (@yasmin2022)

    Hello

    I contacted Ithemes and they insist that the issue is not due to their tool.
    There is a folder twofactor under wp-content / plugins / ithemes-seucrity-pro and when
    I delete the folder ithemes, I am not able to get the login window for dashboard
    When I keep the folder ithemes I get the login window without any styling and
    then the message for 2 step authenticate.

    I am still however unable to get access to my dashboard panel.

    Thanks for your help.

    Thread Starter yasmin2022

    (@yasmin2022)

    Hello

    The issue really seems to be with ssl plugin; The site is loading correctly in http
    but not in https. The styling is corrupted.

    As for the two step authenticate message, it is just a message asking me if I wish to
    use two step authenticate and the boxes skip and continue are inactive.

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    To configure really simple ssl, you should login first. This can normally be done by skipping the two factor authentication. That these options are disabled is not caused by Really Simple SSL, as Really Simple SSL does not have this options.

    Your styling issue does not prevent you from logging in, the 2fa prevents you from logging in.

    My suggestion is to fix your 2fa issue, then login, and click the “activate SSL” button to ensure that the plugin loads over SSL. Alternatively, you can add

    define( 'WP_HOME', 'https://example.com' );
    define( 'WP_SITEURL', 'https://example.com' );

    (with your domain in it)

    To ensure your site loads over https.

    Thread Starter yasmin2022

    (@yasmin2022)

    Hello

    Many thanks for your reply.

    I have already added the above two lines in my wp-config.php.

    The site loads correctly in https protocol.
    My issue is that I do not have access to my wp-admin panel.

    Here are the changes that I made to my wp-config.php

    define(‘FORCE_SSL_ADMIN’, true);
    define(‘WP_CACHE’, true);
    define(‘FORCE_SSL_LOGIN’, true);
    define(‘WP_HOME’,https://mydomaine.com’);
    define(‘WP_SITEURL’, ‘https://mydomaine.com’);
    $_SERVER[“HTTPS”]=”on”;

    My wp-admin panel gives the login and password blocks without wordpress styling, so it could be an issue of themes.
    When I login I either get the message to activate two factor authentication , but the skip /continue boxes are not not active so I cannot click on them to select skip
    When I delete the folder two-factor present under the folder ithemes-security-pro, I get the message , “you are not allowed to access this page” when I login.

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘wp-admin access unavailable due to ssl bug’ is closed to new replies.