SSL certificates Introduction Approach 1: self signed cert Approach 2: CA cert SSL certificates Introduction It is often desired to use SSL connections for communications to...
SSL Cipher SSL Cipher The following statistics provide individual counters for the number of client requests which were satisfied using the given SSL cipher. proxy.process.ssl...
SSL/TLS SSL/TLS proxy.process.ssl.origin_server_bad_cert Collection: global Type: counter Datatype: integer Indicates the number of certificates presented by origin server...
SSL/TLS SSL/TLS proxy.process.ssl.origin_server_bad_cert Collection: global Type: counter Datatype: integer Indicates the number of certificates presented by origin server...
开启SSL 开启SSL非常简单,getty已经提供了易用且健壮的SSL实现。服务端与客户端唯一的区别就是 setClientMode(),服务器端需设置为false。 AioServerStarter server = new AioServerStarter ( 8888 ); server . channelIn...