-
When attempting to debug #76 locally ( from qw/wpit to qw/oikcom ) the following message was issued.
```
cURL error 60: SSL certificate problem: unable to get local issuer certificate
```
I trie…
-
Hi,
i',m using the includeurl directive to add snippets to plantum diagrams.
KROKI_SAVE_MODE_unsafe and KROKI_PLANTUML_ALLOW_INCLUDE=true is set and it works so far when e.g. using raw files from gi…
-
**setup()**:
```
#ifdef ESP32
WiFi.setHostname(THINGNAME);
#else
WiFi.hostname(THINGNAME);
#endif
```
```
#ifdef ESP32
net.setCACert(cacert);
#endif
```
-
OpenJDK packaged with Ubuntu and Alpine do this thing where `$JAVA_HOME/jre/lib/security/cacerts` is symlinked to `/etc/ssl/certs/java/cacerts` and the `update-ca-certificates` command runs a script i…
-
Ok so basically the program i'm trying to mess with is from 3.9, using pyinstaller 4.8, i managed to extract it just fine, but since i can't decompile the files anyways, i just wanted to replace the c…
-
Currently, the following configuration leads to the HTTP client connecting without TLS:
```yml
apiVersion: opa.stackable.tech/v1alpha1
kind: OpaCluster
metadata:
name: test-opa
spec:
clus…
-
i follow this commands from [real-python](https://realpython.com/python-microservices-grpc)
`
openssl req -x509 -nodes -newkey rsa:4096 -keyout ca.key -out ca.pem -subj /O=me
…
-
## In what area(s)?
dapr pubsub.rabbitmq component with deleteWhenUnused: false is not honored when exchanges are created
```
kd component/pubsub
Name: pubsub
Namespace: backend
…
-
### Steps to reproduce
With powershell, clone hurl project and execute:
```
./bin/test/test.ps1
```
### Integration test file that fails
```
ssl/client_authentication.hurl
```
### C…
-
**Describe the issue**
I can’t make the BACnet connector work. ThingsBoard IoT gateway is running on a revolution Pi. We have a network full of devices and we only receive the response from one (in t…