Remote host supports the use of SSL ciphers that offer weak encryption

Dear All,
Our Internal security audit suggests to avoid the use of Week SSL ciphers for our SAP PI 7.0 servers.
We have followed the SAP note 510007 - Setting up SSL on Web Application Server ABAP
as mentioned in the point 6 we have added below parameter in the instance profile of application server  and restarted our server but still the issue is not resoved.
ssl/ciphersuites=MEDIUM:HIGH:EXPORT:!LOW:!eNULL
Clients are accessing our PI server through SAP Web dispatcher.
Kindly suggest the action to be taken to resolve the issue.
Please find the below comment from Audit.
The remote host supports the use of SSL ciphers that offer weak encryption.
Note: This is considerably easier to exploit if the attacker is on the same physical network
Regards,
Lalitha.

Hi Jim,
The remote host is the PI(7.0) server.
PI server profile
FN_JSTART = jcontrol$(FT_EXE)
ssl/ciphersuites = HIGH:MEDIUM:!mMD5
jstartup/recorder = java -classpath ../j2ee/cluster/bootstrap/launcher.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/
cluster/bootstrap -node %nodeID% %startTime% -bz $(DIR_GLOBAL) âexitcode %exitcode%
login/accept_sso2_ticket = 1
SAPSYSTEMNAME = APQ
SAPSYSTEM = 00
INSTANCE_NAME = DVEBMGS00
DIR_CT_RUN = $(DIR_EXE_ROOT)/run
DIR_EXECUTABLE = $(DIR_INSTANCE)/exe
jstartup/trimming_properties = off
jstartup/protocol = on
jstartup/vm/home = /opt/IBMJava2-amd64-142
jstartup/max_caches = 500
jstartup/release = 700
jstartup/instance_properties = $(jstartup/j2ee_properties):$(jstartup/sdm_properties)
j2ee/dbdriver = /oracle/client/10x_64/instantclient/ojdbc14.jar
PHYS_MEMSIZE = 512
exe/saposcol = $(DIR_CT_RUN)/saposcol
rdisp/wp_no_dia = 10
rdisp/wp_no_btc = 3
exe/icmbnd = $(DIR_CT_RUN)/icmbnd
rdisp/j2ee_start_control = 1
rdisp/j2ee_start = 1
rdisp/j2ee_libpath = $(DIR_EXECUTABLE)
exe/j2ee = $(DIR_EXECUTABLE)/jcontrol$(FT_EXE)
rdisp/j2ee_timeout = 1800
rdisp/frfc_fallback = on
icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00
icm/server_port_0 = PROT=HTTP,PORT=80$$
# SAP Messaging Service parameters are set in the DEFAULT.PFL
ms/server_port_0 = PROT=HTTP,PORT=81$$
rdisp/wp_no_enq = 1
rdisp/wp_no_vb = 1
rdisp/wp_no_vb2 = 1
rdisp/wp_no_spo = 1
# Jcontrol: Migrated Profile Parameter
#      create at Wed Mar 25 20:20:02 2009
j2ee/instance_id = ID0079698
Web dispatcher profile
SAPSYSTEMNAME = WD0
SAPSYSTEM = 00
INSTANCE_NAME = W00
DIR_CT_RUN = $(DIR_EXE_ROOT)/run
DIR_EXECUTABLE = $(DIR_CT_RUN)
wdisp/shm_attach_mode = 6
# Accesssability of Message Server
#rdisp/mshost = asapq00.b.com
#ms/http_port = 8100
#ms/https_port = 8101
wdisp/system_0 = MSHOST=asapq00.b.com, MSPORT=8100, SID=APQ
# Configuration for medium scenario
icm/max_conn               = 16350
icm/max_sockets            = 32768
wdisp/HTTPS/max_pooled_con = 16350
icm/req_queue_len          = 8000
icm/min_threads            = 100
icm/max_threads            = 500
mpi/total_size_MB          = 700
mpi/buffer_size            = 32768
mpi/max_pipes              = 21000
wdisp/HTTP/max_pooled_con  = 8192
wdisp/HTTPS/max_pooled_con = 8192
# SAP Web Dispatcher Ports
icm/server_port_0 = PROT=HTTP,PORT=80,EXTBIND=1
icm/server_port_1 = PROT=ROUTER,PORT=443,EXTBIND=1
#icm/host_name_full= asapq00.b.com
icm/host_name_full= qtyh2h.k.co.in
icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=./admin,AUTHFILE=/sapmnt/WD0/global/security/data/icmauth.txt
ssl/ssl_lib=/usr/sap/WD0/W00/sec/libsapcrypto.so
wdisp/HTTPS/dest_logon_group = PUBLIC
wdisp/HTTPS/max_client_ip_entries = 100000
wdisp/HTTPS/sticky_mask = 255.255.255.0
#Additional Parameters
wdisp/add_client_protocol_header = true
wdisp/auto_refresh = 120
wdisp/max_servers = 100
wdisp/handle_webdisp_ap_header = 1
#Registering SAP Web Dispatcher in the SLD
#wdisp/system_0 = HOST=asapq00.b.com, PORT=8100, SID=APQ, NR=00
#Parameter to avoid week SSL ciphers
ssl/ciphersuites=HIGH:MEDIUM:!mMD5
Regards,
Lalitha

