...ver certificate) 如果服务器要求被认证(通常都是这么要求的),则服务器在发出服务器问候消息(server hello message)之后接着发出服务器证书。证书的类型必须是由被选择的加密套接字中密钥交换算法所支持的,通常是X.509.
基于16个网页-相关网页
The code attaches to the ActiveMQ server on port 61613 and sends a small text message (" Hello, world ").
此代码连接到Active MQ服务器的61613端口,并发送一个很短的文本消息(“Hello, world”)。
The server responds back with its own hello message containing the server's security parameters, the same type of information as the client provided.
服务器会使用自己的hello消息进行响应,其中包含了服务器的安全性参数,这些信息与客户机所提供的信息的类型相同。
This is a zero byte message that tells the client that it's done with the "Hello" process and indicate that the server won't be asking the client for a certificate.
这是一个0字节的消息,它告诉客户端“hello”过程已经完成,也就意味着服务端将不验证客户端的证书。
应用推荐