Commit e149699
committed
feat(#92): load CA certificate directly from memory instead of temp file
Refactor SSL context creation to use in-memory certificate loading via
cadata parameter instead of writing to a temporary file. This simplifies
the code by removing file I/O operations and temporary file cleanup,
improving performance and reducing potential issues with file system
access.1 parent d0a8948 commit e149699
1 file changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 74 | + | |
| 75 | + | |
83 | 76 | | |
84 | 77 | | |
85 | 78 | | |
| |||
0 commit comments