[manager,collector] 支持HTTP类型监控的SSL参数

This commit is contained in:
tomsun28
2021-12-03 16:45:26 +08:00
parent 61d4759357
commit 3225961dc8
5 changed files with 108 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ public class HttpProtocol {
/**
* http是否使用链路加密ssl/tls,即是http还是https
*/
private boolean ssl = false;
private String ssl = "false";
/**
* http请求方法: get, post, put, delete, patch
*/