Print SSL errors for debugging

This commit is contained in:
rodriguezst
2022-06-15 10:35:50 +00:00
committed by GitHub
parent 9b1adf7032
commit 1c4fc0e902
7 changed files with 26 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ public:
virtual void initialize() = 0;
virtual bool reconnect() = 0;
virtual void reconfigure() = 0;
virtual void printError() = 0;
virtual void update() = 0;