Versions Compared

Key

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

...

Configuring a poller over https

From the master, we can discover initiate discovery  of a peer using the url https://servername.   (using SSL/TLS).

But, the poller should we will not be able to query the poller as the poller will report http: .  To force the master to use HTTPS to the poller we must have the configuration item opha_url_base set to https or blank, otherwise, it won't work. 

...

Code Block
'opha_url_base' => 'https://servername'  

If we set the url to https://servername in the discover, the poller is going to send its registry data to the master, and the master will get the correct url_base for the peer from that information, overwriting the url that we have set up. If .  

If the opha_url_base is set to blank , the url_base set from the master will remain the same. swap the https:// URL for http://

Some data is not updated in the master

...