Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2021-08-24 12:24:48 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-08-24 12:24:48 +0300
commit6b03b66167dd17bc6c804f58b9af124082e80287 (patch)
tree3aa49178f6bd623dab9636e30d76aa77d4f0129d /src/slic3r/Utils/OctoPrint.hpp
parent0b654e151852e049461d2da5a68056989c7d4835 (diff)
OctoPrint upload: ignore certificate revocation checks
Fixes Hostname incorrect While test is positive (Bonjour discovery not supported for the address field) #1781 (partial fix of #1781)
Diffstat (limited to 'src/slic3r/Utils/OctoPrint.hpp')
-rw-r--r--src/slic3r/Utils/OctoPrint.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/Utils/OctoPrint.hpp b/src/slic3r/Utils/OctoPrint.hpp
index 62bdfb6fa..42683dc62 100644
--- a/src/slic3r/Utils/OctoPrint.hpp
+++ b/src/slic3r/Utils/OctoPrint.hpp
@@ -40,6 +40,7 @@ private:
std::string host;
std::string apikey;
std::string cafile;
+ bool ignore_checks;
virtual void set_auth(Http &http) const;
std::string make_url(const std::string &path) const;