Question/Concern Regarding HTTPS Connection

Perhaps this question belongs under security; perhaps it belongs here. Regardless, here's my concern:
I have an application running under a secure HTTPS connection, and I want and expect the secure connection to begin as soon as the login page loads. When the login page (login.jsp) loads the URL indicates that I have a secure HTTPS connection. However, I'm not seeing the lock icon that contains my certificate until after I login. Is my login screen connection secure? I'm guessing not. The security-constraint/login-config portion of my web.xml file follows. Am I missing an element? Thanks!
  <security-constraint>
    <web-resource-collection>
      <web-resource-name>Reserve</web-resource-name>
      <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
      <role-name>comm</role-name>
    </auth-constraint>
  </security-constraint>
  <login-config>
    <auth-method>FORM</auth-method>
    <form-login-config>
      <form-login-page>/login.jsp</form-login-page>
      <form-error-page>/login_error.jsp</form-error-page>
    </form-login-config>
  </login-config>
  <session-config>
    <session-timeout>10</session-timeout>
  </session-config>

Thanks for your reply, although I'm still not fully convinced I have a secure connection. My form action is only set to 'j_security_check' . It's the standard Tomcat login form.
<form method="POST" action='j_security_check' >I also added a CONFIDENTIAL user-data-constraint element to my web.xml.
Still no lock. A book I read suggests that I do indeed have a secure, encrypted connection. I still have my doubts. Any other thoughts/ideas are greatly appreciated. This is one I can't afford to be wrong about!
    <user-data-constraint>
      <transport-guarantee>CONFIDENTIAL</transport-guarantee>
    </user-data-constraint>   

