Problem with StarField/GoDaddy custom certificate

Hi,
I bought a certificate from GoDaddy and installed it.
I also installed the root certificate with tarantella security
customca --rootfile valicert_class2_root.crt
Tarantella gives me a warning that the installed certificate is not signed
with the root certificate.
And my users keep getting the warning message.
Any ideas are very welcome!
Thanks,
Roland

Hi all,
thanks for
any help
here.
It had
been my
mistake,i had
the wrong
private key.
regards
Stefan

Similar Messages

  • Problems with Automatic Workflow Customizing

    Hi!
    I am having problems with Automatic Workflow Customizing (SWU3). I am trying to execute "Configure RFC Destination" manually. I receive the message "Synchronization of passwords failed".
    We are using CUA and it is therefor not possible to create the user from SWU3 which means that WF-BATCH has been created in CUA with a pw which is then filled in by me when executing "Configure RFC Destination".
    WF-BATCH has authorization SAP_NEW, SAP_ALL
    My user also has SAP_NEW and SAP_ALL and usergroup SUPER.
    Does anyone know what might be the problem?
    Sincerley
    Anders Öhrling

    Hello Anders,
    Check if the user is locked in SU01. Then check if your user has been created in CUA.
    It is recommended to delete WF_BATCH. The system will auto create the user ID WF-BATCH and synchronize the password.
    Do let me know if your problem is resolved.
    Thank you.
    Regards,
    Manomeet
    - Award points if helpful -

  • Problem with AddRow() in custom matrix on System Form

    Hello all,
    I'm trying to add 1 row to a custom matrix on a system form (Sales Quotation).
    However I always get a RPC_E_SERVERFAULT exception when calling pMatrix.AddRow() and SBO crashes...
    My code is simple:
            [B1Listener(BoEventTypes.et_CLICK, false)]
            public virtual void OnAfterClick(ItemEvent pVal)
                Form pForm = B1Connections.theAppl.Forms.Item(pVal.FormUID);
                // Add matrix line
                Matrix pMatrix = (Matrix) pForm.Items.Item("MATRIX").Specific;
                pMatrix.AddRow();
                // Set matrix line data
    The matrix shows ok in the system form, inside a new folder.
    What is the problem with my code?
    Is there any way to add rows to a custom matrix in a system form?
    This code runs ok if executed in a custom form...
    Thanks!
    Manuel Dias

    hi.
    R u facing any problem ...
    actually add row and del row both are same.
    in normal customization form and system form matrx...
    Any problem are u facing...

  • Problem with placing self-signed certificate in trust store on WLS 10.3

    I have had some problems setting up two-way SSL on WLS 10.3.2.
    1. I have not been able to use the java properties listed on
    http://weblogic-wonders.com/weblogic/2010/11/09/enforce-weblogic-to-use-sun-ssl-implementation-rather-than-certicom/
    to use the native Java SSL implementation rather than the certicom. Has anyone else had success using these?
    -Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol
    -Dssl.SocketFactory.provider=com.sun.net.ssl.internal.SSLSocketFactoryImpl
    -DUseSunHttpHandler=true
    -Dweblogic.wsee.client.ssl.usejdk=true (for webservice clients)
    2. When I use the ValidateCertChain to validate my keystore with the self-signed certificate I get the message
    CA cert not marked with critical BasicConstraint indicating it is a CA
    Certificate chain is invalid
    which I read was a problem with certificates generated by keytool, yet I find I was not able to circumvent this
    by setting the property weblogic.security.SSL.enforceConstraints to off in the WLS server environment.
    Has anyone else noticed this?
    3. The error I get is
    ####<Feb 15, 2011 1:12:21 PM EST> <Debug> <SecuritySSL> <hostname> <server
    <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1297793541204> <BEA-000000> <Exception during hands
    hake, stack trace follows
    java.lang.NullPointerException
    at com.certicom.security.cert.internal.x509.X509V3CertImpl.checkValidity(Unknown Source)
    at com.certicom.security.cert.internal.x509.X509V3CertImpl.checkValidity(Unknown Source)
    at com.certicom.tls.interfaceimpl.CertificateSupport.findInTrusted_Validity(Unknown Source)
    ####<Feb 15, 2011 1:12:21 PM EST> <Debug> <SecuritySSL> <hostname> <server> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tunin
    g)'> <<WLS Kernel>> <> <> <1297793541207> <BEA-000000> <NEW ALERT with Severity: FATAL, Type: 40
    java.lang.Exception: New alert stack
    at com.certicom.tls.record.alert.Alert.<init>(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown Source)
    Are there other conditions besides the issue about the missing Basic Constraint field that can raise an
    alert with type 40?
    4. Steps I used to generate jks keystore for inclusion in trust keystore (actual values substituted):
    ** keytool -genkey -alias mykey -keystore mykeystore -validity 35600 \
    -dname "cn=Common Name, ou=Common Name, o=Org, l=location, s=state, c=US" \
    -storepass mypass -keypass mypass
    ** exported a DER format head certificate of mykey into mykey.cer.der
    ** keytool -import -trustcacerts -keystore DemoTrust.jks -alias mykey -file mykey.cer.der
    Any comments appreciated and thanks for this forum.

    Faisal,
    Certicom has an internal restriction that a Date must be notBefore 1970 and notAfter 2105 inclusive.The Java-generated key is valid until Wed Mar 14 11:03:59 EDT 2108. Your knowledge of this area is
    quite impressive, thank you so much for this!

  • Problem with Mail and customized keyboard layout

    I have created a customized keyboard layout in XML, it loads and works perfectly with all applications except Apple Mail. I noticed on a googlegroup that somebody has the same problem. How can I submit this Mail bug to Apple?

    download and run Find Any File to search for  "Antidote".
    FAF can search areas that Spotlight can't like invisible folders, system folders and packages. Any file you find will be in the search results window and can be dragged to the Desktop and then to the Trash bin.
    OT

  • Problem with Java keystore and certificates (unable to find valid cert path

    Our program is made so that when a certificate is not signed by a trusted Certification Authority, it will ask the user if he/her wishes to trust the certificate or not. If they decide to trust the certificate, it will accept the self signed certificate and import it into the keystore and then use that certificate to log the user in. This works fine. It will import the certificate into the keystore and use the specified ip address to establish a connection with the LDAP server (Active Directory in our case) and authenticate properly. However, the problem arises when we then try and connect to a different ip address (without restarting tomcat, if we restart tomcat, it works fine...). It imports the certificate into the keystore fine, but always gives the exception
    "Root exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"
    and does not authenticate with our LDAP server (which is Active Directory). The problem seems to be that it is no longer looking at the System.setProperty("javax.net.ssl.trustStore", myTrustStore);
    I have tried multiple times to just reset this property and try and "force" it to read from my specified trust file when this error happens. I have also imported the certificates directly into the <java_home>/jre/lib/security/cacerts and <java_home>/jre/lib/security/jssecacerts directories as the java documentation says that it will look at those directories first to see if it can find a trusted certificate. However, this does not work either. The only way that I can get this to work is by restarting tomcat all together.
    If both of the certificates are already in the keystore before tomcat is started up, everything will work perfect. Again, the only problem is after first connecting to an IP address using TLS and importing the certificate, and then trying to connect to another IP address with a different certificate and import it into the keystore.
    One of the interesting features of this is that after the second IP address has failed, I can change the IP address back to the first one that authenticated successfully and authenticate successfully again (ie
    I use ip 1.1.1.1, import self signed certificate, authenticates successfully
    login with ip 2.2.2.2 import self signed certificate, FAILS
    login again with 1.1.1.1 (doesn't import certificate because it is already in keystore) successfully authenticates
    Also, I am using java 1.5.0_03.
    Any help is greatly appreciated as I've been trying to figure this out for over a week now.
    Thanks

    Please don't post in threads that are long dead and don't hijack other threads. When you have a question, start your own topic. Feel free to provide a link to an old post that may be relevant to your problem.
    I'm locking this thread now.

  • Problem with this website' security certificate

    I have a C855-S53502  Prod # PSCBLU-01L003 running Windows 8.1.
    I consistently get the message below asking me to update a security certificate for www.bcrea.bc.ca
    I found this link below describing my problem and it pointed me to ask Toshiba for help so here I am.
    How do I get rid of this?  Thanks for any help you may provide.  Marjie
    http://security.stackexchange.com/questions/84880/a-certificate-site-name-mismatch-when-using-preins...
    Security Alert
    A secure connection with this site cannot be verified. Would you still like to proceed? The certificate you are viewing does not match the name of the site you are trying to view.
    If I click "Show Certificate" details, I get a certificate with the following information:
    Issued to: www.bcrea.bc.ca
    Issued by: Go Daddy Secure Certificate Authority - G2
    Valid from 3/10/2015 to 10/2/2017
    When I google www.bcrea.bc.ca , the top result is the British Columbia Real Estate Association .

    C855-S53502.
    Satellite C855-S5350
    it pointed me to ask Toshiba for help so here I am..
    This is not a Toshiba problem.
    Open Internet Options in Control Panel. On the Advanced tab, scroll down to the Security group. Clear the check boxes for..
       Check for publishers certificate revocation
       Check for server certificate revocation
    OK out and restart the browser.
    Let us know how it goes..
    -Jerry

  • Problems with Apache and custom JSPs

    Hi
    We've made an application on top of IFS, using JWS in our test envirnment. Just before making some stress tests, I'd like to try it using Apache. We're currently having two problems:
    1) I switch to the apache configuration running ifsconfig and not selecting JWS. When I try to access the ifs using http://host/ifs/files, everything goes well except that the "logout" icon doesn't appear. I did a little research and found out that the link goes to /ifs/webui/images/logout.gif. This gives an error in mod_jserv.log, like this one:
    [07/06/2001 22:54:20:315] (ERROR) ajp12: Servlet Error: ClassNotFoundException: webui
    It seems it's trying to find a "webui" class, since in ifs.properties every url that begins with /ifs goes to jserv.
    I don't know if this is a know problem or what should I've check...
    2) This one is more important. We're using some custom JSPs, which we use to edit the properties of some types of documents. Basically, when the user clicks over a file one of our JSP appears. These JSPs call a bean to do some processing, passing the HttpRequest as a parameter. The problem is that when using JWS we get the "path" request variable like in path=/%3A29464
    However, when using Apache we get path=/ifs/files/%3A29464 ( and afterwards we get an exception because the ifsSession.getPublicObject method doesn't work).
    Any hints on this? One way could be to check if the path begins with /ifs/files, but that's not really nice.. and besides I could have the same problem in some other parts.
    It's kind of urgent....
    Thanks
    Ramiro
    null

    Hi,
    The answer to your path problem is that you can make use of API to find out the current path so that it works both with Apache and with JWS. Follow the steps
    1. import the oracle.ifs.adk.http package in your custom jsps
    <%@ page import = "oracle.ifs.adk.http.*" %>
    2. Then within your jsp use the method
    getIfsPathFromJSPRedirect
    <%= oracle.ifs.adk.http.HttpUtils.getIfsPathFromJSPRedirect(request) %>
    This will give you the current path of the object on which you clicked on and which initiates the custom jsp.
    You can look at the CMS application which has made use of this API. URL is
    http://otn.oracle.com/sample_code/products/ifs/sample_code_index.htm
    Choose, sample applicatin -> Content Management system.
    Hope this helps
    Rajesh
    null

  • SRM 7.0: problem with save BP customer fields

    Hi Experts,
    I've enhanced the Supplier data with customer fields in SRM 7.0 with help of OSS note 1386310.
    (it was mentioned in thread Enhance business partner in SRM 7.0)
    When I fill customer fields with data on BP overview screen and save, the message "Business Partner changed successfully." appears, but the customer fields data is not saving in database table BUT000.
    I've find out that customer data saves in FM BUPA_CENTRAL_EXTINCL_CHANGE. In this FM is a check if include CI_EEW_BUT000 exist in Structure INCL_EEW_BUT000. The check is unsuccessful and program leaves this FM.
    When I open INCL_EEW_BUT000, the include CI_EEW_BUT000 exist there, but when I double click on it, message "Structure not available" appears.
    Can somebody help with it? Maybe someone is already had this problem?
    Thanks,
    Ekaterina.

    Hi Jr. SRM , Amit  and other ,
    I'm also facing same problem . I don't want approval WF for timebing for testing in SRM7.0. I activated BC set  /SAPSRM/C_<BO>_600_000_SP04 and Ev Id as it is 3EV_SC_700_002.since suggeted ID '0EV999' didn;t worked , but still giving error "No active process levels have been found  ".
    In Config guide it is given that by applying BC Sets, you do not need to perform configuration steps below i.e. 1.Define technical configuration ,2.Define settings for Business Rule Framework (BRF) 3.Define business process configuration for process-controlled workflows....so why we need to perform Automatic Workflow Customizing and generalize the task group '40000003' and '40000007' ?
    Can you/anyone pls suggest on this please ?
    Regards
    NAP

  • Problems with orders and customer support

    Here is my dilemma,
    I NEED photoshop for school so I ordered Creative Suite on January 26 and they never delivered it, in fact they CANCELED my order. So I had to reorder it on February 2nd. They delivered it to me but in fact sent the WRONG ONE. So I was forced to order it yet again. After probably ten phone calls to customer service making sure I would receive the correct product in time. Finally after a month of dealing with these issues my order finally arrived only for me to find out that Photoshop wont work on my computer. I called customer service AGAIN to get some assistance. I was told the wait would be 5 minutes but I ended up waiting for over an hour before I decided to call from another phone at the same time. I was told by the automated system that "Adobe's operating hours were from 5am to 7pm" and to "please call back within those reasonable times."
    Of course you can see how frustrated I am due to the fact that I have been dealing with these incidents for a month and I NEED these applications for my school projects and have had to resort to using Word for projects. Can anyone help me get in contact with someone who will actually help and get me what I need instead of me having to go through these ridiculous loops of annoying problems.

    Well, no offense, but you're not telling us anything. If you want help, as a minor you should probably tell us what computer and operating system you are using and why it doesn't qualify. Merely venting your frustrations doesn't help anyone. You could also post in the DIS forum, if you insist on getting more direct contact. Not saying that the employees there can help you better - after all, they, too, are mostly those poor Indian saps Adobe chose to let handle support - but they will try.
    Mylenium

  • Multiple Customers having Problems with .pem files -chain certificate

    I have 2 different customers who recently started using weblogic. My Applications are ASP hosted web services and require digital certificates. For added security, our CSO uses a <b>chain certificate</b>. The private cert is signed by an intermediary verisign cert which is signed by the Root CA. <p><p>
    Embaressingly, I just found out one Customer completed <b>side-stepped the BEA implementation for .pem files and implemented a non BEA class to work around</b> based on difficulty they had trying to get the .pem file for the intermediary verisign cert to work. I am stuck in that I don't want to advise the second client to do the same thing, but I can't find great support on what to do and some of the BLOGS are conflicting. From what I understand, this first client struggled on this for <b>2 weeks and gave up.</b> <p><p>What I am trying to ascertain is whether the <b>private</b> .pem file is suppossed to have <b>both the RSA PRIVATE KEY as well as the CERTIFICATE of the intermediate cert inside that one .pem file or not</b>. I can see their needs to be a .pem for the intermediary and a .pem for the private but not sure if any of the data should repeat.
    <p><p>
    Also, good samples of how these should look would help. The .pem files my client showed me looked incorrect.
    <p><p>
    Please note both these clients are top Investment Banks and I think it's in both Bea's interest and my interest to see this work on Weblogic without coding around the default Weblogic security implementation.

    Hi Patrick,
    If you fixed the issue changing your PowerShell code, would you mind posting the working code here for reference for other people that might experience this problem?
    Thanks in advance.
    Nico Martens - MCTS, MCITP
    SharePoint Infrastructure Consultant / Trainer

  • Problem with css reload (custom adf skin)

    I have defined a custom skin but changes in the css does not immediately show in the page. I have not figured out what triggers a rreload of the css. When I delete the generated css from the embedded OC4J a new one i immediately created but with the old values.

    Hello,
    This depends on the version of ADF your using.
    If its 10G, as far as I know, changes will only get picked up after a redeploy and even then you need to force the browser to re download the css (using a force refresh, shift + F5 or the refresh key normally)
    If its 11G, the redeploy should not be needed as long as you force a browser refresh.
    As long as the previously mentioned context parameter is present:
      <context-param>
        <description>If this parameter is true, there will be an automatic check of the modification date of your JSPs, and saved state will be discarded when JSP's change. It will also automatically check if your skinning css files have changed without you having to restart the server. This makes development easier, but adds overhead. For this reason this parameter should be set to false when your application is deployed.</description>
        <param-name>org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION</param-name>
        <param-value>true</param-value>
      </context-param>-Anton

  • Problem with ClientListener in custom component

    I have custom declarative component:
    &lt;af:commandImageLink icon="/img/trash.png" actionListener="#{TrashButtonBean.deleteRow}"&gt;
    &lt;af:setActionListener from="#{row.rowKeyStr}" to="#{TrashButtonBean.currentRowKetStr}"/&gt;
    *&lt;af:clientListener type="click" method="confirm( 'Confirm delete' ); "/&gt;*
    &lt;/af:commandImageLink&gt;
    It works but without ClientListener. Investigating with Firebug I found that onclick event always returns false and blocks operation:
    <span class="nodeLabelBox repTarget">&lt;<span class="nodeTag">a<span class="nodeAttr editGroup"> <span class="nodeName editable">id="<span class="nodeValue editable">j_id_id4:j_id_id8:j_id_id14:7:j_id_id46:j_id_id1pc3"<span class="nodeAttr editGroup"> <span class="nodeName editable">class="<span class="nodeValue editable">xup"<span class="nodeAttr editGroup"> <span class="nodeName editable">href="<span class="nodeValue editable">#"<span class="nodeAttr editGroup"> <span class="nodeName editable">onclick="*<span class="nodeValue editable">return false;*"<span class="nodeBracket editable insertBefore">&gt;
    <div class="nodeChildBox"><div class="nodeBox emptyNodeBox repIgnore selected"><div class="nodeLabel"><span class="nodeLabelBox repTarget"> &lt;<span class="nodeTag">img<span class="nodeAttr editGroup"> <span class="nodeName editable">id="<span class="nodeValue editable">j_id_id4:j_id_id8:j_id_id14:7:j_id_id46:j_id_id1pc3::icon"<span class="nodeAttr editGroup"> <span class="nodeName editable">class="<span class="nodeValue editable">xus"<span class="nodeAttr editGroup"> <span class="nodeName editable">src="<span class="nodeValue editable">/ReusableComponentsTest-ViewController-context-root/img/trash.png"<span class="nodeBracket editable insertBefore">/&gt;
    </div>
    </div>
    </div>
    <div class="nodeCloseLabel"><span class="nodeCloseLabelBox repTarget">&lt;/<span class="nodeTag">a&gt;
    Any idea.
    Kuba
    </div>

    Hi,
    simplyadf
    Using af:popup I get PPR - null pointer exception, because popup behavior blocks af:setActionListener that I use to pass rowKeyStr to managed bean.
    coomar
    Your solution also doesn't work. here is my code:
    &lt;af:componentDef var="attrs" componentVar="TrashButton"&gt;
    &lt;script type="text/javascript"&gt;
    function confirmDelete(){
    var agree=confirm('Confirm delete');
    if (agree){
    return true ;
    }else{
    return false;
    &lt;/script&gt;
    &lt;af:commandImageLink icon="/img/trash.png" actionListener="#{TrashButtonBean.deleteRow}"&gt;
    &lt;af:setActionListener from="#{row.rowKeyStr}" to="#{TrashButtonBean.currentRowKetStr}"/&gt;
    &lt;af:clientListener type="click" method="confirmDelete"/&gt;
    &lt;/af:commandImageLink&gt;

  • Problems with getting a custom toolbar button to work...

    Hi all,
    I'm using the 7.0.1 eval version of GroupWise, patched to 7.0.2 HP 6/6/2007.
    The server is the same version.
    I'm trying to put a new button on the toolbar in C# (with the
    GW.CLIENT.WINDOW.BROWSER context) - the button shows up as expected. It also
    gets validate events - quite frequently and my code always returns 0 from
    Validate() and the button is always enabled. However, no matter what I do, I
    never get an Exectute() call on the command object I create for this button
    when I click it. I also tried the GW.CLIENT context, in which case the
    button shows up in the same place (main GW client toolbar), and it behaves
    the same.
    If I try to create the button with the GW.MESSAGE.MAIL context and I
    double-click emails, the button shows up on the toolbar of the message
    window. When I click this button, I properly get Execute() calls. I also
    have no problem getting context menu items working.
    Is there anything special I need to do to get callbacks for buttons on the
    main toolbar?
    Thanks,
    Gyorgy Bozoki

    These instructions from Mediacom differ slightly from what you have:
    http://mediacomcable.com/CustomerSupport/troubleshooting/email%20getting%20started/HowdoIsetupmyAndroidSmartphonetouseMediacome-mail.html

  • Problem with CS5.5 install certificate revoked

    Cannot install CS5.5 on mac 10.7, Install cannot be opened you should eject the disc image, help: although this app was signed, the certificate for this app has been revoked. Download today from Adobe.

    For those running into this issue, Adobe has posted a FAQ:
    http://helpx.adobe.com/x-productkb/global/certificate-revocation-faq.html
    ...as well as security certificate updates for all impacted products, to provide customers with software code signed using a new digital certificate:
    http://helpx.adobe.com/x-productkb/global/certificate-updates.html

Maybe you are looking for

  • Can't sync/update a 3GS without nuking its data first?

    I apologize in advance for a tech-supporty question, but I've looked all over the place and the information has been very conflicting, so I'm hoping you folks can advise me. I want to do an upgrade from 4.0 to 4.2 on my 3gs, so I plugged my phone int

  • Broken Alias in Time Machine?

    I'm trying to restore a file that was backed up last August via Time Machine.   The file is a Pages document and indicates such when I find it in TM.  However when I go to restore it it won't restore.   If I double click on the file it just shows a b

  • SAP Knowledge Warehouse

    Hi All, I would like to know some general things about SAP Knowledge Warehouse Like. 1. Installation? a.Where can I get the installation DVD from? b.Is it a part of SAP NW04 installation kit? c.Does SAP KW require a separate Licence apart from NW04?

  • When i right click on a playlist it is not giving me a burn disc option????

    Can anybody help with this problem. I right click on my playlists and am not getting a burn disc or burn playlist to disc option. Is there another way i can try and burn a disc? Thanks in advance.

  • Converting multiple column rows into single column

    Hi all Below is my requirement, can you anybody help me solve it. CREATE TABLE TYPE (   c1_type  VARCHAR2 (10),   c2_type  VARCHAR2 (10),   c3_type  VARCHAR2 (10),   c4_type  VARCHAR2 (10),   c5_type  VARCHAR2 (10),   c6_type  VARCHAR2 (10),   c7_typ