Programatically how to configure the PEAP MS in windows embedded compact - winapi

I am developing the gui for creating and configuring network profiles - open,wpapsk,wpa2psk,wpa-enterprise and wpa2 enterprise in windows embedded compact. I am able to configure the setting of open ,wpapsk and wpa2psk using wlansetprofile winapi,i am able to configure the wpa2-enterprise with empty configBlob that will take the default configurations but i am not able to change configurations like disabling the validate server certificate because the configBlob only takes binary format

Related

How to add cluster to my navigation menu in webspere

Hi I want to include cluster option in IBM 8.5 where it is installed on Linux how to add this package through the terminal where in my server menu I have only server types
Your question is not clear enough, but here are my assumptions:
you are using WebSphere Application Server 8.5.5.x
you want to have cluster options in the Web Administrative console (accessed via /ibm/console)
You currently have standalone single server profile, this profile doesnt have cluster management capabilities. You have to create different profile - deployment manager - either via graphical UI - https://www.ibm.com/docs/en/was-nd/8.5.5?topic=mpugui-creating-management-profiles-deployment-managers or via manageprofiles.sh commandline tool - https://www.ibm.com/docs/en/was-nd/8.5.5?topic=mpnzos-manageprofiles-command-1
To create cluster you will need at least one additional profile (appserver or custom) and federate it to the deployment manager.
Here are various installation secenarios (https://www.ibm.com/docs/en/was-nd/8.5.5?topic=installation-planning-install-websphere-application-server)
The simplest clustering scenario would be Scenario 7: Single-machine installation of a cell of application servers and a web server

How to configure nginx/openresty to trust windows certificate store

Similar to SSL enabling in Tomcat Windows server question, how do I configure NGINX/OpenResty to use/trust Windows certificate store (especially the authorities)?
One option is to use some kind of NGINX plugin based on NSS (Network Security Services). I've actually found a repository for it here, but no sure I can use it.
Are there any other solutions?

icCube - developing a java plugin for ODATA, how to debug the server connection?

We are developing a java plugin to make an Odata feed available as a data source using Olingo. There are authorization issues for the specific data provider we want to connect to, but we can not get into the tiny details to debug what is going wrong (we get a 401 authorization error and it is not so obvious on what is wrong).
We have found the advise to use Fiddler to check the network traffic, but we do not know how to use it to check the traffic between the iccube.exe process (background) and the odata provider source (https).
So the question is:
How can you debug the data traffic between icCube and the data provider (source)?
You need to debug icCube application as a remote java process with your favorite IDE (e.g. IDEA). For this you'll need to change the configuration file (icCube.ini or icCube.sh) and restart icCube in debug mode (check here - JRE Configuration ).
A post on the setttings for debugging remotely in Java :
Remote debugging a Java application

Can we create multiple servers in the websphere application server profile?

Can we create multiple servers in the websphere application server profile
Usually the default is server1 gets created , when you create the stand alone instance.
Yes, you can via wsadmin scripting, check details here:
Creating a server using scripting
however by default to configure and install app on that server you will need to use console installed on server1 or scripting, so it is a bit troublesome. That server will also share some configuration settings with server1 e.g. security settings.
If you want more isolation it is usually easier to just create another Application Server profile, from the same WebSphere installation (using Profile Management Tool, or manageprofiles script).

Unable to access Liferay 6.2 on dedicated windows cloud server

We install liferay6.2 in windows dedicated server 2008 r2. Liferay sever is working smoothly in the server but when we are trying to access it from browser then we are unable to access it. Error: server not found. In Liferay we have one portlet for video conference and it is also working fine. We can access the server through RDP(Remote Desktop) but whenever trying to access through browser fail to find the server in web.
May be this issue can be easily handle by the network admin or may be by any Liferay developer.
Does your dedicated server have a public (routed) IP address? Also, check firewalls that might block port 8080 if you have not changed the default port. As you say Liferay is running smoothly - you just can't access it - your problem is most likely rather related to the network configuration, not to Liferay itself

Resources