You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@
3
3
The changelog for BOKOR includes information about the each release including any update notes, release notes as well as bug fixes, updates to existing features and new features.
4
4
5
5
6
+
---
7
+
8
+
## 1.2.0
9
+
10
+
### Release Notes
11
+
#### Added
12
+
13
+
- Ability to enable mocking services with self-signed certs via configuration.
Copy file name to clipboardexpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,16 @@ port: 1234
200
200
});
201
201
```
202
202
203
+
#### Secure
204
+
By default Bokor checks a services SSL cert and will fail if the cert is self-signed / invalid CA. You can modify this behavior by adjusting the server config.
0 commit comments