Adding the --netbox.ssl_verify option #152

Merged
strus38 merged 6 commits from feature/nosslverify into master 2020-07-11 15:32:00 +02:00
strus38 commented 2020-07-08 09:39:24 +02:00 (Migrated from github.com)

Adding the --no_ssl_verify option to support Netbox connection with https and untrusted certificates

Usage example to allow connecting to netbox using self-signed certificates:

netbox_agent -c nbagent.yaml --register --no_ssl_verify

Usage exaample to allow connecting to netbox using https or ip:

netbox_agent -c nbagent.yaml --register
Adding the --no_ssl_verify option to support Netbox connection with https and untrusted certificates Usage example to allow connecting to netbox using self-signed certificates: ``` netbox_agent -c nbagent.yaml --register --no_ssl_verify ``` Usage exaample to allow connecting to netbox using https or ip: ``` netbox_agent -c nbagent.yaml --register ```
Solvik commented 2020-07-11 15:32:30 +02:00 (Migrated from github.com)

I've took the liberty to place the ssl_verify under the netbox arborescence in the configuration file, it makes more sense
Thanks for contributing <3

I've took the liberty to place the `ssl_verify` under the netbox arborescence in the configuration file, it makes more sense Thanks for contributing <3
strus38 commented 2020-07-11 15:45:44 +02:00 (Migrated from github.com)

No problems. Thanks!

Le sam. 11 juil. 2020 à 15:32, Solvik notifications@github.com a écrit :

I've took the liberty to place the ssl_verify under the netbox
arborescence in the configuration file, it makes more sense
Thanks for contributing <3


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/Solvik/netbox-agent/pull/152#issuecomment-657062889,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABM6DU376Y3FMFNEEUONTULR3BSXVANCNFSM4OUI3SVQ
.

No problems. Thanks! Le sam. 11 juil. 2020 à 15:32, Solvik <notifications@github.com> a écrit : > I've took the liberty to place the ssl_verify under the netbox > arborescence in the configuration file, it makes more sense > Thanks for contributing <3 > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/Solvik/netbox-agent/pull/152#issuecomment-657062889>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABM6DU376Y3FMFNEEUONTULR3BSXVANCNFSM4OUI3SVQ> > . >
Sign in to join this conversation.
No description provided.