Similar Messages

  • Questions in regards to connectivity of the E50

    Hi all,
    I have a Nokia E50 phone which I regularly connect to my PC via the USB cable. The Nokia PC Suite software is installed and everything is working fine.
    When connecting the phone to the computer a message on the phone prompts me for two modes. I can't remember what the prompt actually is, but it asks the user whether the phone should be operated in synchronisation mode, in order to sycnhronise contacts with help of the Nokia PC suite software, or whether the phone should be used as a standard USB removable device. When choosing the latter the device is detected correctly as a "removable drive" and is assigned with the native XP USB mass storage driver. As I understand the storage point of the phone in this case would be the flash memory card. OK, so far so good.
    When choosing the synchronisation mode I understand that the internal phone memory is used and the PC suite software acts as an "interpretor" between the internal phone memory and the Windows XP system. The synchronisation mode works fine, but everytime I connect the phone to the computer and choose sync mode Windows XP recognises it as a USB device, but cannot really determine which driver needs to be installed. It therefore tries to guide me through the manual installation of the USB driver, everytime I choose to connect the phone to the computer in synchronisation mode. I can cancel the manual installation and the phone remains to work fine with the PC suite software, however I have two questions:
    1. Is this behaviour normal
    2. As what kind of device is the phone supposed to show up when connecting it with the PC suite software? Will it be detected by the system as a genuine USB device in this case, which I cannot imagine because the internal memory is used, or is it detected as another device, e.g. modem?
    If anyone has any information on this please let me know. Thank you very much in advance.

    I appreciate the helpful responses!
    I was told by one of the employees at the Apple store I called, that I wouldn't need to remove the sim and just simply delete my 3G account Information. Then on my new iPad, set It up/log In with the same Information I had on the previous one and I would still retain my account. I wouldn't have any problems restoring the iPad with the sim Inside the device as well.
    I don't see a way to actually delete the Information since you would have to log In to your account beforehand. Would I need to log In and delete all the account Information or just simply complete a backup and restore the device?

  • ASA HTTP connection replication question

    I'm assessing the potential service impact of failing over from one ASA to another with HTTP replication disabled.
    There is some concern that HTTP flows may be broken or disrupted when we failover
    Surely HTTP is just an application running over TCP and the connection table is replicated by default in a stateful failover pair so I'm struggling to see how HTTP would be affected.
    Is HTTP replication only relevant if you have HTTP inspection enabled and all that inspection info can be replicated?
    Cheers, Dom

    Hi,
    From the command reference:-
    "By default, the ASA does not replicate HTTP session information when Stateful Failover is enabled. Because HTTP sessions are typically short-lived, and because HTTP clients typically retry failed connection attempts, not replicating HTTP sessions increases system performance without causing serious data or connection loss. The failover replication http command enables the stateful replication of HTTP sessions in a Stateful Failover environment, but could have a negative affect on system performance."
    Refer:-
    http://www.cisco.com/c/en/us/td/docs/security/asa/asa-command-reference/A-H/cmdref1/f1.html#pgfId-2014541
    Also . HTTP inspection would not have any effect on the stateful connection replication on the failover.
    I hope this answers your query. If you have any other query , please let me know.
    Thanks and Regards,
    Vibhor Amrodia

  • Questions concerning the Apachectl file in Oracle HTTP Server

    Three more questions concerning Apachectl file:
    (1) The ORACLE_HOME in the file should be the ORACLE_HOME for HTTP SERVER, not the one for database, right?
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/http_1
    (2) The TNS_ADMIN in the file should be the TNS_ADMIN for HTTP SERVER, not the one for database, right?
    TNS_ADMIN=${TNS_ADMIN="/u01/app/oracle/product/10.2.0/http_1/network/admin"}; export TNS_ADMIN
    (3) I don't have a httpd.pid file pointed by PIDFILE. Is this a problem?
    PIDFILE=/u01/app/oracle/product/10.2.0/http_1/Apache/Apache/logs/httpd.pid

    1) right, OHS should be installed in separate home then db
    2) not right...in OHS there is no TNS entry...frankly there is no "/ADMIN" dir at all! In db ORACLE_HOEM TNS entry is irrelevant for OHS...it looks the same before and after instlation of OHS.
    3) On my server "httpd.pid" is in "C:\oracle\product\10.2.0\db_2\Apache\Apache\logs" and content is "2272". There is reference in httpd.conf file "PidFile logs/httpd.pid". I have never touched or reconfigured it by myself, httpd.conf is customized by instalation of apex!
    Hope this helps

  • Help! with creating a J2ME program using the http connectivity interface

    So this is what I have to do using the http connectivity interface:
    1.Creating two threads – one for communication (receiving and sending) and the other (main) thread will be for interaction with the user.
    2.The main thread will make use of three midlet forms. The first form will ask for web page address (URL) and separately for a delimiter which will separate the words in the URL document, the third form will display the ratio of all symbols on the page and the number of occurrences of the delimiter specified
    3.The second thread should perform http connectivity to the WWW, utilise the web page address supplied and connect to the appropriate web page and read its content, count all symbols on the chosen page, count the number of occurrences of the delimiter given as user input on the same form as the web page address, calculate the ratio between the two and pass this information to the first thread to display.
    I have many questions but my main concerns are:
    *1. How to communicate using HTTP interface within a thread*
    *2. What is a delimiter in the context above and how should it be implemented*
    I've been thrown in at the deep end with little programming experience with this assignment. If anyone can share a similar example or answer my concerns I'd be more than happy.
    Thanks in advance.

    thelane wrote:
    hi thanks for the response.
    As I said I have coded in other languages before, but this is a new for me in java. I needed to get it working quickley. Now I can clean up.
    I will have a look at method and see how I get on.
    ANy similiar examples would be great.
    Thanks.I can certainly give you a similar example.
    Say you have code such as this:
      int a = 10, b = 11;
      int temp = 1;
      for(int i = 2; i < a; ++i) {
       temp *= i;
      System.out.println(a + " factorial is " + temp);
      temp = 1;
      for(int i = 2; i < b; ++i) {
       temp *= i;
      System.out.println(b + " factorial is " + temp);Each section of code takes the factorial of the current variable an outputs it. The factorial code can be placed within a method to be called more easily, as such:
    public void factorial(int num) {
    int temp = 1;
    for(int i = 2; i < num; ++i) {
      temp *= i
    System.out.println(num + " factorial is " + temp);
    }Then, whenever you need to call it, you can just do so:
    int a=10,b=11,c=12;
    factorial(a);
    factorial(b);
    factorial(c);

  • To Akash :  Http Connection problem

    Dear Akash,
    Thanks for the reply u gave for my question
    I tried with Thread also.
    I still have few doubts & problem.
    1. Do we need to get special permission from
    operators for uploading the images or text to server.
    I have tried to upload captured images to my server.
    But i cann't do with mobile.
    2. I am also trying to audio, video streaming. All
    these are working with emulator. But not with mobile.
    3. Is there are any proceedure to deploy them. I am
    using EclipseME plugin. After creating jar files of my
    application using obsfucation package, i am just
    copying to my server and downloading it from mobile.
    Is it correct way?
    Can you please answer me asap? BCoz, I am stuck with
    this project for last 1 week. Nothing seems to be
    working on mobile.
    FYI ( i am using nokia 6600). I have harcoded the
    ipaddress of my server for http connection instead of
    using domain name. Is it cerating problem.
    Thanks a lot in advance.
    Prasanna

    hi
    i mailed u today from my personal emailid , i think u got it .
    reply me if u still have some problem.
    thanks for writing me email also my name in subject line , it really save my time
    regards
    akash
    Indiagames ltd
    India
    [email protected]

  • HTTP connection to ABAP runtime failed

    I am building a scenario where XI picks up a file from a directory and pushes an IDoc to ECC.  I have configured the interface with the Design tool, and I believe my setup in the Configuration tool are correct too, however I am encountering an error when testing the scenario by means of --
    Tools --> Test Configuration.
    The testing tool is giving me the following error upon processing the reciever determination:
    HTTP connection to ABAP Runtime failed.
    Error: 403 Forbidden
    URL: http://serveraddress:port/sap/xi/simulation?sap-client=100
    User: PIDIRUSER
    First of all, I am not sure who the PIDIRUSER is, I assume it's a system user?  Second, given that this error is a HTTP connection error, I am lead to believe that the issue lies somewhere in the RFC connection from XI -> ECC.  I am not sure why exactly it's attempting to connect via HTTP as my communication channel is using the IDoc adapter with an RFC destination to connect to ECC.  Possibly I have configured this incorrectly.  I have read about having to configure a RFC adapter when posting messages from R/3 to XI, does the same apply when posting an IDoc from XI to ECC?  Does anyone have any other thoughts as to why this error may be occuring?  Thanks in advance for your time and help.

    This might help you
    http://help.sap.com/saphelp_nw04/helpdata/en/82/f4993c03e0cd37e10000000a11405a/content.htm
    /people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions
    http://help.sap.com/saphelp_nw04/helpdata/en/39/83682615cd4f8197d0612529f2165f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/39/83682615cd4f8197d0612529f2165f/frameset.htm
    Regards
    Agasthuri Doss

  • Https connectivity with file as an attachment

    Hi,
      I have a scenario idoc to file. where my client required the https connectivity between the server.  Initially it was successfull throught ftp connectivity but to have security they are come up with https.
      But i am not sure whether it could be possible to send the same file as an attachment throught https/http.
    If yes please let me know your suggestion how can we specify the file details.
    Regards,
    Dhill

    Hi,
      Anybody can let me know if any solution ?.  Please let me know if any more details required or let me know if my question is not understandable way...
    Regards,
    Dhill

  • Question concerning WiSM operation

    I have a question concerning the operation of the wireless network and the WiSM in a 6500 that we have put in place. My customer has the following setup: On thier mainsite, they have a core 6500 with a WiSM module in place. They have 4 remote sites, with several APs at each remote site. Each remote site is setup in an all Cisco environment, where its typically AP --> cisco switch --> fiber to main site cisco switch --> core --> then on to where ever. I have an engineer telling me this, that whatever wireless data traffic (internet, anything) that hits the AP (at any site), it must go THROUGH the WiSM module. I would have thought that the WiSM module would be for ONLY management of APs, not for data traffic handling.
    Again, he says that ALL traffic (internet, etc) goes through the WiSM module, then on out through the infrastructure.
    I would have thought that traffic would go through the AP only, then through the infrastructure.
    Can you verify wheather data traffic from any wireless device through the AP actually traverses the WiSM module or not?
    Again, I thought the WiSM module would be only for management of APs. Thanks.

    The engineer is largely correct. By default, the APs will tunnel all traffic to the controller to be distributed according to VLAN/SSID. The controller and the AP work together to perform the normal wireless <-> wired bridging. This allows some flexibility in how the infrastructure handles mobile clients. There are many benefits to the Cisco Unified model (or LWAPP).
    We have three hospital campuses and only a couple remote wireless sites. They are all well-connected. As all our primary app servers are on one campus, we only have controllers on that one campus. The client traffic is bridged at the main campus.
    The Cisco Unified model does offer other modes of operation (H-REAP for example) that allow some local traffic to bypass the controller and be bridged by the AP to the local LAN. There are some caveats to this, however, and you'd want to read up on it before trying it:
    http://www.cisco.com/univercd/cc/td/doc/product/wireless/control/c44/ccfig41/index.htm
    or more specifically:
    http://www.cisco.com/univercd/cc/td/doc/product/wireless/control/c44/ccfig41/c41hreap.htm

  • CProjects Roles, HTTP Connection, RABAX_STATE error

    Hi All,
    1. Which are the standard cProjects Roles to be maintained ? Where we can have that list ?
    2. How to maintain or say configure the HTTP connection for cProjects (steps for doing it)?
    3. Getting the termination type error : RABAX_STATE, how to resolve it ?
    Points for userful information.
    Thanks and regards,
    Nishit

    Hi
    Answer to your 1 question is given below
    The following single roles are delivered with cProjects:
    SAP_CPR_PROJECT_ADMINISTRATOR     :Create projects (project definitions).
    SAP_CPR_TEMPLATE_ADMINISTRATOR     :Create, change, read, and delete all templates in cProjects.
    SAP_CPR_USER     :Use cProjects, but no authorization to perform any activities in a particular project. To do this users need project-specific authorizations, which can be distributed either directly or through their assignment to a role.
    The following composite roles are delivered with cProjects:     
    SAP_CPR_DECISON_MAKER     :cProjects decision maker. Contains the role SAP_CPR_USER.
    SAP_CPR_INTERESTED     :cProjects interested party. Contains the role SAP_CPR_USER.
    SAP_CPR_MEMBER     :cProjects team member. Contains the role SAP_CPR_USER.
    SAP_CPR_PROJECT_LEAD     :cProjects project manager. Contains the role SAP_CPR_PROJECT_ADMINISTRATOR and SAP_CPR_USER
    SAP_CPR_TEMPLATE_RESPONSIBLE     :cProjects template responsible. Contains the roles SAP_CPR_TEMPLATE_ADMINISTRATOR and SAP_CPR_USER
    Edited by: Yogesh  Pande on Dec 18, 2008 5:38 AM
    Edited by: Yogesh  Pande on Dec 18, 2008 5:41 AM
    Edited by: Yogesh  Pande on Dec 18, 2008 5:43 AM

  • TMG Proxy not connecting internal HTTPS connection

    Dear All,
    I am working government org, and there are many internal HTTP and HTTPS sites which is going/thought to proxy tmg(2010) server.internal clients are able to connect to http sites but they are not connect to https sites and all server application are come
    to internal intranet network
    i am trying to add https access rule and some basic troubleshooting but governmant clients not able to open internal application https sites.
    my question is that is that possible?
    if possible how to make a rule or redirect https connection?
    Thanks for advanced

    Hi,
    Pelase check the article below.
    In some business scenarios, internal clients protected by Microsoft Internet Security and Acceleration (ISA) Server 2004 may require access to secure Internet Web sites. This scenario can be configured as follows:
            Configure a tunneled Secure Sockets Layer (SSL) end-to-end secure HTTP (HTTPS) connection between the internal client and the external Web site.
            Configure clients to request the external Web site using Hypertext Transfer Protocol (HTTP), and then redirect the request from the ISA Server computer to the site using HTTPS.
    Configuring Internal Client Acess to Web Sites over SSL
    https://technet.microsoft.com/en-us/library/cc302568.aspx
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Dreamweaver cs6 suite development questions/concerns

    Hello,
    I am new a new creative cloud subscriber. I have past experience with programming a java environments and SQL. I am new to HTML5/CSS3 and have read a book on the subject to understand the design concepts in effort to find a good environment to develop mobile applications. I like what I see using fireworks to create HTML5/CSS3 to create code for more complex objects/elements.
    Additionally, watched all the videos and am ready to roll up my sleeves and get started. As I have watched the videos and goggled allot of forums regarding DM CS6 and web applications I have a few questions and concerns. I will preface this with the understanding that this involves new features/ technologies and will suffer some growing pains.
    Questions/ Concerns:
    1) Fluid Grid Layout tool:
    Can I create a mobile application with this tool that will work on both tablets and smart phones (not desktops) compiling  a single optimized site using the phone gap tool; or do I have to create 2 separate site and compile?
    2) Phone Gap
    I have read that there are allot of issues with compiling applications. Even watching the adobe road show video, they could not get it to work (yikes).I have also read that I phone product code need to be compiled using xcode(tools); needed to have an apple subscription (which I have access to) What are the known issues compiling mobile applications for the different device platforms?
    3) Sever-Side Mobile Applications
    a) As I understand it, this cannot be accomplished with this environment without a web service that     communicates to the server-side scripting/ Database server.
    b) Reading about local storage, what are the limitations and how do they effect mobile applications if there is more complex scripting and large record sets?
    C) Are there ways to create user/ security roles (I would imagine the integrity issues with security would be staggering)?
    4) Responsiveness
    I have played around DM, I have noticed it crashing and being very sluggish. I know its not memory or processing issues as I have read several posts on the topic.
    It seems that adobe is making it easier to design and develop within one product/suite. These tools seem very powerful. The direction makes sense as I like elements of both development and design. I am concerned that I will hit walls and want to avoid banging my head. I am still new to this environment and the mistakes may be mine. With that being said, do you think Adobe will get these issues resolved out and have a great environment and development model.
    Thanks in advance for the light anyone can shed on these subjects as I am eager to get started (but a bit worried).
    Erich

    Hi
    To add to Davids reply -
    Item 3:
    Are you talking about apps. or web pages on mobile devices, (they are not the same thing)?
    If web pages then the server/database side is no different to a normal web page which does require a server supporting these. As for local storage, (works whilst off-line) this is normally done via javascript and a local database, but I would not use this feature for anything too complicated as the database is stored on the users computer/device, and only 'communicates' with your server/database when the user is once again on-line and connected to your web page.
    As for item 3.c. - Doing this for off-line use is a complete waste of time, as the user has access to any encryption code and the database entry's, which they can then use when on-line again. A simpler solution would be to require just the users credentials and store this locally, (still not ideal, but at least all the users DB is not downloaded).
    Regarding item 4. Some users have reported problems, but for me personally 99.9% of them I have not experienced with the release version of CS6, and performance issues for me all vanished when I upgraded my PC to an i7 processor with 16Gb memory, an extreme solution for many I admit, but your computers speed and memory will have a dramatic effect on the user experience.
    PZ

  • Https Connection from servlets using JSSE.

    Hi all,
    Although my question is the same as the QOW for this week, there is an error "unsupported keyword EMAIL" returned when i try to establish a https connection using servlet. The error log is as follow:
    =====================================
    java.io.IOException: unsupported keyword EMAIL
    at com.sun.net.ssl.internal.ssl.AVA.<init>([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.ssl.RDN.<init>([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.ssl.X500Name.a([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.ssl.X500Name.<init>([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.connect([DashoPro-V1.2-120198])
    at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.getInputStream([DashoPro-V1.2-120198])
    at URLReader.doGet(URLReader.java:78)
    ===================================
    Does anyone know the meaning of this error?
    I try to write a java application using the similar code and it totally works fine(i can connect to the server and obtain the page). Does JSSE support Java Servlet? Or this is the problem of tomcat server? FYI, I'm using
    Tomcat 3.2.2
    Java SDK 1.3
    Many thanks!
    Ethan
    p.s. Here is the source for my program
    import java.io.*;
    import java.net.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import javax.net.*;
    import javax.net.ssl.*;
    import com.sun.net.ssl.*;
    public class URLReader extends HttpServlet{
    private PrintWriter out = null;
    public void doGet(HttpServletRequest req, HttpServletResponse res){
    res.setContentType("text/html");
    res.setHeader("Cache-Control", "no-cache");
    res.setHeader("Progma", "no-cache");
    out = res.getWriter();
    java.security.Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
    System.setProperty("javax.net.ssl.trustStore", "File_for_keyStore");
    System.setProperty("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");
    try {
         URL url = new URL("https://server_name:port/index.htm");
         HttpsURLConnection urlconnection = (HttpsURLConnection)url.openConnection();
         BufferedReader in = new BufferedReader(new InputStreamReader(urlconnection.getInputStream()));
         String outputLine ;
         while ( (outputLine = in.readLine()) != null){
         out.println("There is the result: "+outputLine);
         in.close();
    catch(Exception e){
    public void doPost(HttpServletRequest req, HttpServletResponse res){
    }

    I was just having this issue, after months of error-free ssl behavior, on a new machine i was installing (Note: that I was running the IBM jdk1.3) It turns out that when I was editing the java.security file to know about JCE/JSSE providers i had the providers in the wrong order. The Error causing sequence was:
    security.provider.1=com.sun.net.ssl.internal.ssl.Provider
    security.provider.2=com.ibm.crypto.provider.IBMJCA
    # Extra provider added ibm@33894
    security.provider.3=com.ibm.crypto.provider.IBMJCE
    # extra provider i added
    security.provider.4=sun.security.provider.Sun
    The issue disappeared when i changed the order to:
    security.provider.1=sun.security.provider.Sun
    security.provider.2=com.sun.net.ssl.internal.ssl.Provider
    security.provider.3=com.ibm.crypto.provider.IBMJCA
    # Extra provider added ibm@33894
    security.provider.4=com.ibm.crypto.provider.IBMJCE
    hope that helps!
    --john molnar
    Trellis Network Security

  • HTTPS connection from portal to external webserver

    Hi,
    I am looking for a way to open a HTTPS connection from portal server to an external webserver. According to <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e2/71c83edf72e16be10000000a114084/content.htm">SAP</a> the code should look like
    KeyStore keystoreCAs = ...
    SecureConnectionFactory factory = new SecureConnectionFactory(keystoreCAs, null);
    HttpURLConnection con = factory.createURLConnection("https://www.mycompany.com");
    Does not look difficult, <b>but how do I create the keystore object</b>? The keystore object should somehow be connected to the portal server's keystore which manages the certificates of trusted Certificate Authorities.
    Any ideas?
    Regards,
    Martin

    Hi,
    meanwhile I solved the problem by my own. The solution slightly simplified is given below.
    javax.naming.InitialContext ctx = new javax.naming.InitialContext();
    java.lang.Object o = ctx.lookup("keystore");          
    com.sap.engine.services.keystore.interfaces.KeystoreManagerWrapper_Stub manager = (com.sap.engine.services.keystore.interfaces.KeystoreManagerWrapper_Stub) o;
    java.security.KeyStore keystoreCAs = manager.getKeystore("TrustedCAs");     
    com.sap.security.core.server.https.SecureConnectionFactory factory = new SecureConnectionFactory(keystoreCAs, null);
    java.net.HttpURLConnection con = factory.createURLConnection("https://www.mycompany.com");
    For connecting via a proxy the host name and port number of the proxy have to be set as System properties using "https.proxyHost" and "https.proxyPort".
    java.util.Properties systemSettings = System.getProperties();
              systemSettings.put("proxySet", "true");
              systemSettings.put("https.proxyHost","192.168.0.1") ;
              systemSettings.put("https.proxyPort", "80") ;
    Additionally you have to make sure that the server's certificate is issued by a trusted Certification Authority (Must have an entry in your Keystore "TrustedCAs"). To verify this use the Visual Administrator and view service "Key Storage".
    Regards,
    Martin

  • Setting up a https connection between SAP CRM and genesys gplus adapter

    Hello All-
    We are integrating SAP CRM with genesys mysap gplus adapter. We are struck in setting up a https connection between sap and gplus adapter.
    Can anyone here help me out in this like how to get the SSL Protocol, keystore, keystore password,truststore and truststore password.
    Information abt Adapters server certificate. Do we need to configure the adapter for the proxy also?
    Any additional comment will help. Thanks in advance!

    Hello Vinod,
    Please refer the following OSS notes 564085.
    Please reward if helpful.
    regards,
    Muralidhar Prasad.C

Maybe you are looking for

  • Out of memory error on Hyperion Analyzer

    When I tried to access a report through Hyperion analyzer HTML client, Out Of memory error comes up.I tried changing the virtual memory on windows 2000.Even then I am experiencing the same problem.Environment:Windows2000/Tomcat 4.04/IIS/Analyzer 6.2.

  • Regarding use of java code inside javascript

    Hi , I have doubt regarding how to use java code inside javascript, i am giving my application code here <%@page import="java.util.*"%> <%@ page import="com.suuny.sard.pmt.pat.*"%> <SCRIPT LANGUAGE="JavaScript"> function fun(){      var ac=document.l

  • How to keep a playlist in sync with iPhone over iCloud

    I love being able to store all my music in the cloud with iCloud. The only problem is that I want to use iCloud to keep a selected playlist in sync with my iPhone because I only want about 500 of my 2000 songs stored on my iPhone. It is easy to do th

  • Is there a way to duplicate a book in aperture?

    Is there a way to duplicate a book in aperture?  Created a photo book.  Now need to creat almost the same exact photo book.  Want to duplicate it and then make a few changes for the new book.  I can duplicate the project, but I need to duplicate the

  • Why do I have so many "unknown" contacts?

    One of my most used contacts for both iMessage and FaceTime comes up as unknown. Most of the unknown contacts are from emails contacts. I have changed the computer I sync with from a PC to a MacBook Pro. I heard there is software to sort out contacts