• [^] # Re: Plus d'infos ?

    Posté par . En réponse au message Tunnel SSH à travers Proxy 8080 avec user pass. Évalué à 2.

    Il s'agit d'ailleurs de la méthode CONNECT,

    cf :
    * des bouts de conf de squid :

    # On rejette tous les ports différents de ceux déclarer dans les acl
    http_access deny !Safe_ports
    http_access deny CONNECT !SSL_ports


    * ou la rfc 2817 :
    http://www.faqs.org/rfcs/rfc2817.html(...)

    5.2 Requesting a Tunnel with CONNECT

    A CONNECT method requests that a proxy establish a tunnel connection
    on its behalf. The Request-URI portion of the Request-Line is always
    an 'authority' as defined by URI Generic Syntax [2], which is to say
    the host name and port number destination of the requested connection
    separated by a colon:

    CONNECT server.example.com:80 HTTP/1.1
    Host: server.example.com:80