Versions Compared

Key

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

...

Initially Non-SSL sites A and B are running.

 

  1. Stop accepting client connections in non-SSL site A (clients connect to non-SSL site B)
  2. Stop non-SSL site A once all queues are drained
  3. Stop receivers in non-SSL site B
  4. Pause senders in non-SSL site B
  5. Do puts in non-SSL site B (events are queued)
  6. Start SSL site A
  7. Start non-SSL proxy in site A
  8. Resume senders in non-SSL site B (site B will connect to the non-SSL proxy in site A, and its queues will drain)
  9. Stop non-SSL site B once all queues are drained
  10. Stop non-SSL proxy in site A
  11. Start SSL site B

...

At this point, both sites will be up and communicating with each other using SSL sockets.
 

Run ln Client Loader

Run the ln client loader using the ln-client-load task like:

...