You must check all the files you load within the admin pages (including files loaded from plugins); they should be loaded over HTTPS. WordPress takes care about the files it loads itself, but it doesn’t control if you or your plugins load resources over HTTP; you must fix it.
To find the resources loaded over HTTP you can use the Console log of Chrome or Firefox developer tools.
Also, there are some instances of wp-admin that loads resources from front-end. For example, the customizer is in the admin side but the preview is a iframe of the front end. If you have SSL only on admin, you can end up with troubles.
The best thing you can do is to use HTTPS in the entire site. It will be more stable, your users will love it and search engines will love it.
Related Posts:
- Upgrade to SSL Breaks Admin Dashboard
- SSL Partially breaking admin panel and elementor
- Too many redirects after added SSL redirect on port 80 virtual host
- ‘Too many redirects’ error after changing site URL in WordPress [closed]
- Https Website: CSS and JS files load in http and admin page does not load too
- Setting $_SERVER[‘HTTPS’]=’on’ prevents access to wp-admin
- Use a different domain for SSL
- Share same domain for wp-admin but for different website
- How to get the post editor and media library to respect HTTPS administration mode?
- Remove HTTP: from the site URL and just keep // in it
- AJAX requests broken due to HTTPS for wp-admin
- Which HTTP headers to use for subdomain embedding?
- Why is there an intermediate redirect to https://public-url.org/wp-admin?
- FORCE_SSL_ADMIN not working
- Can’t login to Dashboard when changing site URL to HTTPS
- Have different site location for wp-admin in IIS
- Admin sometimes redirects to HTTPS
- WP Core hard coded to use http://www.w3.org/1999/xhtml not HTTPS
- Can’t access wp-admin after http to https change
- Can’t access WP-Admin via HTTPS
- mixed contents admin panel is Unsecured
- Wp-admin loguts me. When sign with Wp_singon
- Having SSL enabled on admin, but disabled on post preview and live preview?
- Random HTTPs redirections at admin area in shared hosting
- SSL doesn’t deliver parts of WordPress Administration Module
- Forcing WordPress Administration onto a separate SSL Host
- SSL Error: unable to get local issuer certificate
- https connection using CURL from command line
- Curl command for https ( SSL )
- nodejs – error self signed certificate in certificate chain
- Simple Java HTTPS server
- HTTPS connection Python
- Java: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- How do you redirect HTTPS to HTTP?
- Could not establish secure channel for SSL/TLS with authority ‘*’
- Python requests SSL error – certificate verify failed
- How can I force users to access my page over HTTPS instead of HTTP?
- How to force Laravel Project to use HTTPS for all routes?
- How can I fix the “No certificates found – The app Chrome has requested a certificate” Android / Google Chrome issue
- Issues with installing python libraries on Windows : CondaHTTPError: HTTP 000 CONNECTION FAILED for url
- Organizing Code in your WordPress Theme's functions.php File?
- How to check if a user is in a specific role?
- Can I rename the wp-admin folder?
- How do I Enqueue styles/scripts on Certain /wp-admin Pages?
- Changing Admin Menu Labels
- Adding custom columns to custom post types
- Adding Fields to the Category, Tag and Custom Taxonomy Edit Screen in the WordPress Admin?
- adding custom stylesheet to wp-admin
- Can’t change language (only “English (United States)”)
- Is there ANY way to remove comments function and section totally?
- How to use “menu_order” field for posts?
- SSL Breaks WordPress CSS
- “Too many redirects” ONLY when trying to access wp-admin page
- How to restrict dashboard access to Admins only?
- Admin Page Redirect
- Disable dragging of meta boxes?
- Toggle admin metabox based upon chosen page template
- Unable to login and wp-login.php redirects to wp-admin%2F&reauth=1?
- When moving a WP site, why does wp-admin redirect to old site?
- How to disable the “Post Lock/Edit Lock”?
- adding the category to the admin column for a custom post type?
- How can we make managing lots of pages in WordPress Admin better?
- Change page title in admin area
- do_shortcode() within Admin Page
- How can I control the position in the admin menu of items added by plugins?
- Changing the ‘wp-admin’ URL to whatever I want
- Disable SSL / HTTPS for wordpress
- Unit testing in the WordPress backend (is_admin() is true)
- Switching MultiSite installation from HTTP to HTTPS
- Admin ajax request return 0 with die()
- How to prevent access to wp-admin for certain user roles?
- How to remove screen options and help links in the admin area?
- How to remove the core embed blocks in WordPress 5.6?
- How to increase the file size limit for media uploads?
- Create WP tutorial for users with admin pointer using next button for navigation
- Why is WordPress redirecting from http to https on a local environment?
- I’m getting a 404 message when I try to access wpadmin
- Taxonomy dropdown metabox in the back-end
- wordpress wp-admin css not loading
- Sort admin menu items
- How to order by post meta name in wp admin?
- How set defaults on wpLink()
- Remove dashboard, use Pages tab as default
- How to redirect/rewrite all /wp-login requests
- Show all post tags on post edit screen/sidebox
- How to hook in and modify the new revisions UI (3.6+)?
- How to display a static HTML page while setting up a WordPress site?
- Limit widget to certain sidebar?
- How can I uninstall a language?
- Check if user is admin by user ID
- My wordpress site gets redirected automatically to the old site any known solution for this?
- Best way to present options for home page in admin?
- Remove specific items from Quick Edit menu of a Custom Post Type?
- How to filter by post-format in admin?
- Unable to login to my wordpress site. reauth=1 redirection loop
- Add “external” link to admin menu in the backend
- How to Layer 7 Load Balance WordPress Backend and Frontend?
- Disable image attachment links
- Is there a way to force ssl on certain pages
- How can I improve the line break handling in the WYSIWYG editor?