Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Import Macro Repair

...

Code Block
languagebash
themeRDark
OMD[mysite]~# echo -e "GET hosts\nColumns: name\n"| openssl s_client -connect localhost:6999 -ign_eof -quiet 

.

For TLS connection with certificate verification

...

please replace /tmp/s1.pem with the site name and s1 with the name of the site

.

For Plain text

Code Block
themeRDark
OMD[mysite]~# echo -e  "GET hosts\nColumns: name\n" | nc -q1 127.0.0.1 6999  

OMD[mysite]~# telnet 127.0.0.1 6999

...