mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: revert remove unused cert
This reverts commit 73410cf602c97466619856890da39db820e7cedf.
This commit is contained in:
parent
eb7123bf00
commit
bcd4864659
2 changed files with 60 additions and 0 deletions
|
@ -2822,6 +2822,10 @@ __retry:
|
|||
m_agent->init_log();
|
||||
}
|
||||
|
||||
//BBS set cert dir
|
||||
if (m_agent)
|
||||
m_agent->set_cert_file(resources_dir() + "/cert", "slicer_base64.cer");
|
||||
|
||||
init_http_extra_header();
|
||||
|
||||
if (m_agent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue