Jackson Bright

Results 3 comments of Jackson Bright

I was having these exact same issues. Just like you, I was able to resolve by installing the pynxos module and then started to get the SSL Error. I went...

The original configuration looked like this ``` server { listen 443 ssl; # CHANGE THIS TO YOUR SERVER'S NAME server_name 10.10.10.1; ssl_certificate /etc/ssl/certs/netbox.crt; ssl_certificate_key /etc/ssl/private/netbox.key; client_max_body_size 25m; location /static/ {...

I'm also encountering this issue on 3.1 with Patch 4. I was on 3.1 (w/ no Patches) and I was able to create a Network Device Group with othername, but...