[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

tinyproxy




I changed to 192.168.1.1 and no difference.

Now I know where in the source code of tinyproxy the error was thrown:

if (connect(sock_fd, (struct sockaddr *) &port_info, sizeof(port_info)) < 0) {
 log_message(LOG_ERR, "opensock: connect() error \"%s\".",
			    strerror(errno));
}

The connect() function doesn't work. The connection is refused. So how can I check if port 8888 (tinyproxy listens on it) can send out http request?



Reply to: