How can i refresh an SSL certificate for a specific page?

i am trying to access my electronic training jacket on Navy Knowledge Online to check the status of my security clearance. the ETJ page requires an SSL certificate. when i initially loaded the page the message window popped up prompting me to add the security exception and get the certificate. i got the certificate and continued to load the page but it came up with HTTP error 403.7 saying that i didn't have the certificate i needed. for some reason NKO isn't recognizing the certificate i got so i need to clear that certificate and get a new one that hopefully the server will recognize. how can i do this?

You can try to remove that certificate here:
Edit > Preferences > Advanced > Encryption: Certificates > View Certificates

Similar Messages

  • How can i  apply this  java program for  a jsp page?

    import java.io.*;
    import java.util.*;
    public class FileProcessing
      //create a vector container  for the input variables
         Vector variables = new Vector();
      //create a vector container for the constants
         Vector constants = new Vector();
      /*create a string expression container for the equation
         as read from the file */
         String expression = " ";
      //create double result container for the final result
         double result = 0;
         public boolean processFile(String filename,String delim)
          //index for values vector
              int num_values = 0;
          //index for constants vector
              int num_constants = 0;
          //current line being read from the external file.
              String curline = " ";
          //start reading from the external file
              try
                   FileReader fr = new FileReader(filename);
                   BufferedReader br = new BufferedReader(fr);
                   while(true)
                        curline = br.readLine();
                        if(curline == null)
                             break;
                    //determine the type of current interaction
                        boolean variable = curline.startsWith("input");
                        boolean constant = curline.startsWith("constant");
                        boolean equation = curline.startsWith("equation");
                        boolean output = curline.startsWith("result");
                   //on input variables
                        if(variable)
                          StringTokenizer st = new StringTokenizer(curline,delim);
                          int num = st.countTokens();
                          int count=0;
                          while(st.hasMoreTokens())
                               String temp = st.nextToken();
                               if(count==1)
                                    byte b[]= new byte[100];
                                    System.out.println(temp);
                                    System.in.read(b);
                                    String inputval = (new String(b)).trim();
                                    variables.add(num_values,inputval);
                                    num_values++;
                               count++;
                        // on constant values
                        if(constant)
                             StringTokenizer st = new StringTokenizer(curline,delim);
                             int num = st.countTokens();
                             int count = 0;
                             while(st.hasMoreTokens())
                                  String temp = st.nextToken();
                                  if(count==1)
                                       byte b[]= new byte[100];
                                       System.out.println(temp);
                                       System.in.read(b);
                                       String cons = (new String(b)).trim();
                                       constants.add(num_constants,cons);
                                       num_constants++;
                                  count++;
                        // on equation
                        if(equation)
                             StringTokenizer st = new StringTokenizer(curline,delim);
                             int num = st.countTokens();
                             int count = 0;
                             while(st.hasMoreTokens())
                                  String temp = st.nextToken();
                                  if(count==2)
                                       this.expression = temp;
                                  count++;
              // now we are ready to evaluate the expression
                       if(output)
                          org.nfunk.jep.JEP  myparser= new org.nfunk.jep.JEP();
                          myparser.setAllowAssignment(true);
                          for(int i=1;i<variables.size()+1;i++)
                             String name = "arg"+Integer.toString(i);
                             myparser.addVariable(name,new Double(variables.get(i-1)
                                                .toString()).doubleValue());
                          for(int i=1;i<constants.size()+1;i++)
                               String name = "arg" +Integer.
                                         toString(i+variables.size());
                               myparser.addConstant(name,new Double(constants.get(i-1).toString()));
                   //output is obtained as follows
                          myparser.parseExpression(expression);
                          result = myparser.getValue();
                          System.out.println("Assay value: "+result);
              catch(Exception e)
                   System.out.println(e.toString());
              return true;
         public static void main(String[] args)
              FileProcessing fp = new FileProcessing();
              fp.processFile("input.eqn",":");
    }//my text file name is: "input.eqn" (given below)
    input:Enter Value1:arg1
    input:Enter Value2:arg2
    input:Enter Value3:arg3
    constant:arg4
    constant:arg5
    Equation:arg1+arg2+arg3
    result:

    how can i apply this java program for a jsp pagewhy do you want to do this ?
    Your program reads from a file on the disk and formats based on a patterm.
    Jsp is not intended for such stuff.
    ram.

  • How can I change an SSL Certificate display name on Firefox?

    I have 6 SSL Certificate to install in order for an application to open in 6 ways. Each certificate represent a way. The problem is that the pop up window i am receiving to choose one of these 6 SSL displays the Issuer CN while i need it to display the friendly name / or the description since i can modify them.
    Any way this is possible?
    Thanks,

    This article may help you
    https://support.mozilla.org/en-US/kb/enable-ssl-fix-cannot-connect-securely-error?esab=a&s=SSL+certificate+display+on+Firefox&r=7&as=s
    regards,
    Gautam sharma.

  • Where can I find the SSL certificate for Sync for manual addition?

    After updating to FF 6.0.2 sync doesn't work and as I am using the CertPatrol add-on I suspect that the SSL certificate changed. Where can I access it directly to check?

    The serial number is not on the box.  It is stickered on the back of a booklet inside the box.

  • CSA MC 6 - How can I create an SSL Certificate that points to a name other than the hostname?

    I have just installed CSA MC 6.0.2.  My company has a bunch of customer's that are on different domains.  We are all linked through VPN tunnels and would like to have all the agents point to a specific URL for updates rather than the hostname of the machine.
    FQDN:                    testserver.abc123.internal
    URL:                       thisserver.abc123.com
    We already have everything setup so that the clients can reach thisserver.abc123.com but I need to create a certificate with this name without changing the server's hostname.  We also don't wnat update their host files.  Any ideas?
    If anyone could help I would greatly appreciate it as we're looking to start upgrading the agents on all servers ASAP.
    Thank you,
    Cory

    What about putting the CSAMC in your DMZ and allowing those ports through your firewall?
    The nice thing is it allows hosts to communicate with the MC no matter where they are.
    You'd have to open up 80 to the MC for software updates but we haven't had any problems in 6 years with that setup.
    Tom

  • How can I refresh only a section of a web Page

    Hi,
    I am generating a web page using pl/sql. This web page has
    multiple sections in it. Only first ten records of each
    sections are displayed and the user can click on <prev> <next>
    button to display the prev/next 10 records. e.g.,
    Section 1 - Previous Names
    Smith
    Owen
    McDonald
    <<Prev 10 Next 10>>
    Section 2 - Previous Addresses
    111 State St.
    121 Altamont Ave.
    48 Apt 1., Bleeker St.
    <<Prev 10 Next 10>>
    Section 3 and so on ...
    My dilemma is that if a user wants to display the next ten
    records of a Section (e.g. Previous Names), I only want that
    part of the page to refresh instead of the entire page to reload
    again (similar to an ASP using Remote Scripting).
    Can this be done in Oracle using PL/Sql?
    Thanks
    Vic

    Each Section is independent of the other i.e., the change in the
    contents of one section shouldn't affect the contents of another
    section. This works fine. I am able to change the contents of
    a section without affecting the contents of another section. I
    basically keep track of each sections starting position.
    Though this works fine and gets me what I want, it's not very
    efficient. Each time a section's contents change (by clicking
    prev/next) the whole page needs to be reloaded. I want only the
    section that was clicked on to reload.
    In Active Server Pages (asp), a person can use "remote
    scripting" to reload only a part of the page without reloading
    the entire page. I was wondering if this could be done using
    PL/Sql as well?
    I could certainly use frames but that's not an option. Frames
    are a big no no here.
    Vic

  • How can I override pop-up windows for a specific site?

    In Firefox for Mac and Internet Explorer on a PC, you can turn off pop windows, but authorize specific sites to open a pop-up window.  Is there a work around in Safari?  The simple on/off switch (command-shift-k) is not adequate.  I'd like to use just one browser, instead of using one for general surfing, and another for sites I log into that open various pop ups as I navigate. 
    Safari is fast, but at a functional cost. 

    Adblock keeps popping up as a suspect in Safari crash logs, so I'm a little nervous about it. Glims seems to have a better rep for Safari-friendliness and I believe it offers selective ad blocking:
    Glims for Safari | www.MacHangout.com
    You can also try the Camino. browser, From the Mozilla crew, it is Mac-only and much leaner and faster than FireFox. The interface is very close to Safari, unlike FireFox's rather Windows-centric approach. You can selectively block or allow both cookies and pop-ups. It's my backup browser and my wife's primary browser.

  • How can I search the filter log for a specific string?

    I have messages appearing in a sub folder named "2014". The main folder is called "Archives" . I do not know how they ended up there. I read through all my filters, but see nothing that sends messages to that folder. I scroll through the filter log and do not see the message subjects that end up in that folder.
    Is there a way to use something like <edit><find> to look for a string?

    A selected message will be moved to the Archives folder if you press the "A" key. Some people find this annoying, but it's possible to disable this, and other, keystrokes. http://gsfn.us/t/40hkd

  • How can I get a clearer Movie for my web page when trying to export a slide show in iPhoto.

    In iPhoto I am exporting a slide show in the display (size) 1280x800, the original images in the slide show are 600 dpi @ 11" x 8.96". I am using iPhoto 11 Version 9.4.2 on my MacBook Pro OSX version 10.8.2. I am using a wipe transition with a total slide show length of about 17 minutes long with about 96 images. The Display.m4v is 543.8 MB. The slide show is crystal clear when played before downloading to a movie, but once it is in a movie format it is no longer clear. What else can I tell you?

    600 dpi @ 11" x 8.96"
    600 x 11 = 66,000 pixels and you're reducing them to 1280...
    What happens if you export without the wipe?

  • How can I  make my own design for a web page instead of using a template?

    Need to ask the question again. I tried using the blank template, but could not get it to work. I could not insert images and copy where I wanted and in size I wanted.

    rapcom wrote:
    A general question: Is it possible to change the dimensions of the web page? Or even its positioning as a horizontal or vertical format?
    Yes — it's done via iWeb Inspector's Page tab (the second one at the top), editing the values in the +Page Size+ fields. After entering a new value, click the Return key to make it take effect...
    ..By the way, the above image is taken from a tutorial ~ click on the image above to read the tutorial.
    rapcom wrote:
    I also would prefer to edit the copy on the blank web page, and cannot do that either. Is it possible to do so?
    Yes, it's possible. But it's difficult to know what exact difficulty you're having, and I perhaps risk stating the obvious... One thing to be aware of is that clicking once inside a text box will simply select that box (you'll see eight +"grab handles"+ for re-sizing). But to edit the text inside, you need to click once more. Experiment with clicking inside and outside text boxes and you'll learn.
    And iWeb's Help menu has several resources ~ the Help viewer, a +Getting Started+ PDF and a link to ten video tutorials. One of the videos briefly demonstrates adding a text box towards the end; click here...
    If after the above you still need help, post back with step-by-step details of the problem.

  • How we can get SSL certificate for any site?

    i want to know how can get SSL certificate for any website and what is the main benefit for particular website with the help of this certificate.

    Hi,
    Would you please let me know edition information of the SBS server? Was it SBS 2008 or SBS 2011?
    Based on your description, I’m a little confused with your question. Did you mean that want to know why need
    SSL certificate for website?
    Certificate Services and SSL protect sensitive information by encrypting the data sent between client browsers
    and your server.
    An SSL Certificate is used for two reasons (1) to validate the remote server to the client before the client sends any data to that server (2) to encrypt the data between the client and server over an un-secure network (ie. the Internet). You can use
    a self-issued certificate or a third-party trusted certificate. For more details, please refer to following articles and check if can help you.
    Managing Certificates
    SSL and Certificates
    Understanding Self-Issued
    Certificates in SBS 2003 & SBS 2008
    Installing a GoDaddy Standard
    SSL Certificate on SBS 2008
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    If anything I misunderstand or any update, please don’t hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • How to Create SSL certificate for HTTPS Connection in SAP PI

    Hi,
              I have Proxy to HTTPS scenario. I need to provide my SSL certificate( SAP PI SSL Certificate) to the vendor.
              How to generate SAP PI SSL certificate. I have already imported vendor certificate using STRUST T-code.
             I am not sure from where to generate SAP PI SSL certificate that need to be shared with vendor.
             Please help me on this issue.
    Thanks,
    Siva

    Hi,
    Check if it helps:
    http://help.sap.com/saphelp_nwpi711/helpdata/en/49/26af8339242583e10000000a421937/frameset.htm
    But as mentioned for the colleague above, you can create that on Visual Administrator Tool -> Keystore
    Regards,
    Caio Cagnani

  • How Server can read client side SSL certificates through java code?

    My code will be running on server which will be a java class that should read any SSL certificates for the user that is logging in to the application.
    Kindly let me know how it can be achieved ? I have very rare knowldge on Security. how i can read SSL certificates of the client machine.
    Also let me know the possible solutions for above question.

    For my mud written in java, I used TCP/IP for the connections. When a client connects, he gets his own thread. Those threads are held in a vector in a manager class. each tick of the server does a quick run thru the vector and if the current thread/socket its on is null or !isAlive() its remove from the vector(which in turn removes it from getting any more game updates. This removal can be caused by two things. The clients disconnects by accident(kills his game, locks up has an internet connection hiccup, etc.) or he uses the games "quit" method. The quit method calls a method that does any player saving of data, etc then closes the socket, and sets it to null. thus the manager sees this and removes him frm the vecotr list on the next server tick. Seems to work great form a mud and worked really well in a multiplayer applet game I had up for a while.

  • How do you link a ssl certificate to your website created with adobe muse?

    I would like to know how you can link a ssl certificate to a website created with Muse especially when you have created an ecormmerce website.

    In Business Catalyst as well, SSL certificates cannot be added separately.
    However (if you are looking to create payment mode secure), the payment pages in Business Catalyst already uses secure URL for the payment and you do not require a SSL certificate for them.
    Hope this helps.
    Regards,
    Sachin

  • SSL certificate for database

    Hi all,
    I want to know whether I need separate SSL certificate for each database on that server or can I take for the server and use it?
    And also how to get SSL certificate for database form Godaddy?
    Any help would be great.
    Thanks
    Rajitha
    --------------------------------------------------------------------------------

    Pl refer to Oracle® Database Advanced Security Administrator's Guide
    10g Release 2 (10.2) from Oracle documentation.
    You will find useful information on that related to this.
    Dilipkumar Patel.

Maybe you are looking for