<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Verification fails - well, sometimes it does.. in Member Support</title>
    <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/31753#M6802</link>
    <description>&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we set up the Dutch Chapter (&lt;A href="https://www.chapter.isc2.nl" target="_blank" rel="noopener"&gt;https://www.chapter.isc2.nl&lt;/A&gt;) I wrote a set of PHP programs which implement our membership registration system. It's a simple system; you'll surf to the registry (&lt;A href="https://registry.chapter.isc2.nl" target="_blank" rel="noopener"&gt;https://registry.chapter.isc2.nl&lt;/A&gt;), fill out a couple of forms and (given that the data is consistent and can be verified) are registered as a member of the Dutch Chapter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you specify an (ISC)² membership number during registration my software verifies that you are actually an (ISC)² member. Such functionality is normally provided over a well regulated application program interface (API), but (ISC)² did not provide such an API. So, I ended up writing my own kludge, which used the on-line verification page. But kludge or not - it worked just fine for years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then (ISC)² migrated to Okta/Salesforce. They use a totally different approach, so my kludge stopped working and automatic verification did not work anymore. Dang!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We tried to get some response from (ISC)², but to no avail. Then one of our Board members "did some experiments" (hacked stuff) and he figured out how to do verification in the new situation. It proved that, intentionally or by accident, the new verification page DID provide an API! Yay!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I set out to write a proof of concept that used that API. Worked like a charm! I enthousiastically reported back to (ISC)² that I was happy as a bear in a berry patch, and all was well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A few days later I found the time to integrate my POC into the existing software. But - it did not work. Gnashing of teeth. I figured that I probably had done something wrong during the integration, so I went back to the POC and tried that again. Ow.. that did not work anymore either! More gnashing of teeth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had used my own data (last name and membership number) to test the software. On a hunch I replaced that data with some other chapter member's last name and membership number - and lo! IT WORKED..??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WT..?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now started doubting the world: according to the API, I was not registered anymore!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I fired up my browser, hurried over to the 'normal' (ISC)² verification site, typed in my last name and number - no cigar! I, the President of the Dutch Chapter of (ISC)², proud member of the CAC, and a hallmark of integrity and honesty, having duly paid my fees and atop of a sea of CPE's - was cast out! ..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;O, the pain, o the horror!&amp;nbsp; Hastily and with pounding heart I logged in into the (ISC)² member portal. Thank Goodness - I could still log in! And all was well there: member in good standing, all requirements fulfilled, ocean's of CPE's..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SO WHY THEN DOESN'T THE DARNED VERIFICATION PAGE SHOW MY DETAILS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody shed any light on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2020 21:20:50 GMT</pubDate>
    <dc:creator>fortean</dc:creator>
    <dc:date>2020-01-17T21:20:50Z</dc:date>
    <item>
      <title>Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/31753#M6802</link>
      <description>&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we set up the Dutch Chapter (&lt;A href="https://www.chapter.isc2.nl" target="_blank" rel="noopener"&gt;https://www.chapter.isc2.nl&lt;/A&gt;) I wrote a set of PHP programs which implement our membership registration system. It's a simple system; you'll surf to the registry (&lt;A href="https://registry.chapter.isc2.nl" target="_blank" rel="noopener"&gt;https://registry.chapter.isc2.nl&lt;/A&gt;), fill out a couple of forms and (given that the data is consistent and can be verified) are registered as a member of the Dutch Chapter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you specify an (ISC)² membership number during registration my software verifies that you are actually an (ISC)² member. Such functionality is normally provided over a well regulated application program interface (API), but (ISC)² did not provide such an API. So, I ended up writing my own kludge, which used the on-line verification page. But kludge or not - it worked just fine for years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then (ISC)² migrated to Okta/Salesforce. They use a totally different approach, so my kludge stopped working and automatic verification did not work anymore. Dang!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We tried to get some response from (ISC)², but to no avail. Then one of our Board members "did some experiments" (hacked stuff) and he figured out how to do verification in the new situation. It proved that, intentionally or by accident, the new verification page DID provide an API! Yay!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I set out to write a proof of concept that used that API. Worked like a charm! I enthousiastically reported back to (ISC)² that I was happy as a bear in a berry patch, and all was well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A few days later I found the time to integrate my POC into the existing software. But - it did not work. Gnashing of teeth. I figured that I probably had done something wrong during the integration, so I went back to the POC and tried that again. Ow.. that did not work anymore either! More gnashing of teeth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had used my own data (last name and membership number) to test the software. On a hunch I replaced that data with some other chapter member's last name and membership number - and lo! IT WORKED..??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WT..?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now started doubting the world: according to the API, I was not registered anymore!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I fired up my browser, hurried over to the 'normal' (ISC)² verification site, typed in my last name and number - no cigar! I, the President of the Dutch Chapter of (ISC)², proud member of the CAC, and a hallmark of integrity and honesty, having duly paid my fees and atop of a sea of CPE's - was cast out! ..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;O, the pain, o the horror!&amp;nbsp; Hastily and with pounding heart I logged in into the (ISC)² member portal. Thank Goodness - I could still log in! And all was well there: member in good standing, all requirements fulfilled, ocean's of CPE's..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SO WHY THEN DOESN'T THE DARNED VERIFICATION PAGE SHOW MY DETAILS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody shed any light on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 21:20:50 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/31753#M6802</guid>
      <dc:creator>fortean</dc:creator>
      <dc:date>2020-01-17T21:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/31757#M6804</link>
      <description>&lt;P&gt;I can't shed any light on why it happens, but I have also noticed the new verification page seems to have intermittent issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On at least two different occasions now over the past four weeks or so when I have come to use it I received a "no results found" message, so I checked it using my own details and surprisingly also received the same message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On each occasion normal service was resumed within a few hours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 09:21:10 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/31757#M6804</guid>
      <dc:creator>AlecTrevelyan</dc:creator>
      <dc:date>2020-01-18T09:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/31775#M6810</link>
      <description>&lt;PRE&gt;$ php ./proof-of-concept-ISC2-API.php 
Heinrich holds 2 accreditation(s): 
1: CISSP
1311717600 from 
1596146400 until 
2: CCSP
1500588000 from 
1596146400 until 
from 1311717600 to 1596146400&lt;/PRE&gt;&lt;P&gt;So, yes, it seems to work again &lt;img id="manhappy" class="emoticon emoticon-manhappy" src="https://community.isc2.org/i/smilies/16x16_man-happy.png" alt="Man Happy" title="Man Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But.. for how long? Oh, come on, there must be some logging or other tracing available that helps a good sysadmin over there find out what causes this.. verification of membership should not result in having to guess what it is: "member is not in good standing" or "member is in good standing but our software is not" ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 20:44:28 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/31775#M6810</guid>
      <dc:creator>fortean</dc:creator>
      <dc:date>2020-01-18T20:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32012#M6875</link>
      <description>&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;much to my dismay I have to report that the verification site is failing again, and again is similar ways it failed before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't get my head around it: how is it that this is not seen as an urgent matter? Or, if it IS seen as an urgent matter, I would appreciate to hear some update: is action being taken? Is the firing squad already assembled? Are the criminals, that deny an&amp;nbsp; honourable member of (ISC)2 in good standing his verification sent to serve triple-lifelong sentences yet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tongue in cheek, of course. But seriously, I can't rely on the site anymore to check if somebody is properly registered and a member in good standing. Not with, not without the new (much appreciated!) API. Nor can employers that want to check if a person really IS certified.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That, in my not so humble opinion is the core business of (ISC)2: certifiy people and ensure that sufficient mechanisms are in place to verify if a member is (still) in good standing. It seems we are failing our core business.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2020 14:38:18 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32012#M6875</guid>
      <dc:creator>fortean</dc:creator>
      <dc:date>2020-01-26T14:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32034#M6878</link>
      <description>&lt;P&gt;As of this moment the verification page is working for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given this doesn't affect me that much and I know how to work around it when it does I haven't been bothered to report it to Member Services so I'm not sure if they're even aware of the issue - maybe drop them an email if it's causing you major problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime can you add something to your script where a null result for a new member you're checking triggers a check of a known good member? If that also comes back with a null result you know the system is down and to try again later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 09:37:57 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32034#M6878</guid>
      <dc:creator>AlecTrevelyan</dc:creator>
      <dc:date>2020-01-27T09:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32105#M6896</link>
      <description>&lt;P&gt;Well, whenever I try to verify myself, and it fails, I will indeed try to verify another member, and it typically will work. So, it may well be that there is something wrong with just my account, or a number of accounts. In any case, as a member in good standing, one should ALWAYS either be shown a page that the site is down, or some other error page -&amp;nbsp; or be shown the proper result.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 22:05:32 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32105#M6896</guid>
      <dc:creator>fortean</dc:creator>
      <dc:date>2020-01-28T22:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32139#M6902</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/1277552593"&gt;@fortean&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;In any case, as a member in good standing, one should ALWAYS either be shown a page that the site is down, or some other error page -&amp;nbsp; or be shown the proper result.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I wholeheartedly agree with you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, what did Member Services say when you reported it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 21:48:44 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32139#M6902</guid>
      <dc:creator>AlecTrevelyan</dc:creator>
      <dc:date>2020-01-29T21:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32148#M6903</link>
      <description>&lt;P&gt;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/1277552593"&gt;@fortean&lt;/a&gt;&amp;nbsp;- Just in case you haven't reported this issue to Member Services, I have now sent them an email about it referencing this thread.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have specific times when your script was failing due to the issue it would be helpful if you could post them please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 10:18:10 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32148#M6903</guid>
      <dc:creator>AlecTrevelyan</dc:creator>
      <dc:date>2020-01-30T10:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32187#M6908</link>
      <description>Thanks for mailing Member Support. I have treated this as a Chapter issue, hence mailed Jayda and Paula about this. It no doubt has their attention. I have set up a coarse monitoring system that fires a query to the API each hour. Will let that run for a week, and see what it says.</description>
      <pubDate>Fri, 31 Jan 2020 10:43:03 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32187#M6908</guid>
      <dc:creator>fortean</dc:creator>
      <dc:date>2020-01-31T10:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32855#M7035</link>
      <description>&lt;P&gt;Currently getting the "no results found" message when trying to check my own status!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Timestamp: 15:42 GMT on 18/02/2020&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 16:12:34 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32855#M7035</guid>
      <dc:creator>AlecTrevelyan</dc:creator>
      <dc:date>2020-02-18T16:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32881#M7044</link>
      <description>&lt;P&gt;Well, as promised, I did set up a crude monitor for this functionality. It tries to verify my own verification each hour and logs the results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to my logs, the system failed on Monday, February 17th, somewhere between 14:53:02 CET 2020&amp;nbsp; and 15:53:01 CET 2020. &lt;STRONG&gt;It has not been restored yet.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, it may be a coincidence, but it struck me that 1500 CET is 9 AM in the US (EDT). One could imagine a mr Parkinson, arriving at the office at 9, reading a mail that says there is something wrong with the system, and that the old version needs to be restored, which Parkinson dutyfully does. Only to re-introduce the nasty bug that ensures that the system does not work anymore..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, can somebody pretty please look into it and resolve the matter, preferably once-and-for-all..?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 12:02:57 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32881#M7044</guid>
      <dc:creator>fortean</dc:creator>
      <dc:date>2020-02-19T12:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32884#M7047</link>
      <description>&lt;P&gt;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/1277552593"&gt;@fortean&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similar to what I have seen before, the system was reporting the correct results a couple of hours after I made my last post, and is currently reporting the correct results - strange your systems still shows it as being down!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 13:45:18 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32884#M7047</guid>
      <dc:creator>AlecTrevelyan</dc:creator>
      <dc:date>2020-02-19T13:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32978#M7063</link>
      <description>&lt;P&gt;The system has been disfunctional from &lt;FONT face="courier new,courier"&gt;Mon Feb 17 15:53:01 CET 2020&lt;/FONT&gt; until &lt;FONT face="courier new,courier"&gt;Wed Feb 19 16:53:02 CET 2020&lt;/FONT&gt;. It resumed working on &lt;FONT face="courier new,courier"&gt;Wed Feb 19 17:53:01 CET 2020&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was down for about 50 hours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It currently is still working, I'm still actively monitoring it to see if I can detect some pattern.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 21:41:43 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/32978#M7063</guid>
      <dc:creator>fortean</dc:creator>
      <dc:date>2020-02-21T21:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/33944#M7224</link>
      <description>&lt;P&gt;Just an update: the verification site seems to be mostly working now. I'm running a script each hour, which does a query over the API that the verification site offers. These are the outages that I registered during the last month:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sun Mar 15 15:53:01 CET 2020
Fri Mar 20 21:53:01 CET 2020
Sun Mar 22 13:53:01 CET 2020
Mon Mar 23 04:53:01 CET 2020
Tue Mar 24 14:53:01 CET 2020&lt;/PRE&gt;&lt;P&gt;Given these results, I re-instated the automatic checks during registry and also ran a batch to check the validity of our members data. I had some outages during that batch, but all in all I have decided to label it "sufficient for use" for now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 20:59:40 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/33944#M7224</guid>
      <dc:creator>fortean</dc:creator>
      <dc:date>2020-03-25T20:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/33991#M7229</link>
      <description>&lt;P&gt;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/1277552593"&gt;@fortean&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hey Heinrich,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to let you know, I received a message from Member Services yesterday about the ticket I opened with them on this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They were just checking with me to see if I had experienced the issue recently, as they believe it's now resolved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I told them I hadn't run into the issue for at least a couple of weeks, and, as you have also reported no serious issues recently, it looks like the verification tool should operate more consistently now - great news!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2020 13:40:56 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/33991#M7229</guid>
      <dc:creator>AlecTrevelyan</dc:creator>
      <dc:date>2020-03-27T13:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/35022#M7377</link>
      <description>&lt;P&gt;Well, according to my logs, it isn't that stable at all, assuming that the network connection is not the culprit. On these dates the connection failed at least once:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Fri Mar 20&lt;BR /&gt;Sun Mar 22&lt;BR /&gt;Mon Mar 23&lt;BR /&gt;Tue Mar 24&lt;BR /&gt;Sat Mar 28&lt;BR /&gt;Tue Apr 14&lt;BR /&gt;Wed Apr 15&lt;BR /&gt;Thu Apr 16&lt;BR /&gt;Wed Apr 22&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Apr 2020 14:46:44 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/35022#M7377</guid>
      <dc:creator>fortean</dc:creator>
      <dc:date>2020-04-22T14:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/35027#M7378</link>
      <description>&lt;P&gt;Yeah, it doesn't have perfect availability that's for sure!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created my own system to monitor this too on the 31 March 2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since then I have noted the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;20200401203301 Verification check failed to run correctly&lt;BR /&gt;20200402173301 Verification check failed to run correctly&lt;BR /&gt;20200403123301 Verification check failed to run correctly&lt;BR /&gt;20200407063302 Verification check failed to run correctly&lt;BR /&gt;20200407083302 Verification check failed to run correctly&lt;BR /&gt;20200407103301 Verification check failed to run correctly&lt;BR /&gt;20200411221213 Verification tool is reporting incorrect results&lt;BR /&gt;20200411231212 Verification tool is reporting incorrect results&lt;BR /&gt;20200413043301 Verification check failed to run correctly&lt;BR /&gt;20200413063301 Verification check failed to run correctly&lt;BR /&gt;20200419113301 Verification check failed to run correctly&lt;BR /&gt;20200420103301 Verification check failed to run correctly&lt;BR /&gt;20200420153302 Verification check failed to run correctly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Times are UTC naturally.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The check runs once every hour, and uses &lt;A href="https://github.com/puppeteer/puppeteer" target="_blank" rel="noopener"&gt;Puppeteer&lt;/A&gt; to automate a headless browser connection to my personal member verification URL and then reports the results back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where the check failed to run that indicates the verification site was either down, or was providing very slow responses such as it was on Monday (20th) - potentially these could also be caused by my own Internet connection too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where it wasn't reporting correct results, those entries were triggered due to the order my certs were shown in changing on the tool, and my script not accounting for that. I've noticed this does still happen randomly, but my script no longer alerts on that since I adjusted it - it will only alert if not all of my certs are shown in the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: it's interesting to note how our logs don't seem to tally up. I didn't detect any errors on any of the days you did and vice versa!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, when I look at my logs, my check has been running for around 522 hours and only truly reported errors for 11 of those which is a 2.1% error rate or inversely results to 97.9% up time - that's not that bad really, all things considered!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 17:56:41 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/35027#M7378</guid>
      <dc:creator>AlecTrevelyan</dc:creator>
      <dc:date>2020-04-22T17:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/35040#M7383</link>
      <description>&lt;P&gt;Good to see that you have been starting your own monitoring system, Alec. Kudos to you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One of the possible explanations for the differences between your logs and mine is the method we use. I use the JSON API, you seem to use the standard HTTP(S) connection. I'd figure that they would end on the same system, but perhaps there is a difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another explanation you already gave is that availability is hampered by network congestion or outage. That can be a local phenomenon or it can be an international issue - e.g. when the American site is not reachable from here, in Holland. In this case, perhaps (ISC)2 could consider employing something like Akamai.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll keep monitoring the connection, perhaps we can compare notes from time to time.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 14:17:38 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/35040#M7383</guid>
      <dc:creator>fortean</dc:creator>
      <dc:date>2020-04-23T14:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Verification fails - well, sometimes it does..</title>
      <link>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/35074#M7388</link>
      <description>&lt;P&gt;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/1277552593"&gt;@fortean&lt;/a&gt;&amp;nbsp;has this been reported to membersupport@isc2.org? It looks like&amp;nbsp;&lt;a href="https://community.isc2.org/t5/user/viewprofilepage/user-id/1099977225"&gt;@AlecTrevelyan&lt;/a&gt; said he sent an email in a previous post. This could be a singular issue with your account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Andrea&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 19:46:19 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Member-Support/Verification-fails-well-sometimes-it-does/m-p/35074#M7388</guid>
      <dc:creator>AndreaMoore</dc:creator>
      <dc:date>2020-04-23T19:46:19Z</dc:date>
    </item>
  </channel>
</rss>

