This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

HTTP(s) Component monitor results

Hello, 

I have trouble running HTTP(s) component monitor, I can't find the logic

My results : 

"initial_value must be str or None, not bytes" (status down) when testing http://www.google.fr on port 80
whereas testing on the server : 
[user@server ~]$ curl http://www.google.fr:80 --head
HTTP/1.1 200 OK

"initial_value must be str or None, not bytes" (status down) when testing https://www.google.fr on port 443
whereas testing on the server : 
[user@server ~]$ curl https://www.google.fr:443 --head
HTTP/1.1 200 OK

****

Exactly the same with http://www.youtube.com & https://www.youtube.com

****

"status OK" when testing http://www.lequipe.fr on port 80
whereas testing on the server : 
[user@server ~]$ curl http://www.lequipe.fr:80 --head
HTTP/1.1 301 Redirection https.

"initial_value must be str or None, not bytes" (status down) when testing https://www.lequipe.fr on port 443
whereas testing on the server : 
[user@server ~]$ curl https://www.lequipe.fr:443 --head
HTTP/1.1 200 OK


****

"status OK" when testing http://www.free.fr on port 80
whereas testing on the server : 
[user@server ~]$ curl http://www.free.fr:80 --head
HTTP/1.1 301 Moved Permanently

"initial_value must be str or None, not bytes" (status down) when testing https://www.free.fr on port 443
whereas testing on the server : 
[user@server ~]$ curl https://www.free.fr:443 --head
HTTP/1.1 302 Moved Temporarily

****

"status OK" (????????) when testing http://www.lequipe.fr on port 443 (irrelevant, just for the test)
whereas testing on the server : 
[user@server ~]$ curl http://www.lequipe.fr:443 --head
curl: (52) Empty reply from server

What is the magical behind this component ?