SM59, HTTPs: How to set up certificate based authentification

We have some HTTP connections configured using SM59.
These are all Type = G, Using HTTPs and Basic-Authentification.
Typically we are generating in Trx STRUST a new Client-PSE and upload the public-certificate of the partner there. After that, configurating SM59 is pretty much straigt forward.
But now, we have to configure certificate based authentification.
I did it pretty much the same:
Configured new entry in STRUST and uploaded the public key of the https-server there:
Now we have to send our client-cerficate to the web-server.
We thought, the "own certificate" showed in the STRUST will be the right:
all this worked fine, our partner accepted our certificates.
But when trying to establish a connection using SM59 nothing worked:
We had choosen "no authentification" because the other point just creates basic-auth.
When trying to connect to the server, we got an error:
So, is it possible to connect via SM59 to a server and using certificate-authentification? Or does SM59 not support that?
Thanks for your help,
cu
REne

Hi Rene,
You need to search through the ICM trace file (dev_icm) in order to find more detail about the ICM_HTTP_SSL_ERROR. There you should see what exactly went wrong during the SSL hand shake.
Best,
Tobias

Similar Messages

  • Seeburger AS2: How to set up Certificates in PI

    Hi ! ALL
    We are setting up Seeburger AS2 adapters to exchange file with vendors (B2B).
    can you please, share with us ..
    1.How to set up certificates, decryption key, signature key.
    2.Also, instead of the vendors coming directly to the PI box.....can you share if you have set up any DMZ/firewall environment and how it was set up to talk to PI, especially exchanging certificates.
    Your help is greatly appreciated!!
    Thank you,
    Patrick
    Edited by: Patrick Jones on Feb 4, 2009 10:23 PM

    Hi Patrick,
    For secured communication with business partners you need to implement message level security. You need to create certificates in visual administrator and exchange the public key with your business partner. Also you need to import your business partner public key in visual administrator.
    For encryption - Use business partner public key
    For signing - Use your private key.
    For DMZ check the following help link
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/ef2940cbf2195de10000000a1550b0/content.htm
    Regards
    Prakash

  • How to set dynamic color , based on xml element

    Hi,
    We have a requirement, where based on certain conditions, a cell will be shown in a specific color. We would like the coloir to be based on an XML element. The xml element will have values like '#FF00FF' etc..
    We tried using xsl attribute with the following syntax ,
    <xsl:attribute xdofo:ctx="block"name="color"><?stdcolor?></xsl:attribute><?end if?>
    where stdcolor is the xml element, but when we use this , this is giving a syntax error.
    Let us know, if this is possible or is there any other alternate way to do this.
    Regards,
    - Vasu -

    Hi Vasu,
    http://winrichman.blogspot.com/2008/09/how-to-set-dynamic-color-based-on-xml.html
    use the following :)
    <xsl:attribute xdofo:ctx="block" name="color" ><xsl:value-of select="stdcolor" /></xsl:attribute>
    TO get the colors you wanted , you can refer to
    http://www.w3schools.com/Html/html_colors.asp

  • How do set up image based navigation bar in DW CC?

    How do you set up images as the list members that form a navigation bar?

    Spry is gone, true, but CSS most definitely is part of DWCC...
    http://tv.adobe.com/watch/learn-dreamweaver-cc/using-the-css-designer-panel/
    You should be able to follow a css tutorial after familiarizing yourself with the CSS Designer.
    If you don't understand html and css in and of themselves, and you have a budget, you may want to get the Menu Magic DW Extension from Project VII. That would allow you to use the DW Design View interface to make a menu.
    If you have a fair understanding of the basics though, any "jquery menu" or "pure css menu" available freely on the web would do the trick. The vast majority of them come with a quick how to that includes mostly copy/paste instructions.

  • How to set background color based on values in column grouping

    Hello,
    I have query
    select 1 as CustomerID,'Reality' as Type, 100 as Turnover
    UNION
    select 1 as CustomerID,'Budget' as Type, 120 as Turnover
    UNION
    select 2 as CustomerID,'Reality' as Type, 140 as Turnover
    UNION
    select 2 as CustomerID,'Budget' as Type, 120 as Turnover
    I have matrix, where in rows are customers, there is columngroup based on field Type and in details are summaries of Turnover. I need to change background color of Reality field, when lower than Budget. How can I do that please ?

    Hi volyn,
    After testing the issue in my own environment, we can use custom code to achieve your requirement. For more details, you can refer to the following steps:
    Copy the custom code below and paste it to your report. (Right-click report>Report Properties>Code)
    DIM PreviousValue AS Decimal
    Dim CustomerID AS String = ""
    Public Function  GetPreviousValue(byval Val as Decimal, byval CusID as string)  as Decimal
    DIM Local_PreviousValue AS Decimal
    IF CustomerID <> CusID THEN
    CustomerID  = CusID 
    PreviousValue  = val
    Local_PreviousValue  = 0
    ELSE
    Local_PreviousValue =  val - PreviousValue 
    PreviousValue  = val
    END IF
    return Local_PreviousValue 
    End function
    Click the cell which contains [Sum(Turnover)] value, modify the expression of BackgroundColor property to like this in the Properties Window: 
    =iif(Code.GetPreviousValue(Fields!Turnover.Value,Fields!CustomerID.Value)<0,"Brown","White")
    In this scenario, you can change Brown color to any color you like. The following screenshot is for your reference (I added some data to make it more clearly):
    If you have any other questions, please feel free to ask.
    Thanks, 
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to set a variable based on Select result?

    I wanted  to set the variable @adate based on the @adatecode value
    I tried this code but @date is not set to   min(d.DateValue)  as I wanted 
    SET @adate =  CASE @datecode WHEN 'sWTD' THEN 
    (select min(d.DateValue)
    from dbo.dimDate d
    inner join dbo.dimShowing s on d.DateID = s.DateID
    where d.BusinessYear = @ReportYear 
    end

    SET @adate =  CASE WHEN @datecode='sWTD'
    THEN 
    select min(d.DateValue)
    from dbo.dimDate d
    inner join dbo.dimShowing s on d.DateID = s.DateID
    where d.BusinessYear = @ReportYear
    end

  • How to set radiobutton values based on some input values?

    LCD 8.0
    I have a table with 5 rows - each row has a checkbox in it.
    The user can select 0 - 5 checkboxes. Based on the number of selected checkboxes, I need to dynamically 'press' a radiobutton (out of 5) to show the corresponding Risk level - If 2 checkboxes are checked, I need to press radiobutton #2, if 3 checkboxes the 3rd radiobutton, etc..
    I can get the 1st one to work, but can't seem to be able to change it to any other radiobutton after the first.
    What I do is sum the # of checkboxes checked, and try to set the raw.Value of the radiobutton = 1.
    >var orgcnt = sum( PDF_CONTAINER.ConceptPage1.RisksPositioned.ORGRISKS.DATA[*].RISK_IND )
    >if ( orgcnt == 1 ) then >PDF_CONTAINER.IdeaSheetPage2.RiskAssesSubform.RiskTable.RISK_*****1.cell3.RadioButtonLis t.NoRisk.rawValue = 1
    >endif
    >if ( orgcnt == 2 ) then >PDF_CONTAINER.IdeaSheetPage2.RiskAssesSubform.RiskTable.RISK_*****1.cell3.RadioButtonLis t.MinorRisk.rawValue = 1
    >endif
    If I select 1 Checkbox, the first radiobutton IS pressed, however, when I select a 2nd checkbox, the 2nd radiobutton is NOT pressed and also blanks out the 1st radiobutton.
    any ideas?
    thanks,
    rp.

    Paul,
    thanks for your input.
    However, I'm not trying to change radiobuttons in Row2 - I'm trying to change a set of 6 radiobuttons in my Row1.Cell3
    I will always and only have two rows in my table. This first row is named
    PDF_CONTAINER.IdeaSheetPage2.RiskAssesSubform.RiskTable.
    b RISK_*****1
    and the second row is named
    PDF_CONTAINER.IdeaSheetPage2.RiskAssesSubform.RiskTable.
    b RISK_*****2
    In Cell3 of each of those rows, I have a Radiobutton group with 6 radiobuttons (named NoRisk, MinorRisk, SmallRisk, ModerateRisk, VeryRisky, CriticalRisk).
    What I'm trying to do is "press" one of those radiobuttons based on some other variable's value.
    Here's a sample bit of code that checks if my variable = 3, then "press" the 3rd radiobutton
    ] if ( orgcnt == 3 ) then
    PDF_CONTAINER.IdeaSheetPage2.RiskAssesSubform.RiskTable.RISK_*****1.cell3.RadioButtonList .SmallRisk.rawValue = 1
    endif
    But, I'm not getting a radiobutton pressed.
    EDIT: by the way, i'm sure my summed value is coming back because I placed it in a message box & see the correct number.

  • How to set a condition based on whether the following test is selected

    Hi,
    In addition to the 'Full Test' (Run UUTs), I would also like to allow for 'Partial Test' (Run Selected Steps Using Single Pass).
    In order to run 'Partial Test' I must run some precondition steps.
    I was thinking to write an 'Action type' step and in its precondition section to set:
    a) run only in 'Partial Test' (I already have a flag for that)
    b) run only if the next step (or any specific test for that matter..) is marked for testing.
    My questions:
    1) Is my approach appropriate or is there a better way to achieve the same goal?
    2) How would you specify a condition of a specific test being marked for testing?
    Thanks
    Rafi

    Hello Rafi,
    If your sequence file contains steps that you will always want to run before running your selected steps, it is best to place those steps inside the Setup step group. So when you run the selected steps, the steps in the Setup step group will always run. This way you do not need to use preconditions.
    However, if you only want those steps to run when you select run selected steps and not when you run Test UUTs; you will have to use preconditions. I would still place those steps inside of the Setup step group. As a side note, there is a TestStand API method Execution.InInteractiveMode which will return a Boolean true if you choose to run selected steps.
    In response to your second question, I would not think that you will need to mark a test using the above method since run selected steps will run all steps currently selected.
    I hope that this information is helpful.
    Regards,
    Kevin L.
    Applications Engineer
    National Instruments

  • How to set column width based on header width?

    I have a column that will only hold 1 character. This is good, but I want the Column width to match the column header.
    For example,
    Currently I get:
    select * from table;
    I NAME
    1 ROBERT
    The problem is, I want the Column header spelled out (in this case it's just ID)
    ID NAME
    1 ROBERT
    Better Yet,
    if i did:
    select ID "ID NUMBER", NAME "FIRST NAME" from table;
    I'd like to see:
    ID NUMBER FIRST NAME
    1 ROBERT
    (Centering the ID within the Column width would be good too, but that is "gravy")
    Any thoughts? I've been trying:
    COLUMN ID FORMAT A10 (which obviously didn't work!)
    Thanks,
    KSL.
    Edited by: leonhardtk on Aug 23, 2010 11:55 AM

    If you use tags it'll be easier to see what formatting effects you're talking about.
    Does <a href="http://download.oracle.com/docs/cd/E11882_01/server.112/e10823/ch_six.htm"><tt>col id head "ID Number" format a9</tt></a> do what you want?
    Edited by: William Robertson on Aug 23, 2010 6:50 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Certificate based authentication with sender SOAP adapter. Please help!

    Hi Experts,
       I have a scenario where first a .Net application makes a webservice call to XI via SOAP Adapter. Then the input from the .Net application is sent to the R/3 system via RFC adapter.
    .Net --->SOAP -
    >XI -
    >RFC -
    R/3 System
    Now as per client requirement I have to implement certificate based authentication in the sender side for the webservice call. In this case the .Net application is the "client" and XI is the "server". In other words the client has to be authenticated by XI server. In order to accomplish this I have setup the security level in the SOAP sender channel as "HTTPS  with client authentication". Additionally I have assigned a .Net userid in the sender agreement under "Assigned users" tab.
    I have also installed the SSL certificate in the client side. Then generated the public key and loaded it into the XI server's keystore.
    When I test the webservice via SOAPUI tool I am always getting the "401 Unauthorized" error. However if I give the userid/password for XI login in the properties option in the SOAPUI tool then it works fine. But my understanding is that in certificate based authentication, the authentication should happen based on the certificate and hence there is no need for the user to enter userid/password. Is my understanding correct? How to exactly test  certificate based authentication?
    Am I missing any steps for certificate based authentication?
    Please help
    Thanks
    Gopal
    Edited by: gopalkrishna baliga on Feb 5, 2008 10:51 AM

    Hi!
    Although soapUI is a very goot SOAP testing tool, you can't test certificate based authentication with it. There is no way (since I know) how to import certificat into soapUI.
    So, try to find other tool, which can use certificates or tey it directly with the sender system.
    Peter

  • How to set page break for Narrative view???

    Hi All,
    I have created a report in Narrative view using HTML code. I am stuck how to set page break based on a column in Narrative view. If anybody is aware of the issue pls let me know how to overcome this situation. Or if this can be done using HTML code itself pls let me know how to do it.
    Thanks & Regards
    Thenmozhi

    Hi Honey,
    I am not sure on ur requirement but you can achieve page break with a column using pivot view by dragging that column into section area and editing section properties to Insert Page break option.

  • I can't remember the password I set up for Certificate-based signatures. How do I request this password?

    I can't remember the password I set up for Certificate-based signatures. How do I request this password?

    The password is yours to keep and remember. Adobe do not have any backdoor to get it back -- because if there were a backdoor, hackers would use it.

  • How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?

    Hi All,
    How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?
    Assume Material is Pen.
    While creating Sales Order in VA01 how to bring different price for the same material for Platinum,Gold and Silver Customers.
    Kindly help me out.
    Thanks,
    Renjith Jose

    A good place to start is http://www.javaworld.com/javaworld/javatips/jw-javatip34.html
    Also, do a search in this forum on HttpURLConnection. That class allows you to use POST method to send form data to a web server.
    "Hidden" variables are only hidden in HTML. The HTTP that gets POSTed to the web server doesn't distinguish between hidden and not hidden. That is, the content you would write to the HttpURLConnection.getOutputStream() would be something like:
    hidden=1&submit=ok(Of course, the variable names would depend on what the web server was expecting from the form.)
    Also, be sure to set the Content-Type request parameter to "application/x-www-form-urlencoded"

  • How to access Flash Apps over https with a self signed certificate?

    I have a Flex app that needs to access data from a SOAP web service over https with a self signed certificate. The app needs to ignore the https warnings, just as a browser would warn & allow the user to proceed. Buying a valid signed certificate is not an option for us.
    It works fine over http.
    How can I achieve this?
    I read that URLRequest has a property: authenticate, that I can set to false. However, this property is available only for Adobe AIR applications from what I can see. This doesn't seem available for Flex apps.
    I have tried this in both Flex 3 & the latest Flash Builder 4. Have the same issue in both cases.
    Help appreciated.
    Thanks

    You'd really need to ask in the Flex or Flash Builder forums as this is a front end code modification and Flash Player can't do any of that.

  • How to set role based Authorization in JAAS

    how to set role based Authorization in JAAS
    i had user name , password and role in FileLogin
    thanks
    arun .v.

    http://dev2dev.bea.com/pub/a/2003/04/Kemp_Helton.html?page=last

Maybe you are looking for

  • SCOM 2007 R2 : Logical Disk Free Space : Did not Alert

    Hello reader ,                I know this might be a repeated hearing for you. I have been sitting wit this issue for many hours now. I would like to understand where or what am I missing. We have the default 'Logical Disk Space' Monitoring enabled f

  • Problem with JOB_RSINDCHK during upgrade to ECC 6.0

    Hi, We upgrade from 4.6b to ECC 6.0 SR1. During phase JOB_RSINDCHK the upgrade fails. The file RSINDCHK.ELG says: INDEX PRE-CREATION CHECK Errors and RETURN CODE in RSINDCHK.DE2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • Test of the Java Skill

    Question 25: What will happen when you attempt to compile and run the following code? ?@?@ int Output = 10; ?@?@ boolean b1 = false; ?@?@ if ((b1==true)&&((Output+=10)==20)){ ?@?@ System.out.println(?gWe are equal ?g + Output); ?@?@ else{ ?@?@ System

  • Problem with Guitar Rig 5

    I recently installed Guitar Rig 5 for use on Pro Tools 11.  The next time I went to open Premiere Pro CS6, it stalled (and has every time since) when it gets to the part where it loads "Guitar Rig 5.VST".  I never tried to load GR5 into Premiere or m

  • Vk11 CONDITION RCORD SAVE ERROR

    Dear Expert, Please suggest how do i resolve this issue ? Following message no we have got while doing the pricing configuration in abobe define t_code please do the needfull asap regards pavel