manlong.blogg.se

Vmware horizon view client ssl connection error
Vmware horizon view client ssl connection error









vmware horizon view client ssl connection error

#VMWARE HORIZON VIEW CLIENT SSL CONNECTION ERROR CODE#

Please, follow the steps below to create your CSR code via MMC. In any case, looking at the apache error log may provide some insight too. To generate a CSR code on VMWare Horizon view, we’ll be using tools already installed on your Windows Server, specifically the Microsoft Management Certificates (MMC) snap-in. To see what exactly OpenSSL is expecting, check the source: look for SSL_R_UNKNOWN_PROTOCOL in ssl/s23_clnt.c.

vmware horizon view client ssl connection error

This may help to identify the problem, especially if the server does not answer with a ServerHello message. To further debug this, use openssl s_client with the -debug option, which right before the error message dumps the first few bytes of the server response which OpenSSL was unable to parse. I would be rather surprised if that would work.Ī simple test is to use wget (or a browser) to request (note the not if it works, SSL is not enabled on port 443.

vmware horizon view client ssl connection error

It is unclear whether you attempted to pass -no-check-certificate or not. Normally, servers are backwards compatible to at least SSL 3.0 / TLS 1.0, but maybe this specific server isn't (by implementation or configuration). TLS 1.2 and the client does not understand that protocol version. After waiting for almost 10 mins, I switch back to an earlier version of Horizon Client to connect to my VDI. It can also happen if the server only supports e.g. It can happen if the server answers with a plain (unencrypted) HTTP. This error happens when OpenSSL receives something other than a ServerHello in a protocol version it understands from the server. If so, what should I be specifying in the virtualhost? Is there any alternative other than specifying -no-check-certificate because I don't want to do that? Perhaps the ssl cert was never setup in the conf file on Apache for that domain? While if I do the same command on another site, it shows the entire cert. Using openssl: openssl s_client -connect :443ġ5586:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:588: I believe it is because I do not have the certificate setup properly. OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol I'm trying to wget to my own box, and it can't be an internal address in the wget (so says another developer).Ĭonnecting to |172.20.0.224|:80.











Vmware horizon view client ssl connection error