Step 1: Start selenium hub on a kubernetes POD with Secure connection. At step1, selenium hub started and able to access the grid (https://seleniumhub/wd/status)
Step 2: From standalone macos system, try to add the nodes with the below command. java -jar selenium-server-4.6.0.jar node --publish-events tcp://seleniumhub:4443 --subscribe-events tcp://seleniumhub:4442 --host XXX.XXX.XXX.XXX --port 4444 --bind-host false --hub https://seleniumhub
At step2, below are logs and struck at register node action..
21:49:02.950 INFO [NodeServer$1.start] - Starting registration process for Node http://xxx.xxx.xxx.xxx:4444
21:49:02.951 INFO [NodeServer.execute] - Started Selenium node 4.6.0 (revision 79f1c02ae20): http://xxx.xxx.xxx.xxx:4444
21:49:02.983 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
21:49:13.000 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
21:49:23.013 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
21:49:33.029 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
21:49:43.040 INFO [NodeServer$1.lambda$start$1] - Sending registration event...
HUB: On HTTPS Mode Node: On HTTP Mode