vSphere web client error [400] cannot log in - webclient

i have a problem with the the vsphere web client when i open it it shows me this error.
"[400] An error occurred while sending an authentication request to the vCenter Single Sign-On server - An error occurred when processing the metadata during vCenter Single Sign-On setup - AFD Native Error Occured: 9127."
i dont understand what is happening can any one explain to me the reason behind this error and how to fix it
thank you

Related

Web service - A fatal alert was received from the remote endpoint. The TLS protocol defined fatal alert code is 70

I have an issue with a web service I call from my .NET application.
The web service is on two different servers, one for testing and one for development. On test environment it works fine, but on development I get empty response.
When I call the service on the development server from Postman I get the correct response.
I checked the config file, is correct, I even copy/paste the Postman code as is and run it but I still get empty response. The code is correct because it works ok on testing environment.
I use the framework 4.7.2 but on the server's event viewer I get this message "A fatal alert was received from the remote endpoint. The TLS protocol defined fatal alert code is 70."
Any idea what might be wrong and how to fix it?
Thank you in advance

I/O error and Bad request exception on POST request for apis on IIS server

I have service running on IIS server written in .net compiled on 32 bit.
After processing few apis I start getting below log on my java application
org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://* Connection reset; nested exception is java.net.SocketException: Connection reset
and IIS server throws exception as below image
Apart from this I am also getting at some other point of time
400 Bad Request
without any exception on IIS server.
You shouldn't have Visual Studio installed on a production WebServer. I would first uninstall Visual Studio and if that popup remains, remove Just-In-Time debugging. This will allow the exceptions in your application to flow as they should. Once that happens, verify you are still getting the same error messages and check the Windows Application Event Log for additional information.

Message Connect - Service broker error: Error 502

I am trying to launch a Message Connect Service.
I selected the message connect from experiment service catalog and then click create.
After waiting for a short moment, Bluemix returned a message indicating
Service broker error: {"description"=>"Error 502 received from broker url https://mcbroker-mcprod.ng.bluemix.net/v2/service_instances/5530bb71-179e-4508-8c0d-7ac9104f6f7c"}
Can someone please help? Thank you
Try now - looks like you tried to provision the service when it was experiencing an outage.
You can check the current provisioning status of Message Connect and other services on the Bluemix Status page

com.sun.xml.internal.ws.client.ClientTransportException: The server sent HTTP status code 401: Unauthorized

I am running a sample program on SOAP web service on ecplise with jboss.
In Web Service Tester, when I gave the wsdl url and clicked "invoke" button, i am getting the following error:
com.sun.xml.internal.ws.client.ClientTransportException: The server sent HTTP status code 401: Unauthorized
please help
I got to similar problem. Several things can go wrong.
1) If you are testing something, the system performing the testing could have blacklisted or non whitelisted IP.
2) If there is a mysql backend handling the request you might need to update the previleges for the mysql.

I am getting SSL Error, while trying to communicate with the server through my iphone app

I am getting an error "An SSL error has occurred and a secure connection to the server cannot be made".
Same code is working fine while communicating with another server, i want to make sure whether the issue is due the certificate on server.
Its because of the server that you are hitting is HTTPS server. It requires an SSL check.
please check the url of the server you are communicating with , it must be using HTTPS , try using the service with HTTP.