<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1561" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Hi, </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I just experienced, that WinPT 1.0.1 does not 
really save the proxy type you configure in its proxy preferences for the 
keyservers, meaning after a restart of WinPT you end up with the proxy type 
"NONE", regardless if you configured "HTTP" the session before.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This setting changes 
HKEY_CURRENT_USER\Software\WinPT\Keyserver\Proto but regardless of any manual 
overwrite of this setting in the Windows registry, <BR>WinPT does not recognize 
it. But if you change the setting via WinPT again, the value of this key is set 
back to "1" (the standard setting).</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>No I looked over the sources and think I found the 
problem:<BR>in the file "wptKeyserver.h" you can find the following 
lines:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>/* Valid proxy protocols. */<BR>enum proxy_proto_t 
{<BR>&nbsp;&nbsp;&nbsp; PROXY_PROTO_NONE = 0,<BR>&nbsp;&nbsp;&nbsp; 
PROXY_PROTO_HTTP,<BR>&nbsp;&nbsp;&nbsp; 
PROXY_PROTO_SOCKS4,<BR>&nbsp;&nbsp;&nbsp; PROXY_PROTO_SOCKS5<BR>};</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Now there seems to be no real constant value for 
PROXY_PROTO_HTTP, <BR>maybe this is the right entry point to solve the problem 
mentioned above!?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I did not look close enough to the sources but I 
hope this helps to fix my problem and maybe release a WinPT 1.0.1a or something 
because I can't explain my users to set this setting every time they start WinPT 
:-)</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks a lot for any reaction to this and you 
time.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards, David Elze</FONT></DIV></BODY></HTML>