Using SSL, resources on wp-login.php are not using https
-
A multi-site network.
The URLs specified for the site (Siteurl and Home) both lead off with https://
When loading the wp-login page, yes the URL specifies https://, but the loaded JavaScripts, stylesheets, and the form action all specify https://
<script type='text/javascript' src='https://XXXXXX.com/wp-admin/load-scripts.php...'> <link rel='stylesheet' href='https://XXXXXX.com/wp-admin/load-styles.php?...'> <form name="loginform" id="loginform" action="https://XXXXXX.com/wp-login.php" method="post">
All other references in the loaded HTML specify https…
Please Advise…
Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Using SSL, resources on wp-login.php are not using https’ is closed to new replies.