Y
yi si
Guest
Can not connect 'ka.swsoft.com'(solution of lisence activation/update through proxy)
Hi, erveryone
When I tried to active key got from agent, I got following error.
The box is placed behind firewall.Secuiry policy of my company do not allow any direct connection with intranet.
Only access through proxy server(http,port 80) is allowed.
2009-02-25 11:55:32,979 [1] ERROR SWsoft.SiteBuilder.KA.Facade.KAService - Cannot reach KA server
System.Net.WebException: The remote name could not be resolved: 'ka.swsoft.com'
at System.Net.HttpWebRequest.GetRequestStream()
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(Object clientObj, MethodInfo mi, Object[] parameters)
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(MethodInfo mi, Object[] Parameters)
at XmlRpcProxy4f90f35c-1b57-4d69-af4d-0c2c6a529ec7.ActivateSiteBuilderKey(String , String , String , String , ServerInfo )
According to error info I think that sitebuiler use webservice(soap/http) to active key.
Seem it is not accessing 'ka.swsoft.com' through proxy server. then I did some tries.
1.Added proxy setting of IE on box ----> not work, error was same.
2.Added system proxy by proxycfg command ----> not work, error was same.
3.Added proxy into web.config ----> not work, error was same.
C:\Program Files\Sitebuider\Web\Admin\Web.config
<system.net>
<defaultProxy>
<proxy
usesystemdefault = "false"
proxyaddress="http://XX.XX.XX.XX:80"
bypassonlocal="true"
/>
</defaultProxy>
</system.net>
I sent inquiry to support center(Japan) of Parallels.Their reply is no any setting about proxy in sitebuilder.
Specific(5442) port should be opened in firewall.But the problem is we can not break company's security policy.
When I asked them if there is method of let sitebuilder use proxy they said it is covered by support service.
Don't tell me Paralles did not considerate their product might have to connect 'ka.swsoft.com' through proxy server.
Can someone help me?
----------I moved one step forward.-----------------
After adding proxy setting into web.config under Web folder sitebuiler started to access 'ka.swsoft.com' through proxy server.
C:\Program Files\Sitebuider\Web\web.config
But I still got error, just conent is diffierent from above.
2009-02-27 14:26:12,068 [7] ERROR SWsoft.SiteBuilder.KA.Facade.KAService - Cannot reach KA server
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at CookComputing.XmlRpc.XmlRpcClientProtocol.GetWebResponse(WebRequest request)
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(Object clientObj, MethodInfo mi, Object[] parameters)
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(MethodInfo mi, Object[] Parameters)
at XmlRpcProxy6026381f-5195-4834-aaec-712310c2e7d8.ActivateSiteBuilderKey(String , String , String , String , ServerInfo )
at SWsoft.SiteBuilder.KA.Facade.KAService.ActivateKey(String activationKey, SiteBuilderInfo info, String& key)
----------fixed-----------------
URL of XMLrpc is https://ka.swsoft.com:5224/
So you need to open port of https on firewall not http.
Hi, erveryone
When I tried to active key got from agent, I got following error.
The box is placed behind firewall.Secuiry policy of my company do not allow any direct connection with intranet.
Only access through proxy server(http,port 80) is allowed.
2009-02-25 11:55:32,979 [1] ERROR SWsoft.SiteBuilder.KA.Facade.KAService - Cannot reach KA server
System.Net.WebException: The remote name could not be resolved: 'ka.swsoft.com'
at System.Net.HttpWebRequest.GetRequestStream()
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(Object clientObj, MethodInfo mi, Object[] parameters)
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(MethodInfo mi, Object[] Parameters)
at XmlRpcProxy4f90f35c-1b57-4d69-af4d-0c2c6a529ec7.ActivateSiteBuilderKey(String , String , String , String , ServerInfo )
According to error info I think that sitebuiler use webservice(soap/http) to active key.
Seem it is not accessing 'ka.swsoft.com' through proxy server. then I did some tries.
1.Added proxy setting of IE on box ----> not work, error was same.
2.Added system proxy by proxycfg command ----> not work, error was same.
3.Added proxy into web.config ----> not work, error was same.
C:\Program Files\Sitebuider\Web\Admin\Web.config
<system.net>
<defaultProxy>
<proxy
usesystemdefault = "false"
proxyaddress="http://XX.XX.XX.XX:80"
bypassonlocal="true"
/>
</defaultProxy>
</system.net>
I sent inquiry to support center(Japan) of Parallels.Their reply is no any setting about proxy in sitebuilder.
Specific(5442) port should be opened in firewall.But the problem is we can not break company's security policy.
When I asked them if there is method of let sitebuilder use proxy they said it is covered by support service.
Don't tell me Paralles did not considerate their product might have to connect 'ka.swsoft.com' through proxy server.
Can someone help me?
----------I moved one step forward.-----------------
After adding proxy setting into web.config under Web folder sitebuiler started to access 'ka.swsoft.com' through proxy server.
C:\Program Files\Sitebuider\Web\web.config
But I still got error, just conent is diffierent from above.
2009-02-27 14:26:12,068 [7] ERROR SWsoft.SiteBuilder.KA.Facade.KAService - Cannot reach KA server
System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at CookComputing.XmlRpc.XmlRpcClientProtocol.GetWebResponse(WebRequest request)
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(Object clientObj, MethodInfo mi, Object[] parameters)
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(MethodInfo mi, Object[] Parameters)
at XmlRpcProxy6026381f-5195-4834-aaec-712310c2e7d8.ActivateSiteBuilderKey(String , String , String , String , ServerInfo )
at SWsoft.SiteBuilder.KA.Facade.KAService.ActivateKey(String activationKey, SiteBuilderInfo info, String& key)
----------fixed-----------------
URL of XMLrpc is https://ka.swsoft.com:5224/
So you need to open port of https on firewall not http.
Last edited by a moderator: