|
From: Markus K. <ma...@pr...> - 2015-11-02 09:33:30
|
On 11/02/2015 12:20 AM, Arnaud Defos wrote: > Hi, > > I would like to use Admin WS. I have an error when I call one WS > : Administrator not authorized to resource. Client certificate > authentication required. > > I try to add several certificate client with wsadmins -add -cert command > line. > > Then, I disable certificate client verification, I use : wsadmins -allowany > > But I still have the same message. > > I try with Jax-WS and SoapUI with the same result. > > Thanks ! > > > Arnaud > Hi Arnaud, "Client Certificate authentication required." means that the client did not authenticate using a certificate. This for instance happens if you try to connect to SignServer on a port not requiring client authentication such as port 8080 or 8442. If you followed the installation guide there should be a port 8443 which requires client auth. Try using that port and configure SoapUI with the keystore to use. Regards, Markus PrimeKey Solutions Save time and money with an Enterprise support subscription. Please see www.primekey.se for more information. https://www.primekey.se/technologies/products-overview/ https://www.primekey.se/service-support/support/ |