WLS :: Will Vista web client work with Weblogic Server 8.1.6 over SSL?

Hello,
I have installed 51-2 bit SSL cert on weblogic 7 and found that the secure site doesn't work on Vista web client.
Weblogic gives error in handshaking and says algorithm is not supported.
Vista web client uses some algorithms which were not supported by weblogic 7.
So would like to know if would Vista web client work with Weblogic Server 8.1.6 over SSL?
Any information in this regard would be helpful.
Thanks in Advance.

can you use the following debug flags in the weblogic server as java_options and paste the complete ssl handshake exception here.
-Dweblogic.StdoutDebugEnabled=true
-Dssl.debug=true
thanks,
sandeep

Similar Messages

  • (266758030) Q SYNCH-12 Does Workshop work with WebLogic Server 6.1?

    (266758030) Q<SYNCH-12> Does Workshop work with WebLogic Server 6.1? (asked by Noel
    Fuentes)
    A<SYNCH-12> (by Adam Fitzgerald): No, Web Services in WebLogic Server 6.1 are different
    from those available in WebLogic Server 7.0. WebLogic Workshop is a WLS 7.0 tool.

    Rick,
    You may want to look at the Alteon and F5 configuration we have on edocs.
    Take a look at the following URLs for a possible solution
    http://edocs.bea.com/wls/docs61/cluster/alteon.html#591902
    http://edocs.bea.com/wls/docs61/cluster/bigip.html#591902
    Chuck Nelson
    DRE
    BEA Technical Support

  • How to get remote ejb client working with Weblogic 8.1?

    I have Weblogic 8.1 running on a WinXP box behind my firewall. Port 7001 is open to WL and remote browsers can access the console.
    I have a client machine running WinXP on a different network that is remote to the WL server. It can ping the WL server machine.
    I use JVM 1.4.2_08 on all machines.
    If I put my client machine on the LAN with the WL server, then my EJB test client works fine. If I put the client machine on the remote network then the test client fails with a ClassCastException when trying to do a PortableRemoteObject.narrow on the bean home.
    I had this running fine on JBoss 3.22 using RMI over HTTP. I added an HTTP invoker service to my jboss.xml file. I don't know if something similar is needed on the Weblogic side - any ideas on that? All I've done on the WL side is turn on Tunneling - which obviously works because the remote client gets a correct home object when doing a lookup on the bean - based on the IOR string of the home obj.
    Below I include my client code, exception, ejb-jar.xml and my weblogic-ejb-jar.xml.
    Any ideas on what else needs to be done so that a remote client can do a PortableRemoteObject.narrow? My client.jar has all of the EJB classes, and runs fine when run from LAN.
    Thanks,
    --BobC
    Client Code
    Properties p = new Properties();
    p.put("java.naming.factory.initial", "weblogic.jndi.WLInitialContextFactory");
    p.put("java.naming.provider.url", "http://66.114.140.213:7001");
    InitialContext ic = new InitialContext(p);
    // Test register bean
    Object homeObj = ic.lookup("tacplanner/register");
    RegisterHome home = (RegisterHome) PortableRemoteObject.narrow(homeObj, RegisterHome.class); // <<< ClassCastException here
    Exception
    java.lang.ClassCastException
    at com.sun.corba.se.internal.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:293)
    at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:134)
    at com.nimblus.tacplanner.test.TestUtils.<init>(TestUtils.java:60)
    at com.nimblus.tacplanner.test.TestUtils.main(TestUtils.java:196)
    ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN' 'http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'>
    <ejb-jar>
    <enterprise-beans>
    <session>
    <ejb-name>register</ejb-name>
    <home> com.nimblus.tacplanner.server.ejb.stateless.RegisterHome</home>
    <remote> com.nimblus.tacplanner.server.ejb.stateless.Register</remote>
    <ejb-class>com.nimblus.tacplanner.server.ejb.stateless.RegisterSession</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    <resource-ref>
    <description>The Oracle Datasource</description>
    <res-ref-name>java:/OracleDS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </session>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>register</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </ejb-jar>
    weblogic-ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN'
    'http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>register</ejb-name>
    <stateless-session-descriptor>
    <pool>
    <max-beans-in-free-pool>100</max-beans-in-free-pool>
    </pool>
    </stateless-session-descriptor>
    <reference-descriptor>
    <resource-description>
    <res-ref-name>jdbc/OracleDS</res-ref-name>
    <jndi-name>OracleDS</jndi-name>
    </resource-description>
    </reference-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    <jndi-name>tacplanner/register</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    --------------------

    Problem solved.
    For remote clients you need to generate and use the stub classes for EJB interfaces using Weblogic's appc utility.
    See: "http://e-docs.bea.com/wls/docs81/ejb/appc_ejbc.html#1151900"
    --BobC                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Will BEA release an IDE with WebLogic Server 10 in march?

    Hi
    Thank you for reading my post.
    Can some one tell me whether bea release an IDE with its new version of Weblogic server 10 in March?
    Thanks

    Have you seen the Web Services tutorial:
    http://e-docs.bea.com/workshop/docs92/ws_platform/introduction/conWorkshopTutorials.html
    What specific features would you like to see, relative to EE5. We're
    working on support for EE5 annotations, but what are you most interested?
    br
    legolas wood wrote:
    can you please give me some links to workshop feature matrix ?
    specially i am looking at what does it provide to ease web service development based on jee 5 standards and what does it provide in term of soa development.
    thanks

  • Will Report Builder 2012 Work with SQL Server 2008???

    Simple question really
    Will Report Builder 2012 work in conjunction with SQL Server 2008???
    Is it worth while upgrading?
    The main reason i ask is the ability to export in an xlsx format
    Thanks

    Hi Gmach,
    The version of Report Builder on SQL Server Reporting Service (SSRS) 2012 is Report Builder 3.0. The Report Builder 3.0 manufactures 2010 RDL reports, so it only works with the version of SQL Server 2008 R2 or later. So in your scenario, we can no connect
    to SQL Server 2008 Server using Report Builder that on SSRS 2012.
    If you have any questions, please feel free to ask.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Will WLPI 1.2 work with WebLogic 5.1 service pack 8?

    The subject line says it all. I know there had been some problems with WLPI 1.1 and higher service packs, how about 1.2? Can I use service pack 7 or 8?
    Thanks,
    -Rick

    It should.  System requirements call for 10.5.6 or higher, PowerPC or Intel.  It is possible your file is just corrupted.
    Do you have your original iLife installer discs?

  • Problem in web.xml file with weblogic server 8.1

    Hi frnds,
    I was deployed one Enterprise Application,it deploys successfully. But in server side thows Exeception in web.xml file.
    Here the actual Exception
    <HTTP> <BEA-101248> <[Application:
    'G:\bea\user_projects\domains\mydomain\myserver\upload\jasmine.ear', Module: 'Ja
    smine']: Deployment descriptor "web.xml" is malformed. Check against the DTD: or
    g.xml.sax.SAXParseException: The content of element type "web-app" must match "(
    icon?,display-name?,description?,distributable?,context-param*,filter*,filter-ma
    pping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome
    -file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constra
    int*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)". (line 61
    , column 11).>
    My web.xml file as follws....
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.4//EN"
    "http://java.sun.com/dtd/web-app_2_4.dtd">
    <web-app>
    <display-name>Jasmine Applications</display-name>
    <description>
    Jasmine Applications
    </description>
    <servlet>
    <servlet-name>LoginServlet</servlet-name>
    <servlet-class>examples.LoginServlet</servlet-class>
    <init-param>
    <param-name>java.naming.factory.initial</param-name>
    <param-value>weblogic.jndi.WLInitialContextFactory</param-value>
    </init-param>
    <init-param>
    <param-name>java.naming.provider.url</param-name>
    <param-value>t3://localhost:7001</param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-name>ShowQuoteServlet</servlet-name>
    <servlet-class>examples.ShowQuoteServlet</servlet-class>
    <init-param>
    <param-name>java.naming.factory.initial</param-name>
    <param-value>weblogic.jndi.WLInitialContextFactory</param-value>
    </init-param>
    <init-param>
    <param-name>java.naming.provider.url</param-name>
    <param-value>t3://localhost:7001</param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-name>CatalogServlet</servlet-name>
    <servlet-class>examples.CatalogServlet</servlet-class>
    <init-param>
    <param-name>java.naming.factory.initial</param-name>
    <param-value>weblogic.jndi.WLInitialContextFactory</param-value>
    </init-param>
    <init-param>
    <param-name>java.naming.provider.url</param-name>
    <param-value>t3://localhost:7001</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>LoginServlet</servlet-name>
    <url-pattern>/login/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ShowQuoteServlet</servlet-name>
    <url-pattern>/showQuote/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>CatalogServlet</servlet-name>
    <url-pattern>/catalog/*</url-pattern>
    </servlet-mapping>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>My secure resources</web-resource-name>
    <description>Resources to be placed under security control.</description>
    <url-pattern>/private/*</url-pattern>
    <url-pattern>/registered/*</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>guest</role-name>
    </auth-constraint>
    </security-constraint>
    <login-config>
    <auth-method>FORM</auth-method>
    <realm-name>WebApp</realm-name>
    <form-login-config>
    <form-login-page>/login.jsp</form-login-page>
    <form-error-page>/error.jsp</form-error-page>
    </form-login-config>
    </login-config>
    <!-- Security roles referenced by this web application -->
    <security-role>
    <description>The role allowed to access our content</description>
    <role-name>guest</role-name>
    </security-role>
    </web-app>
    pls give me a good solution this exception.. I tried lot..
    Thanks in Advance
    Regards
    Priya

    Your DOCTYPE references 2.4, it should be 2.3. WLS 8.1 supports J2EE 1.3 which was servlet 2.3.
    Servlet 2.4 is part of J2EE 1.4 and is supported by WLS 9.0/9.1. Also it uses XML Schema not a DTD.
    -- Rob
    WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Interested in work with Weblogic Content Express

    Hello, I'm interested in work with Weblogic Content Express and I would like some information (stepts) about how obtain this product because we are working with Weblogic Server, Weblogic Commerce Server and Weblogic Personalization Server and I can't found this tool. Thank for your attention and your help. Carlos

    Try this utility: http://h20180.www2.hp.com/apps/Nav?h_pagetype=s-92​6&h_lang=en&h_client=s-h-e17-1&h_keyword=dg-NDU&ju​...
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Will the Linksys WRT160N work with windows vista at all?

    Will the Linksys WRT160N work with windows vista at all? 
    Some one please clear this up for me, it could be answered in the simplestterms from the English Language of course.
    I've recently purchased the Linksys WRT160N however after purchase "of course"I manage to find reviews stating that the router will not work with the WindowsVista Premium, or windows Vista for that matter.
    E.g.(Comments like These 'which are not my own')----------
    "When I tried it with a new computer running Vista 64, it would install but the Linksys System Advisor would not. After 1 chat and 4 phone calls with support the system will still not run." 
     "It is a good product with XP, but if you use Vista 64 good luck. After several hours of working to get it running my patience and options have run out."
     "It has taken almost a week for us to figure out that the Linksys Router, WRT160N from Best Buy does not workwith Vista Premium. I looked on-line to Linksys Website and discovered that the router, WRT160N is notsupported for Vista users. .." 
    E.g. (CommentContradicting to what has been said above)------
    "Bought this to replace my outdated Linksys (new Vista laptop) and was blown away. Thisthing practically set itself up. It replaced the wired router and wireless routers I was using, asthe signal strength is awesome. I'm still pulling over 5meg ... "
    So I guess one could see why I am confused, based on the 2 sidedcontradictions pertaining to this router actually working with windows vista ornot.
    So can someone respond (preferable a Vista User) and tell me the truth as of towhat this router can an cannot do in terms of Vista? Thanks 

    It should work with vista without any issues if you are running any software on the computers (64 bit) from linksys it may not work but if you will connect that computer with an ethernet to the router it should work fine.

  • Will my web site created with iweb hosted by fatcow work on icloud?

    will my web site created with iweb hosted by fatcow work on icloud?

    No. iCloud does not host websites.

  • Will 8i Client work with 10g DB?

    We currently use an 8i client install to enable ODBC and Oracle Discoverer access to an 8i database.
    We need to upgrade the database to 10g, but we may not be able to upgrade the client from 8i.
    Will the 8i client work properly/reliably against the 10g database with respect to ODBC and Oracle Discoverer?

    Hi,
    There is a very good Metalink note about Interoperability Between Different Oracle Versions : 207303.1 - Client / Server / Interoperability Support Between Different Oracle Versions.
    Server 10.1 and client 8.1.7 is supported by Oracle (      Supported for customers under Extended Maintenance (EMS) only), if it supported, it should be work.
    Nicolas.

  • Will iweb continue to work with other web host after june 2012

    will iweb continue to work with other web host after june 2012

    as long as osx supports it, iweb should work beyond june 2012 as an app by itself.
    however, the some of the currently published code will break when mme servers are to shut down; unless apple comes up with a patches by then.
    most of mme features can be replaced and fully implemented on other host servers.
    Password protection
    can be implemented with apache server.
    Blog and photo comments
    with Intense Debate commenting system, ex:
    http://home.cyclosaurus.com/CyclosaurusBlog/Entries/2011/2/12_Dynamically_Resize _iFrame.html
    no need for manually resizing iframe.
    if you have comments on mme servers and value them then you should find ways to archive them, because they'll be gone:
    https://discussions.apple.com/message/15528258#15528258
    Blog search
    with google search, as long as your site is indexed with google search engines.
    Hit counter
    with statcounter and can have the same look as mme hit counter:
    http://home.cyclosaurus.com/Cyclosaurus.html
    as for photos page's popup slideshows, everything can be packaged in an installer so there is no need for editing, find+replace of anything.
    if i feel good i just may release my installer for iweb slideshow patch.

  • Debugger that works with WebLogic 5.1?

    Are there any debuggers currently available that will work with WebLogic
    5.1?
    I assume that VisualCafe 4.0 (Expert Edition) will support local debugging,
    but I'm also interested in remote debugging which the Expert edition does
    not support.
    If not, does anyone know when VisualCafe Enterprise Edition 4.0 will ship?
    Thanks.
    Greg

    Hi!
    I have problem to get the co-client debug project to run. Do you have
    the same problem?
    -----Original Message-----
    From: Terry Potter [mailto:[email protected]]
    Posted At: måndag, augusti 07, 2000 23:18
    Posted To: tools
    Conversation: Debugger that works with WebLogic 5.1?
    Subject: Re: Debugger that works with WebLogic 5.1?
    I use the deistributed debugging that comes with Visual Cafe by Webgain
    v4.0. It works fine.
    "Jim Piersol" <[email protected]> wrote in message
    news:3989ccec$[email protected]..
    Get a real debugger. Try BugSeeker from http://www.karmira.com
    Jim Piersol
    Senior Software Engineer
    Sun Certified Java Programmer
    Strata Group, Inc.
    [email protected]
    "Greg Kim" <[email protected]> wrote in message
    news:8ibuit$35e$[email protected]..

  • Can 9i client work with 8i & 7 database?

    Not sure if this is the correct forum, but here's my question.
    I have a 8i database which I access using a ODP.NET (VB.NET program). I also need access to an Oracle 7 database from the same application.
    1) will 9i client work with 7 database?
    2) if not, if I install 8i & 9i Client, can I programmatically pick which one I use (not using the oracle home selection program)?
    I could create materialized view of the oracle 7 tables on the 8i database, but seems like alot of duplicated storage. If I can't get this to work I would have to resort to the Microsoft ODP for Oracle since I can use 8i client with it.
    Thanks!
    Bob

    Wouldn't changing the system PATH variable in code alter it for every web application running? If I have multiple applications running changing the PATH to suite the current call could inadvertently affect another application. The only other solution is to run MS data provider or ODP.NET/9i on one Web server, and 8i on another.
    Bob

  • Will "BW 3.1" work with ECC 6.0 ??--------its urgent

    One client is using BW 3.1 version.  He wants to upgrade SAP from version 4.7 to ECC 6.0
    But he does not want to upgrade BW right now.
    1) Will "BW 3.1" work with ECC 6.0 ??
    2) Do we have to upgrade BW also? Is it mandatory or we can avoid it?
    You may get the information on SAP website or 'bw user community'
    regards
    Pushkar
    Regards

    Hi Pushkar,
    You've posted this on a forum dedicated to development of SAP's Business One product, which is not related to R3 or A1. I recommend you repost your question on one of the R3 forums (options on the left hand menu).
    Kind Regards,
    Owen
    P.S. Please don't use the word 'Urgent' on these forums. It just annoys people and is more likely to get your answer ignored than answered.

Maybe you are looking for

  • TS1398 Home network for library sharing no longer works. Help!!

    Home network does not route Internet access (long story, irrelevant to the issue). I use my network to connect my devices & share iTunes library. Since upgrading to iOS 6, my iPhone 4 & wife's 4S will not connect. Old 3rd gen iPod with iOS 4.2) & Mac

  • How do i delete groups of emails from specific contacts all at one

    how do i delete groups of emails from specific contacts all at once without deleting ALL emails in inbox?  i need to clear 14,000 emails!

  • Report expression

    Im a bit new to SQL reporting, but one of the items I am trying to generate is an expression within a matrix. One of the fields is not reported within the database, but is based on a calculation of two other fields. These two other fields could be bl

  • Slide show contains only 1 photo

    I'm trying to create a slideshow in iPhoto 6.0.6. I find a selection of photos using keyword - result is 312 photos - then when I try to create slideshow there is only one photo there (the first one taken in that set). Am I missing something? Also cr

  • M65-S9063 will not start up. message at bottom: press (F2) or (F12) for boot service

    Then computer goes to black screen with: Intel UNDI, PXE-2,0 (build 082) Copyright (C) 1997-2000 Intel Corporation For Realtek RTL8139(X)/8130/810X PCI Fast Ethernet Controller v2.13 (020326) PXE-E61: Media test failer, check cable PXE-M0F: Exiting P