Jump to content

W32Jbot

Members
  • Posts

    65
  • Joined

  • Last visited

Reputation

0 Neutral

About W32Jbot

Personal Information

  • Occupation
    Senior Tech
  • Location
    Milton Keynes
  1. Sorry to bump this but we have had the exact same issue. Did you see 3 certs in the EAP cert config with just 1 second difference between their issued dates\times? I also wondered are both of your NPS boxes running certs with the exact same timestamps? Ours seem to have settled on certs with a 1 second issued time difference between them which seems a tad odd...
  2. Which line did you take out?
  3. Yes I just have in a test environment. I was only doing a proof of concept with a 10 box to see if it would roll with our 7 GPO's and re-directs. Seems it won't now...
  4. Right, I changed localhost to the actual hostname and it works
  5. All of those are easy to get removed from, just follow their removal procedure. You should also use the other DNSBL checker I gave you as it checks some other lists that MXToolbox do not. You won't have been blacklisted for no reason though, and most DNSBL operators will want to know what action you have taken to remediate.
  6. Have you checked your IP for presence on any DNSBL's? try: http://mxtoolbox.com/blacklists.aspx Or I find this is a bit more comprehensive: http://www.dnsbl-check.info/
  7. Hi All, I really hope someone can help me out a bit here. I am in the process of setting up a HAP version 10 install, we have had a version 7 on site for a few years now and it has worked well for us. I followed the useful setup video that is provided and have deleted the relevant content from the web.config and set up all the necessary folder permissions. I have imported a valid cert and bound it to 443 for the HAP website. But, on http://localhost/hap/setup.aspx I am seeing red crosses on Services Activated: and General: When I go to http://localhost/hap/API/setup i am seeing the following error: Server Error in '/HAP' Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /hap/API/setup Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34274 Any ideas?
  8. Hi, Smoothwall is intercepting your HTTPS requests, inspecting them, re-signing them with its own man in the middle cert and then handing them back on to the client signed by a certificate the client doesnt trust. You just need to export your guardian Cert from Smoothwall and import it into your clients.
  9. Hi, We had this exact same issue. I approached it by creating a location in smoothwall that encompassed the machines in our music department. Then, with a little bit of help from support, we configured the policies so that the header append that redirects students to youtube/EDU is not applied to this location. Now we have a handfull of music machines with full access to youtube that are closely managed by music staff, and the rest of the students have youtube/EDU.
  10. Thanks Nick, that line does already exist in the strings.xml. When i said Disable the feature i didnt mean disable access to files altogther, I just meant disable the My files Beta as enhanced and basic file access both seemed to work ok.
  11. So is there a way to turn the my files feature off if it isnt going to work here correctly? It is just confusing matters for staff here...
  12. Ok, so i took the files in the zip and pasted them into inetpub\wwwroot\HAP\App_LocalResources\en-gb replacing the files that were there already.... I still get the error... I also tried rebooting the HAP box :/
  13. Thanks Nick i replaced the ~/app_localresources/en-gb/ folder but i still get the below error when i try to use the my files beta feature.. It is confusing my staff, is there any way i can turn the beta feature off for now? Server Error in '/HAP' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL: 1. Add a "Debug=true" directive at the top of the file that generated the error. Example: <%@ Page Language="C#" Debug="true" %> or: 2) Add the following section to the configuration file of your application: Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode. Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] HAP.Web.Configuration.hapConfig.get_Local() +153 HAP.Web.Controls.LocalResource.get__doc() +154 HAP.Web.Controls.LocalResource.Render(HtmlTextWriter writer) +56 [ArgumentOutOfRangeException: The string homeaccessplus cannot be found] HAP.Web.Controls.LocalResource.Render(HtmlTextWriter writer) +508 ASP.myfiles_default_aspx.__Render__control3(HtmlTextWriter __w, Control parameterContainer) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\hap\55cd546f\70e6ba5a\App_Web_b4uxme3p.1.cs:0 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +131 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246 System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +315 System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +48 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246 System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +246 System.Web.UI.Page.Render(HtmlTextWriter writer) +40 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5290 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
  14. What he said ^^^
  15. Thanks Matt, I did as you said and the only files i had to get from my backup were Default.aspx and basestyle.css..
×
×
  • Create New...