Similar Messages

  • JSF seems not to support the use of the back buttons and html frames.

    I�m having the following problem. I have a JSP which contains a button that register a listener. Here is part of the code:
    <h:command_hyperlink label="<%=engineBean.getId()%>" commandName="<%=engineBean.getId()%>">
    <f:action_listener type="helloDuke.CommandAction"/>
    </h:command_hyperlink>
    This action listener only forwards the request to other simple JSP.
    The problem appears in the following situation:
    1 � I click in the button that generates the event that will be processed by helloDuke.CommnadAction listener.
    2 � It forward to a second JSP page.
    3 � This second page is rendered to the user properly.
    4 � The user clicks in the browser�s back button to return to previous page.
    Then if is the user clicks in first page button, the CommandAction listener was removed. You must click again in the button to forward to the correct page.
    The same happened if you are using html frames. If you have a frame with 2 pages and both pages register action listeners.
    The last loaded page cleans the actions listener of the other.
    Does anybody have any solution?.
    It seems JSF doesn�t support the use of frames and I think that in some situation the frames are the solution to several problems.
    Any help will be really appreciated.

    Using the saveStateInClient=true produces a faulty output when using the command_button and an action_listener. The page that is rendered is totally useless: the button won't work, and due to the faulty rendering there's an output like: >com.sun.faces.saveStateMarker
    So, why is it, that pressing the button (not using the saveStateInClient option) will only work the second time, same thing pressing the backbutton. Pressing the reload button will toggle between two pages - the one before the session id is assigned and the one that it's supposed to show.
    Any guess will be greatly appreciated !!!!

  • Does the iphone support the use of a wildcard certificate?

    Does the iphone support the use of a wildcard certificate?
    Our exchange infrastructure utilises a wildcard (*.companyname certificate) from Godaddy.
    - Connects fine and authenticates
    - Can manually sync and pull emails
    - Can Send and Delete emails
    However server is not establishing the activesync connection and ping so mail can be pushed to the device.
    My guess is its a problem with the wildcard certificate that is used, WM5.0 devices didnt work with it, does anyone one know if the iPhone supports this?
    - I can get to OWA fine which uses the same wildcard cert.
    - WM6.0 devices push mail fine.
    Thanks.

    kfc01,
    The iPhone Deployment Guide (linked from http://www.apple.com/support/iphone/enterprise) says it does for VPN.
    Hope this helps,
    Nathan C.

  • Does Firefox OS support the use of VPN's?

    Simple question, does Firefox OS support the use of VPN's? If not is it a feature that will be added? And if so, when?

    Thank you for your interest and for purchasing a device! The bug reported has went through some employees. I'm sure that we'll get something done shortly.

  • This is what I get when I try to log in to Advanced Interface in Knology WebMail: Remote XUL This page uses an unsupported technology that is no longer available by default in Firefox. Please contact the website owners to inform them of this problem.

    When trying to log in to Knology WebMail, I get the response "Remote XUL This page uses an unsupported technology that is no longer available by default in Firefox. Please contact the website owners to inform them of this problem." However, this is NOT a problem with Knology, but apparently, with Firefox.

    https://addons.mozilla.org/en-US/firefox/addon/remote-xul-manager/

  • Unexpected Exception Error :Netbeans remote project on dev using secure SSL

    I created the remote project for the Dev envirnment to debug the workflow activity,
    I can set the identity manager external instance for this dev envirnment even while doing that
    need to click the check box for secure connection other wise will get the error for connection,
    Now when connection is set, and I tried to start the debuger on dev, I am getting the unexpected exception error,
    Is this error is because of Dev envirnment is secure SSL, Can I still run the debugger on this dev envirment.
    Thanks,

    Don't multipost and don't use the browser's back button to edit your posts as that creates multiple postings. I've removed the other thread you started with the same questio.
    Also, don't post to long dead threads. I've blocked your post and locked the thread you resurrected.
    db

  • A fix for the Mozilla Firefox SSL Certificate Validation Security Weakness vulnerability? This appears to be an issue with not revalidating certificates when loading HTTPS pages from cache.

    We have to close vulnerabilities for PCI & Cybertrust certification. We have upgraded users running Firefox to version 7.0.1 but we are still receiving the message: Mozilla Firefox SSL Certificate Validation Security Weakness. Researching the issue, it appears to be related to certificates not being revalidated when loading HTTPS pages from cache. The bug report I found is:
    Bug 660749 - Firefox doesn't (re)validate certificates when loading a HTTPS page from the cache

    cookies.squite answer is Today at 5:15 PM .
    New profile, same problem.
    We've already established it is not a add-ons problem but obviously there will be less add-ons in this new profile to help exclude.
    Since there is two PC profiles on the PC, I tried the second profile, same problem. Used the RESET FF function on the second PC profile...same thing...even followed the instruct for uninstall &re-install...same problem.
    (3) different virus scanners, no hard core problems.
    Suspect how I have something in Windows setup that no one else is using?

  • HT1947 Remote App and the use of the local speakers

    I use the Remote app from my iPad to connect to my iMac's iTunes library.  I then have the option to broadcast that music to 1) an Apple Air Port in my basement, 2) an AppleTV in my living room, and/or 3) the iMac computer speakers (or connected audio devices).  There are many occasions where I would also like to broadcast the same audio from my iPad itself.   Why aren't the iPad speakers available as an option?  Can this be added in a future update of the app?
    Thx, Joel

    remote app control the itunes on the mac and play out it's speakers not out of the ipad's speakers

  • Does RMI support the use of UDP?

    Hi, I'm writing a publication and I need a verifiable resource (i.e. a web document written by the people at Sun) that indicates definitively whether RMI is capable of supporting UDP.
    I've been searching the forums and came across some dissonant information concerning this. Here are the posts:
    1.
    RMI is built on top of Java's object and class facilities, its objects serialization protocol and its TCP/IP networking support, so its not possible to run it ontop of UDP.
    2.
    RMI use standard ISO TransfertControlProtocol network layer.TCP is aproximatly the 4th layer and IP the 3.
    3.
    RMI can also use UDP (same layer than TCP)
    The last one disagrees with the previous two.
    Thanks for any references anyone can provide,
    Tim

    just to correct myself. I had a short break and rewinded some years back to remember that NFS uses UDP (in fact sun RPC was developed to support NFS) and that sun RPC allowed both UDP and TCP. sorry about that:)
    Meanwhile, I found out that Berkeley implemented their own version of RMI , one aspect of which is "UDP-RMI".
    check it out at
    http://now.cs.berkeley.edu/Millennium/groups/GRP_SIMS/annual.html
    If you check SUN's RMI implementation code however you may confirm that they don't support UDP.
    Nuno

  • Do any versions of FF support the use of Lenovo's ThinkVantage Password Manager s/w and fingerprint scanner?

    Lenovo Edge 15" laptop running Windows 7 (64 bit) and using Thinkvantage Password Manager Ver 3.20.0330 and TouchStrip Fingerprint Sensor (UPEK).
    The password manager is to set to restrict logins to websites to fingerprint but when logging into websites I am not given the option to use the fingerprint reader -(the login info stored in the P/W manager is entered and login takes place). I have seen elsewhere that FF 3.6 has problems supporting this combination and wonder if any earlier versions of FF would be suitable or if FF 4 is likely to support it.
    Any help would be appreciated

    Kent1968
    I would recommend, if you have it set, to go to a restore point before you uninstalled the password manager version that did not give you a problem and not use the new version until this bug is resolved.
    If the fingerprint light is not showing up, then it is probably not limited to you and I hope Lenovo checks it out.
    Too bad the newer version seems to load slowly - I will check it out as well.
    jEdgar

  • Does Aperture support the use of Filters or Brushes?

    I want to be able to have more control over the final print versions of my photos using Aperture (instead of having to spend hundreds on the latest Photoshop)... Does Aperture support any type of filtering or brushwork? Any freeware out there that dovetails with Aperture?

    Steve Weller wrote:
    No, but...
    I poked around inside Aperture a while ago and there are some icons and other images that suggest it is coming one day. My guess is that there is insufficient hardware or OS support for it right now and so it ha not been enabled.
    And if you look in the .plist file you'll see preferences for "brushes" labeled Dodge, Burn, Saturate, Desaturate, Warmer and Cooler. Brushes also appear to have Size, Softness and Strength attributes - does this indicate future drawing pad support??!!

  • Does iPhoto on the iPad support the use of an external editor?

    I would like to use an external editor in iPhoto on my iPad, but can't seem to find anyway to do this.
    Is it supported?

    iPhoto for iOS is not quite like the desktop version. It does not have the ability to directly send photos to an external editor but the photos it shows are simply your camera-roll photos. Any photo editor app should have access to your camera roll and all your photos. When you save out an edited photo you'll simply get a new photo added to your camera-roll it will not repalce the original. As long as the editor app you are using saves out to the camera-roll iPhoto will be able to read those newly edited photos.

  • Does Firefox support the use of HTTPS Everywhere program?

    I have just found out about this program https://www.eff.org/https-everywhere and would like your opinion as to it's use and safety. Does Mozilla support this add on? Happy New Year Thank you

    I have been having problems with FF 28.0 freezing when I try to open a private window. I have to cancel it to get FF to stop. After safe mode restarts, disabling all add-ons etc., I can definitely say the culprit is HTTPS-Everywhere 3.5.

  • Does Firefox support the use of AdSubtract Pro software?

    Many years ago, I LOVED AdSubtract Pro software, but at the time, I was browsing with Internet Explorer. I'm happily using Firefox now, and I need to know if AdSubtract Pro (v. 2.55 or v. 3.00) is compatible with Firefox before I order and try to install AdSubtract Pro again. Thanks.

    You should be asking does AdSubtract Pro support Firefox.
    The homepage www.adsubtract.com seems to just link to http://store.trendmicro.com/store?Action=DisplayHomePage&SiteID=tmamer&Locale=en_US&Env=BASE now.

  • Can I put the file path on remote host in the class path?

    Like this:
    java -cp "http://www.webserver.net/test/test.jar" TestClass
    Is it possible?

    I've tried it, it seems not work.Yes - as far as I know you can't specify the classpath as anything but files and folders. That's more or less what the documentation says. URLs aren't either, so I guess they're out.
    There is a URLClassLoader which may or may not be useful for you. There is a discussion of class/resource loading generally and loading remotely here: http://java.sun.com/developer/technicalArticles/Networking/classloaders/

Maybe you are looking for