I'm working on an app which needs to intercept SSL from a Citrix client and write to a log file. We are trying to use Wireshark to log the traffic per this article:
http://support.citrix.com/article/CTX116557
However, I don't know where the certificate file is located on the client machine. Has anyone got this to work, and if so, what was the solution?
Thanks.
You didn't specify what the target operating system was, that's running behind citrix.
However, assuming it's windows based:
In Win7/Server 2008
goto: Control Panel -> Internet options (Maybe internet & network then internet option on win7)
Either way, the dialogue box your looking for is the one that usually appears when you go "tools->options" in internet explorer.
Goto the "Content" tab, then click "Certificates" select the certificate you wish to export, then click "Export" and follow the instructions in the export wizard to save your certificate to disk.
Related
Trying to add a package using the package get option on Android Studio. I'm getting the following error message:
" Got socket error trying to find package english_words at
https://pub.dartlang.org."
Please how can i resolve this?
Quoted from Android Studio's doc:
Android Studio supports HTTP proxy settings so you can run Android Studio behind a firewall or secure network.
You need to fix the Proxy Settings in Android Studio. From Android Studio's Documentation Site, I am Sharing the process.
From the menu bar, click File > Settings (on a Mac, click Android Studio > Preferences).
In the left pane, click Appearance & Behavior > System Settings > HTTP Proxy. The HTTP Proxy page appears.
Select Auto-detect proxy settings to use an automatic proxy configuration URL for the proxy settings or Manual proxy configuration to enter each of the settings yourself.
Click Apply or OK for your changes to take effect.
I hope it helps. Thanks.
Like #SouravOni's answer suggests, this is definitely a network issue. The Dartlang server obviously has issues with restricting certain countries.
The fastest way to solve this is by connecting via a VPN. In my case, I use a Kaspersky Antivirus that comes with a VPN , all I had to do was change my location to United Kingdom and then it works
One way to test if this is a connection issue that needs VPN is to visit pub.dartlang.org, if it doesn't go through, then try a VPN
I have a client that reports he cannot paste into a TMemo from the clipboard. I also have code that calls TMemo.PasteFromClipboard, but this does not work.
He is using Windows 8 (not sure if 8.0 or 8.1).
Other users in their office do not experience this problem.
Any ideas what could be wrong?
(Application developed with Delphi 7)
Windows 8 / 8.1 : copy and paste, known problem since 2013
copy content lost, switching from one app to another app.
try to copy and paste anything to an email.
trouble with copy and paste between a virtual machine and desktop.
copy-and-paste takes several tries.
using arrow keys when NUM is on (deletes Clipboard content).
Sometimes could be solved with
disabling the "Send to Bluetooth" option in Outlook.
To disable the Add-in, start Outlook with the "Run As Administrator" option.
OR
Disabling C:\Program Files (x86)\Intel\Bluetooth\btmoffice.dll in the COM Add-in manager.
IE Internet Options
Allow Programatic clipboard access.
Switch from Disabled to Prompt
Sometimes set to Disabled make problems.
Webroot, if your client using webroot
Ask client to add your App to Application Protection tab
Win8, Webroot Secure Anywhere Internet Security Plus
Open Webroot as Admin user.
Identity Protection properties (gear icon).
Application Protection tab.
list of applications (three radio buttons) : Protect, Allow or Deny.
Look for the application that does not allow you to cut/copy/paste.
If it's set to "Deny" you won't be able to use cut/copy/paste.
SecureAnywhere, ManagingProtectedApps
I am storing all the config details to a test.cfg file in my BlackBerry device. So every time when i start the application, the app will check if test.cfg exists. If it exists, then it loads all the configuration from that file and if not, the app will show the config page, then the user can enter all the config details and proceed further.
The above is working fine except one scenario. When the device is plugged in to the system and I open the Desktop Manager and the user opens the application, its directly shows the configuration page even if test.cfg already exists in the device.
Does anybody know the solution for this? or any idea why its behaving like this?
My guess would be that when you connect your device to the computer via USB cable, your computer is mounting the SDCard as an external drive. When it does this, the device will essentially lose access to its SDCard. It needs to do this, because the device software and the desktop computer's software don't want to simultaneously be modifying the same files.
Are you saving test.cfg on the SDCard?
If so, you might want to save the file to the device's internal storage instead, for example, in the PersistentStore.
You could turn off the mass storage feature that makes your SDCard available to the PC, if you prefer to have the media card always available to the app. (if you want to do this, tell me which OS version you're using ... but, understand that this only works for you, and isn't a good solution if you want your users to avoid this problem).
You can also test for the SDCard in your app, programmatically
References
Reference on BlackBerry support forums
Data Storage Development Guide on BlackBerry.com
Go to option -> Device -> Storage and deselect and select the media card support and save it and come out the option.Now try to access the media -> explorer folder u can able to access it and also my apps can read the file when its connecting to USB drive now.
I have a mvc4 project that I have published to azure through a publish profile that I use by right clicking my main project and go publish.
All this works great and has for a while.
But now I need to debug the app so I installet the azure tools and according to tutorials I should then have my application under "Windows Azure Compute" in server tab. I do not there is nothing under there.
If I select "Add Deployment Environment" I can click a link that says download publish settings file so I did and I got the file. When i then import it, it looks like this: http://db.tt/JkJsT3Hl
however if I now click the little arrow next to 3-Month Free Trial the arrow simply disappear. There is nothing there.
I noticed that the publich settings file I had since before was not at all the same as this new one I got now. I could not use the old one here.
I also noticed that a new Certificate showed up on the azure page like so: http://db.tt/KoqNXwUp
I should mention that before it said upload a .cer file, something i never did.
Okay thats all I know.
I had missed that azure toolkit comes with a emulator (system tray)
enabled that and created a web role (right click project and chose create azure role)
and now i can debug in the emulator on my local machine and so far it has worked brilliant.
Beware that it can require you to run visual as admin to work.
We have developed an application for 8830 Device and its working fine.
The problem that we are facing now is that, we are unable to delete the application from the device.
We selected the application, pressed the menu button, but dont find any delete option.
We went to the applications list, through advanced options, but surprisingly we dont see our application in that that applications list(By Deploying the same application in higher devices such as 9630 and 9550,9800) we see a delete option, by pressing menu and also see our application in the options->application list.
We went to modules, and identified the modules of the application, but there also we were not able to find the delete option in it.
We also tried using the blackberry desktop software too, but in vain, we dont find our application in that list too
** The current device we are using is not configured with any BES(We are registered with the BIS) And moreover, we are able to delete the yahoo messenger, gtalk, twitter from the mobile except our application(It just behaves like some shortcut).
Do we need to add some extra lines of code in any class so that it gets identified as an application.Kindly help on this.
Thanks in advance,
Dheeraj Jami
Usually when an application installed via BB Desktop Manager + .alx file or wirelessly (Browser + jad file) the application is listed in the applications list and can be deleted by end-user without any problems.
But if the application installed via javaloader or cod file created automatically via RIM SDK then the application won't be listed in the application list.
The working way to delete unwanted cod file(s) is using javaloader.exe that comes with JDE distribution package.
Connect your device to the desktop computer via usb-cable and type the command in command line, when you are in folder where javaloader.exe located:
javaloader -usb erase -f unwantedfile.cod
and press Enter
Do we need to add some extra lines of code in any class so that it gets identified as an application.
No, you don't. From my experience it just happens sometimes with BlackBerries. In this case the only way to get rid of it is to pull the battery out of the device. This action resets the device to its factory state (all apps installed by user will be lost).