Streaming APP-V Applications Over HTTPS

Hello,
Is there any documentation on streaming APP-V 5.0 over HTTPS? I've only found one articval online and its not that great. I setup my APP-V environment with https and none of the client machines will pull the packages and in event
view it tells me the package is corrupt. I re-packaged the same application and published them and still unable to stream to any clients.
I reverted my servers back to http and reset the clients are able to stream the application that are persented to them.
All servers are on a domain.
Any imput or documentation on streaming over https would be much appreciated.
Peter B Hardy

See Thamim's post:
http://virtualvibes.co.uk/ssl-and-https-with-app-v-5-0/
Regards, Michael - http://blog.notmyfault.ch -

Similar Messages

  • Starting an j2se 1.3 application over https with JWS 1.2

    Hi,
    How can you start an application which needs j2se 1.3* over https?
    I know, distributing signed Software over https isn't very useful, but it's the only way we can distribute it.
    I assume that JWS validates codebase and j2se version by it self so I can't use many workarounds.
    My jnlp file:
    <jnlp spec="1.0" codebase="https://server.company.com/apps" href="launch.jnlp">
         <information>
         <resources os="Windows">
              <j2se version="1.3*"/>
    The Error:
    BadFieldException[ The Field  <jnlp> has an invalid Value: https
    For HTTPS-Support is Java 1.4+ needed]
         at com.sun.javaws.xml.XMLUtils.getAttributeURL(Unknown Source)
         at com.sun.javaws.xml.XMLUtils.getAttributeURL(Unknown Source)
         at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.Main.main(Unknown Source)
    Are there any workarounds? Perhaps:
    -     installing the Java Secure Socket Extension (JSSE) to the JRE 1.3.1
    o     http://java.sun.com/products/jsse/index-103.html
    o     described at http://forum.java.sun.com/thread.jsp?thread=199562&forum=38&message=1138437
    -     using an extension in the jnlp which first downloads the application code with j2se 1.4.1. And afterwards starts the application with j2se 1.3.1.
    -     or something else?
    Thanks for any comment
    Andrea

    Unfortunately no.
    Java 1.3 dosn't contain jsse extension, so you cannot download your program (using 1.3) with javawebstart. Https suport in java web start requires at least java 1.4.0

  • Streaming App-V Applications from SCCM

    Hello,
    I´m evaluating using App-V instead of standard application packages. I´ve created two App-V 5.0 packages with the App-V Sequencer. Deployed them as an application in SCCM (Microsoft
    Application Virtualization 5), It was pretty straight forward.
    I´ve also installed App-V client 5.0 and all Prerequisites. Also installed App-V Client Ul.
    I install the packages from Software Center and they stream down accordingly to the Client Ul.
    I used the following PowerShell command to set Publishing Server: Get-AppvPublishingServer and added the SCCM server as following, http : // SCCMServername.domainn.com:443. It worked and
    right away the applications started to stream.
    Ps. Remove spaces in URL. (New account and it has to be verified before I can insert links)
    The problem is that I can´t find anyway to run the applications? Is it possible to do like this or do I need an App-V server?
    I´m new to App-V and do this as my thesis.
    Kind regards Jesper

    Hi Jesper,
    You don't need an App-V Server when you deploy Applications via SCCM. Also you don't need to set an AppvPublishingServer when you stream.
    More details here:
    http://virtualvibes.co.uk/configuration-manager-2012-sp1-and-app-v-5-0-integration-more-than-meets-the-eye/
    Maybe there is something wrong with your App-V Packages? Did you already try to test them without SCCM e.g. publish them yourself?
    The procedure is documented here:
    http://social.technet.microsoft.com/wiki/contents/articles/21058.using-the-app-v-5-0-client-without-the-app-v-management-back-end.aspx
    best regards, Philip

  • How can I know the end of TCP stream and/or SOAP over HTTP flow

    Hi all!
    I want to read SOAP messages over HTTP, from sniffed TCP fragments.
    How can I decide that the TCP and/or the HTTP fragmenst finished?
    For example there is a SOAP message sliced to 5 TCP packets, and the first packet contains the HTTP header and some SOAP content too. The last packet contains the SOAP XML's ending XML-tag </soap:Envelope>.
    I don't want to watch every packet's end like "if the end string is </soap:Envelope> then it is the last packet", I just simply want to know which is the last packet of that message.
    The TCP connection won't be closed after the message arrives, and let's say the HTTP header doesn't contain a Content-Length field.

    A TCP connection is just a stream of bytes. It doesn't care what those bytes are. HTTP is built on top of TCP and specifies the ability to make a request without closing the connection (HTTP 1.1 Keep Alive). So you need to understand the HTTP protocol, understand whether it's a Keep Alive connection or not, and then do the same thing a browser would to do understand when a reply has been completed and the connection is available for the next request. Otherwise, you'll just look like you're getting loads of unrelated data as you sniff the connection. Oh, and you'll probably need to understand the HTTP chunking protocol too.

  • App-V 5 over https for non-domain clients

    Hello, Is this scenario possible?

    Hi,
    here's how I have it set in my lab. Your mileage may vary, but hopefully this should give you all the different components of how I managed to get it to work, and allow you to try something similar.
    Firstly, my publishing server is: HTTPS://CSC-APPV5.CSC.local:8016
    I have an application published through the app-v console, with the package URL configured to be:
    HTTPS://CSC-APPV5.CSC.local/APPVSHARE/Notepadplusplusx86/notepadplusplusx86.appv
    This is published to the AD group CSC.local\notepadplusplus, of which the user CSC.local\appvuser is a member of.
    On my Windows 8 non domain joined computer, Press Start, type "credential manager", and click on this option under settings.
    Click on "Windows Credentials", then click "Add a Windows credential".
    It will ask you for the Internet or network address. Based on the information I stated earlier, I entered the address: CSC-APPV5.CSC.local
    for User name, I entered: CSC.local\appvuser
    and lastly for password I entered the current valid credentials for this user.
    To test this, I then browsed to the publishing server mentioned above, but found that it still prompted me for a password (but remembered the user ID I had specified), and that the app-v client would not sync through powershell.
    I then added http://csc-appv5.csc.local into this devices local intranet zone (im sure you can avoid this step by adjusting a various number of settings, this was just the first quick test I performed).
    Browsing to the publishingserver address now no longer prompted for a username/pw - correctly showing the application published to this user. I then performed a restart (unlikely to be required, but I just wanted to have a clean run from a user perspective),
    and straight away, there was my shortcut to the appv application, and running it resulted in the normal streaming you would expect.
    The one thing I will add is I was very particular around fully quilifying everything, to eliminate this as a potential issue, and would be one of the first places I would start if you are attempting to troubleshoot why you were not able to get this to work.

  • Download & install application over http

    Hi, All !
    I'm novice at ME so don't be cruel :). The question is following:
    I want to download and install application (some.jar) from server. Could the following code help me? ( Actually I had thought that device proposed to download file after (*) line, but It didn't ):
    HttpConnection conn;
    InputStream is;
    DataInputStream dis;
    int status;
    try {
    (*) conn = (HttpConnection) Connector.open(downloadURL);
    status = conn.getResponseCode();
    if (status != HttpConnection.HTTP_OK)
    System.out.println("failed");
    ...et c.
    It would be great if someone will advise me a scheme to realize.
    Thanks in advance, Vadim.

    if you want to install jar
    you need to deploy it in public server
    see here
    http://developers.sun.com/techtopics/mobility/midp/ttips/wtkota/
    and if netbeans you use
    http://www.netbeans.org/kb/50/j2me-app-server.html

  • FMS 3.5 and steraming over http

    Hi, I've install FMS 3.5 development with Apache server
    option, on my Windows XP . I want to stream a live video over http
    ( so I be able to open it from a web browser). I'm using FMLE to
    encode a live video and and I'm sending it to the default folder
    "rtmp://myFMSserver/live" with the default name "livestream".
    From the instructions, I've understand that to be able to
    view a live movie over http I've to change the LIVE_DIR
    in <FMS_Installation_Dir>/conf/fms file and tell it to
    point to <FMS_Installation_Dir>\webroot\live_recorded folder.
    I downloaded the beginner_live_fms3.zip example files and
    copy live.html live.swf and live.fla to \webroot\live_recorded
    folder and in parallel I started to stream my "livestream" movie
    from the FMSE. Here is my problem:
    when I using my browser from the FMS server itself and use
    the followings
    http://localhost/live_recorded/live.html
    I'm able to see the live stream, but when I'm using a remote
    computer with the followings
    http://myFMSipAaddress/live_recorded/live.html
    I just get a blank white screen.
    I'm doing it in my own network so there is problem of
    firewall block problem. Any help we be appreciated.
    Thanks
    Alon

    Hi,
    I have FMS 3.5 and WAMP running no problem.
    It might be a good idea to remove and reinstall FMS 3.5 and
    allow the Apache to be installed.
    It isnt a core version of Apache and it does not have any
    effect on my Webserver also running Apache, where FMS 3.5 is
    installed also.
    It seems to be a self contained package to run on the vob
    folder in the webroot directory of FMS 3.5 only
    I'm using it to test applications before deploying to the
    webserver.
    I think its main application is to display the sample pages
    which generates the code automatically to copy and paste the new
    Videoplayer for your own movies.
    I hope this helps.

  • How to access Flash Apps over https with a self signed certificate?

    I have a Flex app that needs to access data from a SOAP web service over https with a self signed certificate. The app needs to ignore the https warnings, just as a browser would warn & allow the user to proceed. Buying a valid signed certificate is not an option for us.
    It works fine over http.
    How can I achieve this?
    I read that URLRequest has a property: authenticate, that I can set to false. However, this property is available only for Adobe AIR applications from what I can see. This doesn't seem available for Flex apps.
    I have tried this in both Flex 3 & the latest Flash Builder 4. Have the same issue in both cases.
    Help appreciated.
    Thanks

    You'd really need to ask in the Flex or Flash Builder forums as this is a front end code modification and Flash Player can't do any of that.

  • SCCM/App-V Deployment Errors over HTTPS

    I'm getting inconsistent errors when deploying and running app-v applications deployed via SCCM. It seems to be related to HTTPS but I cant put my finger on the cause.
    When an application is run, it will often work - however I get these sorts of  errors in virtualapp.log
    Successfully sent location services HTTPS failure message.
    VAppLaunchManager 27/11/2014 15:40:47
    1204 (0x04B4)
    Error sending HEAD request. HTTP code 404, status 'Not Found'
    VAppLaunchManager 27/11/2014 15:40:47
    1204 (0x04B4)
    Skip unreachable DP https://<DPSERVER>:443/NOCERT_SMS_DP_SMSPKG$/Content_08093817-2092-4f34-8aba-7e9e3e55f8bd.1/FileZilla FTP Client.appv
    VAppLaunchManager 27/11/2014 15:40:47
    1204 (0x04B4)
    UpdateURLWithTransportSettings(): OLD URL - https://<DPSERVER>/SMS_DP_SMSPKG$/Content_08093817-2092-4f34-8aba-7e9e3e55f8bd.1
    VAppLaunchManager 27/11/2014 15:40:47
    1204 (0x04B4)
    UpdateURLWithTransportSettings(): NEW URL - https://<DPSERVER>:443/SMS_DP_SMSPKG$/Content_08093817-2092-4f34-8aba-7e9e3e55f8bd.1
    VAppLaunchManager 27/11/2014 15:40:47
    1204 (0x04B4)
    IsSslClientAuthEnabled - Determining provisioning mode state failed with 80070005. Defaulting to state of 448.
    VAppLaunchManager 27/11/2014 15:40:47
    1204 (0x04B4)
    I'm guessing its some sort of certificate problem, but all looks like it is OK. Also communication between clients and management points is HTTPS and working just fine.
    Appreciate any pointers as to what can cause this sort of problem
    Thanks in advance
    Stefan

    Hi, thanks for your response.
    When I look in my applicationHost.cfg file, i have the following line:
    <fileExtensions allowUnlisted="true" applyToWebDAV="true">
    And underneath that it list applications such as: 
    <add fileExtension=".asax" allowed="false" />
    .appv is not listed, and unlisted are allowed, so i dont think it can be a request filtering thing.
    Whenever i try and stream any application it always goes to the "NOCERT" directory and never seems to be able to get it from "SMS_DP_SMSPKG$" 
    Any idea what this error means?: "IsSslClientAuthEnabled - Determining provisioning mode state failed with 8007005. Defaulting state of 448" as its a error which is constantly coming up in virtual app.log.
    Also get issues installing applications, in AppEnforce.log i see the following errors when the content path is "SMS_DP_SMSPKG". When i retry and it hits (not sure how it chooses which to use) "NOCERT" it works just fine.
    Here is the error message generated by the process:
    Add-AppvClientPackage : Application Virtualization Service failed to complete 
    requested operation. 
    Operation attempted: Retrieve Package and Version IDs From Package URL. 
    AppV Error Code: 0C80072EF3. 
    Error module: Streaming Manager. Internal error detail: 74F00F0C80072EF3. 
    AppV command ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe" -ExecutionPolicy Bypass import-module 'C:\Program Files\Microsoft Application Virtualization\Client\AppvClient\AppvClient.psd1';  Add-AppvClientPackage -Path 'https://<DPSERVER>:443/SMS_DP_SMSPKG$/Content_0462a942-8b12-4302-8343-0e4e64f66be3.1/Esri_ArcGIS-Desktop_10.2.2_001A.appv'
     -DynamicDeploymentConfiguration 'C:\WINDOWS\ccmcache\1t\Esri_ArcGIS-Desktop_10.2.2_001A_DeploymentConfig.xml'] failed with return code 1.
    AppVCommandUtil::RunAppVCommand() failed. (0x87d0128f)
    AppVManageClient5X::InstallAppVPackage() failed. (0x87d0128f)
        CAppV5XHandler::InstallApp() failed. (0x87d0128f)
    AppEnforce 02/12/2014 15:56:21
    3924 (0x0F54)
    Any pointers?
    Many thanks

  • Streaming over HTTP

    I'm new to streaming, so hopefully this is a quick answer
    question.....due to firewall restrictions I would need to STREAM
    via HTTP protocol over (80)....I can't use RTMPT (which I was able
    to get working) because of protocol restrictions.....however, all
    the documentation keeps hinting that you can only progressive
    download via HTTP...is this true?
    However, other part of the doco say "you can stream via HTTP
    if you have APACHE installed". My assumption was that all this was
    doing was allowing Apache to serve the http "pages" and progressive
    download the files....so, long story short, can a file be streamed
    using FMIS over HTTP? Thanks for any help in advance.....

    No... I think the docs are just using the term "streaming" so
    the author didn't have to go into a long explanation of progressive
    video (to save the non-technical users from information overload
    maybe). You can't truly stream over HTTP. All HTTP flv delivery is
    progressive.
    That said, you can deliver a streaming-like experience using
    an HTTP application server. See the following:
    http://flashcomguru.com/index.cfm/2005/11/2/Streaming-flv-video-via-PHP-take-two

  • Is there any apps for iphone to support rpc over http or any software yet

    Hi,
        Am wondering if there is any kind of app or software that supports rpc over http in exchange 2003 enviroment for iphone?? I am looking for solution for my company employees so that they can get emails securly to their hand held devices. I found one called "good" but havent used yet and dont know if there is any configuration fro rpc over http. Any suggestion would be greatly appreciated.
    Many thanks,

    The number of apps currently available in the App Store compatible with both iOS 4.2.1 and the iPhone 3G hardware (a major limitation) is dwindling rapidly. If you don't already have a supply of apps, your choices are getting fewer and fewer.  TIme to consider upgrading the phone.

  • Use HTTP Dynamic Streaming (HDS) and HTTP Live Streaming (HLS) to serve live streams to clients over HTTP

    I have created a live stream of a video and it gets stored in live folder.
    Now i need to use HTTP Dynamic Streaming (HDS) and HTTP Live Streaming (HLS) to serve live streams to clients over HTTP, publish the streams to the HTTP Live Packager service on Flash Media Server.
    So what necessary steps do I  need to follow to do that ??

    You need to generate a manifest file using Configurator tool and placed it under the webroot directory.
    C:\Program Files\Adobe\Flash Media Server 4.5\tools\f4mconfig\configurator

  • Streaming video over http

    Hello
    I need your help to understand how streaming over http works
    In our company we have about 600 users who will be able to view streaming video over http hosted in Internet
    We have 100 Mbps Internet link . What can we expect to happen in the network when there is contention for resources to access video on our network which delivers best effort service for video
    We have enough bandwidth 4 gigs in local area network to core , so there's no real bandwidth cruch
    How to differentiate or monitor bandwidth used for http streaming as against http normal traffic
    Sent from Cisco Technical Support iPad App

    One step closer:
    Changed the crossdomain.xml file (more permissive settings).
    Changed the encoding on FMLE to vp6. Working somewhat (don't know what I did to make it start streaming through hds).
    But at least now I can get the individual streams in the set manifest file to work:
    http://localhost/hds-live/livepkgr/_definst_/livevent/livestream1.f4m
    http://localhost/hds-live/livepkgr/_definst_/livevent/livestream2.f4m
    http://localhost/hds-live/livepkgr/_definst_/livevent/livestream3.f4m
    BUT when I try to play the streams through the set manifest file from http://localhost/liveevent.f4m I'm getting the following error:
    "The F4m document contains errors URL missing from Media tag." I'll search the forums to see if anyone else has come across this problem.
    I used the f4m config tool to make the file. These are the file's contents:
    <manifest xmlns="http://ns.adobe.com/f4m/2.0">
      <baseURL>http://localhost/hds-live/livepkgr/_definst_/liveevent/</baseURL>
      <media href="livestream1.f4m " bitrate="200"/>
      <media href="livestream2.f4m " bitrate="500"/>
      <media href="livestream3.f4m " bitrate="1000"/>
    </manifest>
    Thanks

  • Mangled file downloads over http problem in 10g

    I have a web app running in an OC4J stand alone 10.1.3.3 and am having a problem with downloading files over http. Its a struts2 app whose file downloading impl is easy to use and standard code for writing to an http servlet response output stream.
    Using the firefox plugin for Live Headers I can see that the headers are correctly added to the servlet response and I do get the file I want. However the file has been mangled with binary output around the text. This is the case for txt, word, or any other file.
    This problem does not occur in Jetty or Tomcat. I've also ruled out file corruption while going in/out of the database since I can upload a file when running oc4j, turn off oc4j, start up my app in Jetty and retrieve the same file just fine.
    The mime types are all accounted for and the problem exists regardless if I use a specific content type or just application/download. My browsers (firefox and ie) also recognize all files from the content disposition value "attachment; filename=myfilename.ext". Its just the file content that some how has been wrecked on the way out of the container.
    Has anyone experienced this? I only found one or two unanswered posts elsewhere.
    How can this be mitigated?
    Thanks in advance.
    Andrew

    Figured it out when I realized it was in fact the data coming from the database that was corrupt. There were some older posts on the hibernate website that pointed to a single property that needs to go in the hibernate.properties file: hibernate.jdbc.use_streams_for_binary=true. Without it, Oracle returns the Blob locator consistently 86 bytes in length and therefore bad binary.

  • PDF content over https in websphere

    I have a servlet that streams the result of some FOP transformations back to the browser. All this works fine over http but when we switch it to https, the browser throws up an alert stating that the content is unavailable.
    Can anyone out there suggest where I should look with regards to websphere settings to support pdf over https?

    Hello,
    I am facing some problem in downloading the pdf. I am using IE6 with SP2. Its working fine on my local box in am using http on my local machine web browser and when i download i am getting the save and open pop up but when i deploy the application on UAT environment. We are using https on UAT environment. When i am trying to download the pdf file i am getting information pop. Which needs an extra step for the user to download the file.
    I dont want to do some setting on the brwoser side to disable the activex control as it will require every customer to do the changes on browser side and most corporate dont have the access to change the browser setting.
    Can we send some properties in http header which can supress the information pop up over https. Please help need to solve this quick !!!
    ~Manoj
    Edited by: mkumar1980 on Oct 28, 2008 6:26 PM

Maybe you are looking for

  • How do I put all my music and pictures from my macbook air to an external hard drive ?

    My macbook air is already full - I transfered everything from my desktop as soon as I got home with my new laptop.  As it is already full, I would like to put all my pictures and all my music on a external hard drive.  I am unsure how to do that.  I'

  • Which table contains the status for WBS elemnts

    Hi Experts , Could some one provide information regarding :- While we check WBS element in t-code :CJ03 for every WBS there are some status fields indicating REL / PLN etc. At the table level i m unable to find this status field. Aldready Checked in

  • Issue in Downloading Unicode character to a file..

    Hi , Iam working on a report which will  download role and user names to a file  ( Application or Presentation server) . The issue is - We are not able to download role and user names in Unicode language (for example *Chinese & Russian *). Is there a

  • Problem in ALV display using OOPs

    Hi, I have a dynamic selection screen where i am submitting one report to the other using SUBMIT statement. After entering values in the selection screen, the output should be displayed using ALV.so i created a screen  in the 2nd report i.e ZARR_MASS

  • ITunes Store Release 9.0 - Beaten by new user interface

    I've updated to version 9 of iTunes. I regularly used to download items from the CLASSICAL music section of the iTunes Store. However the new and improved 9.0 interface of the iTunes Store has left me completely baffled and beaten. All I'm trying to