Projet

Général

Profil

« Précédent | Suivant » 

Révision 96d91e4a

Ajouté par Renato Botelho il y a presque 10 ans

Partialy revert 0ae4f3f:

It broke xmlrpc_client since https is not a valid php transport.

Voir les différences:

etc/inc/xmlrpc_client.inc
735 735
        if ($match[1] == '') {
736 736
            if ($port == 443) {
737 737
                $this->server   = $match[2];
738
                $this->protocol = 'https://';
738
                $this->protocol = 'ssl://';
739 739
                $this->port     = 443;
740 740
            } else {
741 741
                $this->server = $match[2];
......
750 750
            }
751 751
        } else {
752 752
            $this->server   = $match[2];
753
            $this->protocol = 'https://';
753
            $this->protocol = 'ssl://';
754 754
            if ($port) {
755 755
                $this->port = $port;
756 756
            } else {
......
763 763
            if ($match[1] == '') {
764 764
                if ($proxy_port == 443) {
765 765
                    $this->proxy          = $match[2];
766
                    $this->proxy_protocol = 'https://';
766
                    $this->proxy_protocol = 'ssl://';
767 767
                    $this->proxy_port     = 443;
768 768
                } else {
769 769
                    $this->proxy = $match[2];
......
778 778
                }
779 779
            } else {
780 780
                $this->proxy          = $match[2];
781
                $this->proxy_protocol = 'https://';
781
                $this->proxy_protocol = 'ssl://';
782 782
                if ($proxy_port) {
783 783
                    $this->proxy_port = $proxy_port;
784 784
                } else {

Formats disponibles : Unified diff