|
We had a certificate issued by Verisign and have allowed it to expire as we no longer have need for it.
Clients who have bookmarked the website with a 'https://' URL are greeted with a 'certificate has expired' warning. Some of our documentation may also...
Started by kannankeril on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
The expired certificate warning is purely client-side, so the only you can make the client browsers forward, you wouldn't be presented with the invalid cert based on a expired date..
|
Active Directory password expired. If I set it to never expire, can the user keep the same password?
One of our users is currently overseas, and her Active Directory domain password expired. She's logging on with a laptop using cached credentials and (non-AD integrated) VPN, but she can't logon to file shares or Outlook with the expired password. If ...
Started by Carl Campos on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
If the password is already expired, checking the "Password Never Expires" checkbox will un-expire the password.
To keep the old expired password simply reset it using the management console and set.
expire flag.
|
|
I am receiving the following exception while trying to make an SSL connection to a web service. Does this error mean my local keystore/certificate is expired, or is it that I cannot trust the remote server because it has the expired certificate?
javax...
Started by Adam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
See here http.
Remote certificate expired, webservice's appserver needs to update its cert.
|
Ask your Facebook Friends
|
I've got a nice little class built that acts as a cache. Each item has an expiration TimeSpan or DateTime. Each time an attempt to access an item in the cache is made, the item's expiration is checked, and if it's expired, the item is removed from the...
Started by Chris on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
When the cache object is accessed and it's time has expired.
Do that when things are accessed.
|
|
I'm using windows 7. Internet Explorer is ok, but firefox and google's chrome say my certificate is expired.
any clues?
Started by flybywire on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Is your system time & date set correctly ?
I'm having the same issue here on my new windows 7 without anti virus and spamware, I suspect it's a malware .
|
|
Hi there
In my web-application I'm using $_SESSIONS but sometimes, when the users hits the backspace key he gets "Webpage has expired" message.
Why is happening this? What to do to avoid this?
Started by Duncan Benoit on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://shiflett.org/articles/how-to-avoid-page-has-expired-warnings : Recap
To avoid "Page Has Expired.
Articles/how-to-avoid-page-has-expired-warnings to learn more about the cache settings.
|
|
What is the requirement for the browser to show the ubiquitous "this page has expired" message when the user hits the back button?
What are some user-friendly ways to prevent the user from using the back button in a webapp?
Started by mkoryak on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Then they won't even have to hit refresh and they'll see the page has expired message when they hit back-with-a-303-after-post-to-avoid-webpage-has-expired-will-it-work-if-t
As a third option one could prevent a user.
|
|
How can I query AD to give me all users that are enabled, but not expired? I use the QuestAD tools with PowerShell but it doesn't have a "-NotExpired" option or equivalent with Get-QADUser.
I would prefer a PowerShell solution if possible to make it easier...
Started by Neobyte on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
:=2)(accountExpires<=127818648 ))
will give you all of the non-disabled user objects that expired.
|
|
The project is ASP.NET 2.0, I have never been able to reproduce this myself, but I get emails informing me it happens to clients many times a week, often a few times in a row.
Here is the full error:
Exception Details: Microsoft.Reporting.WebForms.Asp...
Started by spilliton on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
So far, we only found it when the session expired but they used the back button in a browser.
Check the report process speed.
What is the question? The session expired and they cannot continue.
|
|
The problem is that if the auth cookie has expired and the user clicks on a link that should open a popup using $.get than i get the login screen in the popup (same masterpage in another masterpage) instead of redirecting the whole page to the login screen...
Started by Omu on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You make a request after your login session has expired ASP.NET will automatically do a 302 redirect.
|