如题

解决方案 »

  1.   

    你的客户端是什么?如果是 IE 的话,可以在“Internet 选项 > 内容 > 证书”里面设置。不过,估计楼主不是这个意思~~
      

  2.   

    我只做过一个直接把证书给客户下载的,https没试过
    关注!
      

  3.   

    我现在是需要在Swing编写的客户端建立Https通道,需要绑定证书链,没有人知道吗?
      

  4.   

    问题已解决,使用AXIS Client
                Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
                System.setProperty("java.protocol.handler.pkgs",
                                   "com.sun.net.ssl.internal.www.protocol");
                System.setProperty("javax.net.ssl.trustStore", STRKEY);
                System.setProperty("javax.net.ssl.trustStorePassword", "111111");
                binding = (QysdsServicePortStub)
                          new com.syax.bjtax.qysds.client.QysdsServiceLocator().
                          getQysdsServicePort(new URL(WSDLURL));