|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
LPW and Https -- not implemented error
I am on win98, Apache 1.3.9, perl 5.6.0.
Using LPW for perl to perl simulated "post" I am getting error = 501 Protocol scheme 'https' is not supported I have one script on my local non https machine and the other is on a linux server that uses https for ecommerce. I have put both files on this SSL server and still : I am getting error = 501 Protocol scheme 'https' is not supported ======== I am not supposed to show this code as it is for an ecommerce site. I am looking for some one who has done https through LPW. ====== snippet of trouble: my $url = "http://127.0.0.1/cgi-bin/y.cgi"; # works but : my $url = "https://127.0.0.1/cgi-bin/y.cgi"; # fails my $req = POST $url, [ name1 => "$user", address1 => "$home", zip1 => "$num" ]; my $res = $ua->request($req); my $err = $res->status_line; # Get the error back from the server if any $_ = $res->as_string; # Get server body text, $_ used in regexp on next line if (/Illegal Operation/ig || $err != 200) { print "Server returned error.\n"; } print "$err\n";
__________________
Thanks Foot in Mouth ver 1.2.5 Onion |
|
#2
|
|||
|
|||
|
No replay so .......
Sorry I cannot see a zero reply.
The answer is some where , or not. Gasoline = 79.9 cents per Canadian perl dollar. [cheap stuff] if (CDN) { $gas=84.4/litre } if (USA) { $gas=5.00/gallon } Sorry off topic but still crazy after all these years [ perl helped ] ![]() |
|
#3
|
|||
|
|||
|
Answer to my own question
Answer :
ppm install crypt-ssleay |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > LPW and Https -- not implemented error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|