jolly-london-20127
05/27/2022, 11:12 PMkind-lizard-33284
05/27/2022, 11:12 PMjolly-london-20127
05/27/2022, 11:12 PMkind-lizard-33284
05/27/2022, 11:13 PMkind-lizard-33284
05/27/2022, 11:13 PMkind-lizard-33284
05/27/2022, 11:16 PMbored-island-21407
05/27/2022, 11:19 PMping <host>.<network>
kind-lizard-33284
05/27/2022, 11:22 PMOpenSSL Error[0]: error:14094412:SSL routines:ssl3_read_bytes:sslv3 alert bad certificate
kind-lizard-33284
05/27/2022, 11:22 PMkind-lizard-33284
05/27/2022, 11:23 PMbored-island-21407
05/27/2022, 11:24 PMbored-island-21407
05/27/2022, 11:27 PMkind-lizard-33284
05/27/2022, 11:28 PMmysterious-forest-94789
05/27/2022, 11:28 PMbored-island-21407
05/27/2022, 11:31 PMmysterious-forest-94789
05/27/2022, 11:32 PMkind-lizard-33284
05/27/2022, 11:32 PMkind-lizard-33284
05/27/2022, 11:41 PMmq | 2022-05-27T23:40:54.976367947Z 1653694854: New connection from xx.xx.xx.xx:4036 on port 8883.
mq | 2022-05-27T23:40:54.980710128Z 1653694854: Client <unknown> disconnected due to protocol error.
kind-lizard-33284
05/27/2022, 11:41 PMkind-lizard-33284
05/27/2022, 11:41 PMper_listener_settings true
listener 8883
allow_anonymous true
require_certificate false
use_identity_as_username true
listener 1883
allow_anonymous true
kind-lizard-33284
05/27/2022, 11:47 PMbored-island-21407
05/27/2022, 11:48 PMkind-lizard-33284
05/27/2022, 11:48 PMkind-lizard-33284
05/27/2022, 11:49 PM# Dashboard
:50003 {
# Apply basic security headers
header {
# Enable cross origin access to *.domain.com
Access-Control-Allow-Origin *.c
# Enable HTTP Strict Transport Security (HSTS)
Strict-Transport-Security "max-age=31536000;"
# Enable cross-site filter (XSS) and tell browser to block detected attacks
X-XSS-Protection "1; mode=block"
# Disallow the site to be rendered within a frame on a foreign domain (clickjacking protection)
X-Frame-Options "SAMEORIGIN"
# Prevent search engines from indexing
X-Robots-Tag "none"
# Remove the server name
-Server
}
reverse_proxy http://netmaker-ui
}
# API
:50004 {
reverse_proxy http://netmaker:8081
}
bored-island-21407
05/27/2022, 11:49 PMkind-lizard-33284
05/27/2022, 11:49 PMbored-island-21407
05/27/2022, 11:50 PMkind-lizard-33284
05/27/2022, 11:52 PMkind-lizard-33284
05/27/2022, 11:52 PMkind-lizard-33284
05/27/2022, 11:52 PMmq:
image: eclipse-mosquitto:2.0.11-openssl
depends_on:
- netmaker
container_name: mq
restart: unless-stopped
ports:
- "8883:8883"
volumes:
- ./mosquitto.conf:/mosquitto/config/mosquitto.conf
- ./certs/:/mosquitto/certs/
- mosquitto_data:/mosquitto/data
- mosquitto_logs:/mosquitto/log