Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter ladamiec

    (@ladamiec)

    I found something for forcing users to the HTTPS page when loging in. See this post, Multisite, SSL (wildcard) and forced login, http://wordpress.org/support/topic/multisite-ssl-wildcard-and-forced-login?replies=10

    It says you must use FORCE_SSL_ADMIN.

    Larry

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    User is also havign issues logging in with Chrome, but not IE.

    No need to make multiple posts 😉 It’s all one and the same.

    Did you get this part sorted? If so, have you flushed cookies/cache from your browsers and logged in again?

    Thread Starter ladamiec

    (@ladamiec)

    I don’ think these are the same issues. The trouble here was directed at having the Lock icon appear in the browser when trying to login after setting define(‘FORCE_SSL_LOGIN’, true); I changed this line to define(‘FORCE_SSL_ADMIN’, true); and now users see the Lock icon in the browser.

    The other issue was posted under a different heading (which has now been closed) regarding not being able to see the login page when using https with Chrome or Firefox. The error I get from Chrome is:

    This webpage is not available
    The webpage at https://xblogs.kentlaw.edu/wp-login.php might be temporarily down or it may have moved permanently to a new web address.
    Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error.

    FireFox tells me:

    Data Transfer Interrupted
    The connection to xblogs.kentlaw.edu was interrupted while the page was loading.

    The browser connected successfully, but the connection was interrupted while transferring information. Please try again.

    * Are you unable to browse other sites? Check the computer’s network connection.
    * Still having trouble? Consult your network administrator or Internet provider for assistance.

    Also, I can navigate to https://xblogs.kentlaw.edu using IE but not Chrome or FireFox

    Tim Moore

    (@tmoorewp)

    FORCE_SS_LOGIN *only* makes the transaction of sending username/password to the server HTTPS. Take a look at the source code in your browser when you go to the login page with FORCE_SSL_LOGIN on. You’ll notice that in the <form …> tag, the action points to an HTTPS page. The only way currently to have the lock icon appear is to use FORCE_SSL_ADMIN.

    The error with Firefox and Chrome sound like they could be related to how your server is set up to handle HTTPS. Do you have a firewall that’s blocking port 443 by chance?

    ETA: I just tried loading your page. My Chrome install ran for about a minute trying to find a connection, but eventually timed out. That tells me it is likely a server/firewall issue.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Right you’re getting the error on Chrome AFTER you switched to SSL, so … related. 🙂

    Thread Starter ladamiec

    (@ladamiec)

    Sorry, but not related. I have users that access the login page using Android and IE. Users cannot access the login page using Chrome. If this was a firewall issue then all browsers would be blocked. And I did verify with my network admins that port 443 and 80 are open.

    If things work with IE, why don’t they work with Chrome?

    Tim Moore

    (@tmoorewp)

    This is a Google Chrome issue, not WordPress. Please see here and post there for help: http://www.google.com/support/chrome/bin/search.py?hl=en&forum=1&query=Error+324+more%3Aforum

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘https and force_ssl_login troubles’ is closed to new replies.