SSL CGI-PROXY

 
Post new topic   Reply to topic    Aprelium Forum Index -> Perl
View previous topic :: View next topic  
Author Message
Carlos305
-


Joined: 05 Jun 2006
Posts: 3

PostPosted: Mon Jun 05, 2006 5:41 pm    Post subject: SSL CGI-PROXY Reply with quote

ok here my problem i make my web site secure using Stunnel and it works because it accepts then certificate and it says https://66.176.218.48 but when i go to the cgi-proxy that i type a website like gmail its said

"Retrieval of secure URLs through a non-secure proxy is forbidden.

This proxy is running on a non-secure server, which means that retrieval of pages from secure servers is not permitted. The danger is that the user and the end server may believe they have a secure connection between them, while in fact the link between the user and this proxy is insecure and eavesdropping may occur. That's why we have secure servers, after all.

This proxy must run on a secure server before being allowed to retrieve pages from other secure servers. "

how can i fix this?
Back to top View user's profile Send private message
RTAdams89
-


Joined: 06 Nov 2005
Posts: 102

PostPosted: Tue Jun 06, 2006 2:00 am    Post subject: Reply with quote

I believe this is a setting in the proxy.cgi file. Open it in notepad and look for:

Code:
$RUNNING_ON_SSL_SERVER= '' ;


Change that to say

Code:
$RUNNING_ON_SSL_SERVER= '1' ;


And you should be good to go.
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Perl All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group