Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • omkd should be restarted (In the poller). 
  • The Poller should be Rediscovered from the Primary. 

SSL Configuration

Urls

On the peer discovery, we specify the url of the peer. The peer, is going to provide to the poller the url for their communications. 

If we specify a discovery url using https but this is not set in the pollers configuration, the internal communications will go into http. It can be changed in the poller in opCommon.json in the setting: 

Code Block
"opha_url_base" : "https://myserver.com",

If we set this property, we also need to change: 

Code Block
"opha_hostname" : "myservername",

After the change, we would need to upgrade the poller configurations. 

SSL Certificates

If the certificate is self signed, there is a couple of settings that can be changed to avoid validation. But this is just recommended in non production environments: 

Code Block
"opha_allow_insecure" : 1,

And for editing remote nodes:

Code Block
"omk_ua_insecure" : 1,