Safari on Windows - proxy issues

Safari on Windows XP uses the same proxy settings that Chrome and IE use. Both Chrome and IE work fine, not Safari. Any Idea ? Thank you.
OS: Windows XP 32 bits
Safari 5.1.7.

The exact location to check will depend on the version of each browser, but the following should get you started:
For IE: Tools > Internet Options > Connections > LAN settings
For Firefox: Tools > Options > Advanced > Settings
For Chrome: Sorry I don't have a copy of Chrome handy. I would recommend using Chrome's help menu to provide this information to you.
By default, your AirPort Extreme does NOT have any Proxy server functionality. This would be something that is typically used in a business or corporate environment and requre network clients to be configured to use it for Internet access.

Similar Messages

  • Fix For Slow Safari On Windows

    A number of people reported that Safari was running very slow for them on Windows. I was someone who was also seeing the same behavior. Web pages that would open up in 2 seconds under IE7 could take literally minutes to fully draw in Safari.
    Someone mentioned a proxy issue in one of the other threads, and I got to thinking about that...I made a tiny change, and the problem is gone! Safari is now full steam ahead for me, compared to the snail is was before.
    Here is how I fixed the issue.
    1 - Click Start and open the Control Panel.
    2 - Open the "Internet Options" Control Panel.
    3 - Click the "Connections" tab at the top.
    4 - Click the "LAN Settings" button at the bottom.
    5 - Uncheck the "Automatically Detect Settings" Box.
    6 - Click OK to exit the "LAN Settings" window.
    7 - Click OK to exit the "Internet Options" window.
    Your mileage may vary, but this really did work for me. Nothing else I had tried (clearing the cache, re-installing, etc.) made a difference...but this did. Not sure why it's not affecting everyone, but this doesn't seem to have any negative side effects. IE7 is still working fine for me with the "Automatically Detect" box unchecked.
    Enjoy!
    -- Matthew Ryan

    A number of people reported that Safari was running
    very slow for them on Windows. I was someone who was
    also seeing the same behavior. Web pages that would
    open up in 2 seconds under IE7 could take literally
    minutes to fully draw in Safari.
    Your mileage may vary, but this really did work for
    me. Nothing else I had tried (clearing the cache,
    re-installing, etc.) made a difference...but this
    did. Not sure why it's not affecting everyone, but
    this doesn't seem to have any negative side effects.
    IE7 is still working fine for me with the
    "Automatically Detect" box unchecked.
    Please, report this bug to Radar: http://bugreport.apple.com It's important to notice Apple developers about this issue

  • SDN access with Safari For Windows?

    All,
    Am just playing around with the Safari browser and when I try to access SDN using the same, I get a pop up stating, "to view this page you need to log into WebURLProtectionSpace Proxy HTTPS proxy server www.sdn.sap.com:443"
    Has anyone tried accessing SDN using the new Apple Safari for Windows browser?
    Any clues on what the user id and password needs to be here.
    I have already tried,
    1. My SDN user id and password.
    2. My Proxy server's user id and password.
    Also read up on the net that https sites seem to have an issue with Safari. Just wanted to know if anyone has tried this though.
    Regards
    Bhavesh

    Thought so as well .
    But just wanted to know if anyone has tried this as well.
    Regards
    Bhavesh
    PS : Wanted to post this question on Suggestions and Comments but posted it on the Coffee Corner by Mistake and so cannot award points. Apologies.

  • Safari still has Proxy problems

    So we have another release of Safari for Windows. High hopes! But crashed.
    Still, Safari can't connect to the internet due to proxy issues. Every other web browser I've tried handles this issue with no problems whatsoever. Why does Safari have these problems.
    To be precise, when I launch Safari, I'm told "To view this page, you need to log in to the http proxy server XXX.XXX.XXX.XXX:8080". I know a little bit about what this is about, thanks to a post to a previous thread on this subject (which Apple archived so I couldn't post to it any more - grrr). However, for someone who is a grunt on a corporate network, I can't really go to IT and tell them to do this and that to allow me to use a particular web browser. So, I have to wait until Apple sorts this out.
    Apple! I'm a loyal user! I want to be able to use Safari on my work computer! Please fix this issue!!

    Snowy_River wrote:
    Apple! I'm a loyal user! I want to be able to use Safari on my work computer! Please fix this issue!!
    The best way to fix this issue is reporting it to Apple bugtracking system -> https://bugreport.apple.com. So please do it

  • Error message when installing Safari on Windows xp

    Tried to install Safari on Windows XP.
    Recived the following message;
    "The older version of Apple Software Update cannont be removed. Contact you technical support group."
    Then this message,
    "Safari Installer Interrupted"
    What do I do and how do I fix it?

    Hello, dtharachai. 
    Thank you for the question.  Here are a couple things you could try to troubleshoot this issue.  You can try to repair the program Apple Software Update by following the first article below.  After you process these steps, attempt to uninstall this program.  If that step does not work, I have included a more in depth troubleshooting article that will help you uninstall program.  Once this is done you should be able to install Safari. 
    How to repair Software Update for Windows
    http://support.apple.com/kb/TA24326
    "The feature you are trying to use is on a network resource that is unavailable" alert when removing Apple software in Windows
    http://support.apple.com/kb/TS3704
    Cheers,
    Jason H. 

  • Uploading files to website not working with Safari in Windows 7

    Safari version: 5.1.7
    OS: Windows 7
    Hi,
    I am a website owner, and I have a feature on my site where users can upload large (up to 50MB) music files to my server. The feature works in Firefox on OSX & Windows platforms and it also works in Safari on OSX. The uploading feature is not working with Safari for Windows. Do you have any idea why and how to fix this? It can't be an issue with my server as it works in other browsers fine and works fine in Safari for OS X.
    If you have any information on how to solve this or things for me to try to rectify this for use with Windows operating system it would be much appreciated.
    Thanks.

    GREAT NEWS!!!!
    I have solved this issue myself with some help from my a user on Microsoft Forums. The issue stems from the mime type of each Browser Chrome, IE, & Safari for Windows defaults as audio/wav. When the mime type is changed to audio/x-wav everything works. Firefox defaults to audio/x-wav and when changed to audio/wav it DOES NOT work.
    Once I input some code in my .php upload page to change the mimetype if audio/wav is detected everything works GREAT!!!
    So Here is what you need to do: Find your upload page and input this code:
    echo "<p>MIME Type: ".$_FILES["file"]["type"]."</p>";   
    right before your "If/then" statement of file type. For me it was near line 30 in my upload.php page, but I'm sure this is different for everyone.
    This will detect and DISPLAY the default mime type of your browser on the error page when your upload doesn't work. Once you know what mime type works for your file type then you can change your "if/then" statement for mime type upload to change your mime type to the correct one.
    I don't want to give the code here, because I'm sure it's specific to your file types and your site construction, but this should lead you on the right track.
    ***This is the solution if you ARE NOT ABLE to upload any certain file in a certain Browser. It has to do with mime type construction***
    I hope this helps others like it helped me!!!!!

  • Receive message when downloading ITunes or Safari for Windows 7 64 Bit.  "Installation package could not be opened. Verify package exists or contact application vendor to verify this is a valid Windows Installer package."

    Received message when trying to install Itunes or Safari for Windows. " Installation package could not be opened.  Verify package exists or contact application vendor to verify this is a valid Windows Installer package". 

    I to am having the same issue. I have a admin account and logged into it as well and still have the same message pop up. Contacted live support the woman i spoke with had to send it up higher. We went through every thing including her trying (taking over as a host on my laptop) still have not bee contacted this June will be a year that i have heard nothing from them sine She di everything she could and pushed it up higher.

  • How do I set up bookmarks sync to iCloud for Safari in Windows?

    The page http://support.apple.com/kb/DL1455 shows iCloud Control Panel for Windows permitting bookmarks sync for Safari but when I run it it shows bookmarks sync for Internet Explorer. How do I set this up for Safari on Windows?

    I suggest you post your question on an MS Office forum since it's their software you're having issues with.

  • Safari on Windows too slow on my PC

    When I use Safari on my Mac it rocks, but since i got installed on my work PC (intel core 2 @ 2.33GHz - 4 Gb memory, running XP) yesterday it been really slow, can't understand why!! must admit, IE7 was much faster, i am sure Safari is fast, but whats the problem here. Any ideas? thnx

    I take this laptop home with me and I use it through my wireless network at home, I think Safari have better responce but still slower than IE 7. The strange thing is when I installed Firefox in the past that used to fly with no delays!! It has to be network configuration issue.
    Also I am not sure if safari has manual proxy settings, cause this laptop is configured to include our work network proxy. I am not sure if this was configured on Safari (somewhere) it would speed things up! my knowledge on proxy is little

  • Safari main window not showing up in my user account when launched

    Safari main window is not showing up when launched in my user account.
    For some unknown reason, there must be a bug with Space and Safari as when I switch from Space 1 to Space 2 (and vice versa) I can see the Safari main window for less than 1 sec but could not fix it to show up and stay in the foreground in any of the 4 Spaces areas.
    I have tried to desactivate Space or change some settings in Space but could not fix the issue.
    Last but not least, Safari is working well for all other user accounts on my Mac.
    I have updgraded my OS to 10.5.7 and Safari v4 last patch but I have the same issue for 1 month

    HI and Welcome to Apple Discussions...
    Try deleting this file. com.apple.safari.plist
    /Users/YourName/Libary/Preferences. Drag that file from the Preferences folder to the Trash, empty the Trash and restart your Mac. See if that helps...
    Carolyn

  • YoiTube isn't recognizing Flash in Safari gor Windows?

    Hi, I recently downloaded Safari for Windows, and upon visiting Youtube, YouTube gave me a message saying my browser wasn't supported. I ignored the message and whenever I try to play a YouTube video with either Flash or QuickTime, it doesn't work. I know it is not a hardware issue as I just finished building my PC a week ago.
    Thanks.

    Apple stopped supporting Safari for Windows few years ago,
    You are better off  using another browser of your choice.
    Best,

  • [Forum FAQ] Common steps to start troubleshooting Windows Update issues

    In this article, we provide you some common steps to quickly narrow down Windows Update issues. Before you post your question, you can follow the steps below to see whether
    the issue can be identified and resolved. If not, please post it in Windows 8/8.1 Forum with the analyzed details.
    Scenario 1: New updates can’t be checked.
    Make sure your internet connection works fine.
    Make sure you could connect to Windows Update Server or Microsoft Update.
    For more information about how to troubleshoot problems connecting to Windows Update or to Microsoft Update,
    visit the following Microsoft Web site:
    http://support.microsoft.com/kb/818018
    Scenario 2: Windows Update can’t be installed or configured.
    Suggestion 1: Run the
    Windows Update Troubleshooter
    Press
    WINDOWS + X combination key to open the Control Panel;
    Change its view by “Category”;
    Click
    Find and fix problems;
    Under
    System and Security entry, click Fix problems with Windows Update.
    Follow the instruction to complete it.
    Suggestion 2:
    Make sure the following services could startup automatically
    Press WINDOWS + R combination key, type “services.msc”, press
    Enter;
    Find out the following services and the dependent services:
    Windows Update
    Background Intelligent Transfer Service
    Windows Modules Installer
    Double click every service, on General tab, set its Startup type as “Automatic”;
    Click Apply and OK button.
    Note: If these services miss or damage, you need to use Windows 8/8.1 installation media restore them.
    Suggestion 3:
    Delete the Windows Update cache
    Press
    WINDOWS + R combination key, type “services.msc”, press
    Enter;
    Find out the
    Windows Update service, right click and stop it;
    Located to
    C:\Windows\SoftwareDistribution;
    Delete the whole
    SoftwareDistribution folder.
    Suggestion 4:
    Reset the Windows Update component
    For more information about how to
    reset the Windows update component,
    visit the following Microsoft Web site:
    http://support.microsoft.com/kb/971058
    Suggestion 5:
    Install the Windows Update in a
    Clean Boot state
    For more information about How to perform a clean boot in Windows,
    visit the following Microsoft Web site:
    http://support.microsoft.com/kb/929135
    Suggestion 6:
    Reset, refresh or restore your PC, and then try to Windows Update
    http://windows.microsoft.com/en-gb/windows-8/restore-refresh-reset-pc
    Scenario 3: You might still be repeatedly offered the same update.
    You need to check its installation status and decide if it should be installed again.
    For more
    information about Windows Update or Microsoft Update repeatedly offers the same update,
    visit the following Microsoft Web site:
    http://support.microsoft.com/kb/910339
    Here are the solutions for some common Windows Update error codes or corresponding issues:
    1. .NET Framework update installation error: "0x80070643" or "0x643"
    http://support.microsoft.com/kb/976982
    2. Error 0x800B0100 when you try to install Windows Updates or Microsoft Updates
    http://support.microsoft.com/kb/956702/en-us
    3. Error 0x80070005 in Windows Update when you try to install updates
    http://support.microsoft.com/kb/968003/en-us
    4. Error message 80246008
    http://support.microsoft.com/kb/971058
    5. Error message 80070003
    Stop Windows Update service, rename SoftwareDistribution and catroot2 folder, then restart Windows Update service.
    6. Error message 0x80072f8f
    Check and correct PC’s Time and Date. 
    7. Automatic Windows update settings is gray out.
    Please locate to the below registry:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU.
    Add Value name: NoAutoUpdate
    Value data: 0 or 1
    0: Automatic Updates is enabled (default).
    1: Automatic Updates is disabled.
    Windows Store app update general troubleshooting steps
    If you're unable to open the Store, try running the
    Apps troubleshooter
    If you can’t find the app update. Please consider these scenario:
    Confirm if you set the proxy which affect the Windows store update.
    For more information about using authenticated proxy servers together with Windows
    8, visit the following Microsoft Web site:
    http://support.microsoft.com/kb/2778122
    Confirm the app is available in your current region;
    Make sure “Automatically update my apps” is set to Yes;
    Make sure the latest updates are installed on your PC and that your antivirus program isn't preventing the app from running.
    Make sure the app isn't blocked by Windows Firewall
    Sync your app licenses.
    Try to clear
    the Windows store cache on your PC:
    Press
    WINDOWS + R combination key, type “wsreset”, press
    Enter;
    Try to install the update again.
    Applies to: Windows 8 and Windows 8.1
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    NEW
    ADK download link is unavailable
    https://dev.windows.com/en-US/featured/hardware/windows-10-hardware-preview-tools
    Working one here at the bottom of the page

  • Safarai for Windows crashes

    I am using Safarai for Windows version 3.0.4, on a XP desktop, I do have it set up as the default internet browser. The problem that I'm having is when I'm on a site that requires me to sign in, if I press the Tab key on my keyboard after typing in my user name it will crash and bring up the "Do you want to send a error report to Microsoft?" But if I use the mouse to move to the next field to enter my password it works fine. Why is it doing this if I use the Tab key instead of the left button on the mouse? I would like to be able to use the Tab key in case the batteries in the mouse stop working and I don't have any spare batteries on hand. Thank you for your help with this situation.
    Chris

    It's not the correct place, you are supposed to click the the bug button which is located immediately to the left of the addres bar
    I used it to report some ommissions, errors and annoyances; but it crashed Safari and raised a General Protection Fault to Windows - staggeringly impressive in its inneptitude - a bug report mechanism which is buggered
    Re your particular issue; from what I've read Safari 3.x does not support authentication in this laughably labelled "beta" release. A messagebox or dialog might have been nicer than a program abend for a feature so obviously flawed, assuming that it is implented at all: but hey, "it's beta" as the Aplle fanboys will no doubt post if you continue to mention Safari's shortcomings

  • Dreamweaver CS3 + Safari for Windows problems

    Hello
    Well first off I would like to Thank Apple for making a Version of Safari that runs on Windows. As a web developer (using DW CS3 for Windows) I always had to upload a test webpage to a server, look at it on a Mac, and go back to Windows to make adjustments. Now I can do it all in Windows.
    I am having a problem with previewing a page on my local machine. When I preview in Safari it just opens my Safari Homepage. I have to preview in Firefox, copy the URL, and paste it into Safari to view my page in Safari.
    I don't know if this is a Dreamweaver issue or Safari issue. Any help at all would be great. Thank you.

    Thanks, Sarah.
    My post went out before I was finished. Then tried editing it, during which you replied. My reply to you was then lost, because I'm not allowed to edit... Sorry.
    I have been busy figuring out what Safari for Windows will and won't play back through tedious trial and error. It did leave me insecure as to the reliability of AE's output; hence my question. But with this news, I guess it makes more sense for me to just leave it, and hope Safari for Windows users will figure to get another browser, right? Or wait.. maybe I could put in a message that will show to those users...
    Thanks again & all best,
    Phil

  • Safari for windows and itunes won't connect to the internet

    Hi all,
    I tried to connect to the itunes store this morning and it does't work. I can't tell you the last time I actually used the itunes store. Months ago at least. I'm not getting an error message or anything. The bar gets less than half way accross then just stops.
    Second problem. After finally getting fed up with internet explorer I decided to change my browser to Safari (for windows). It insalled fine and opens ok. But it just won't load any web pages. Again, no error messages or anything. The bar gets part way accross then just stops.
    I have tried all of the tips on the apple website and I've also tried all the tips in the forums that have worked for everyone else but not me.
    I've added Safari and checked that itunes is allowed in my firewall. Even tried turning my firewall off.
    I've checked that I'm not connecting through a proxy server.
    I've tried resetting the host file.
    All of the software on my computer is up to date.
    I've tried flushing the DNS settings.
    I've run diagnostics in itunes. (All ok)
    My internet explorer runs ok so there is no problem with my internet connection.
    I've tried just about everything I can think of and nothing works so any suggestions would be greatly appreciated.
    Many thanks,
    Emma

    I'm also having this problem for about 3 months now. Tried contacting twice with Apple Support and after a few tips, they just stopped responding. Tried uninstalling the entire Apple Suite (QuickTime, iTunes, Safari, Bonjour, etc.) and still didn't work. APPLE, PLEASE HELP US HERE!
    I also ran a diagnostic and found a problem to connect to the Store (sorry for the diagnostic in portuguese... system language):
    Microsoft Windows 7 x64 Ultimate Edition Service Pack 1 (Build 7601)
    System manufacturer System Product Name
    iTunes 10.4.1.10
    QuickTime 7.7
    FairPlay 1.12.20
    Suporte para Aplicativos Apple 2.0.1
    Biblioteca do Atualizador do iPod 10.0d2
    Driver de CD 2.2.0.1
    DLL do Driver de CD 2.1.1.1
    Dispositivo Móvel Apple 3.4.1.2
    Driver do Dispositivo Móvel da Apple 1.57.0.0
    Bonjour 3.0.0.2 (333.2)
    SDK da Gracenote 1.9.1.485
    MusicID da Gracenote 1.9.1.102
    Envio da Gracenote 1.9.1.133
    DSP da Gracenote 1.9.1.43
    Número de Série do iTunes 0037B1A011C6CE18
    O usuário atual não é um administrador.
    A data e a hora do local atual é 2011-09-30 20:45:13.
    O iTunes não está sendo executado no modo de segurança.
    A composição acelerada do WebKit está ativada.
    HDCP não é compatível.
    Core Media é compatível.
    Informações da Exibição de Vídeo
    NVIDIA, NVIDIA GeForce 9500 GT
    **** Informações de Plug-ins Externos ****
    Não há nenhum plug-in externo instalado.
    iPodService 10.4.1.10 (x64) está atualmente sendo executado.
    iTunesHelper 10.4.1.10 está atualmente sendo executado.
    Dispositivo Celular da Apple service 3.3.0.0 está atualmente sendo executado.
    **** Testes de Conectividade de Rede ****
    Informações do Adaptador de Rede
    Nome do Adaptador: {E14933F0-7331-4D75-B02E-82060957F06F}
    Descrição: Dispositivo Bluetooth (Rede Pessoal)
    Endereço IP: 0.0.0.0
    Máscara da Sub-rede: 0.0.0.0
    Gateway Padrão: 0.0.0.0
    DHCP Ativado: Sim
    Servidor DHCP:
    Cessão Obtida: Wed Dec 31 22:00:00 1969
    A Cessão Expira: Wed Dec 31 22:00:00 1969
    Servidores DNS:
    Nome do Adaptador: {62B0A88D-17A9-44AD-8D74-E75F1C8B9747}
    Descrição: Anchorfree HSS Adapter
    Endereço IP: 0.0.0.0
    Máscara da Sub-rede: 0.0.0.0
    Gateway Padrão: 0.0.0.0
    DHCP Ativado: Sim
    Servidor DHCP:
    Cessão Obtida: Wed Dec 31 22:00:00 1969
    A Cessão Expira: Wed Dec 31 22:00:00 1969
    Servidores DNS:
    Nome do Adaptador: {CC860C72-3DAF-4110-8A19-0B89F71EF4B6}
    Descrição:
    Endereço IP: 0.0.0.0
    Máscara da Sub-rede: 0.0.0.0
    Gateway Padrão: 0.0.0.0
    DHCP Ativado: Sim
    Servidor DHCP:
    Cessão Obtida: Wed Dec 31 22:00:00 1969
    A Cessão Expira: Wed Dec 31 22:00:00 1969
    Servidores DNS:
    Nome do Adaptador: {A62C927C-DBA9-4230-81A2-CCB3501C2622}
    Descrição: Realtek PCIe GBE Family Controller
    Endereço IP: 192.168.0.137
    Máscara da Sub-rede: 255.255.255.0
    Gateway Padrão: 192.168.0.1
    DHCP Ativado: Sim
    Servidor DHCP: 192.168.0.1
    Cessão Obtida: Fri Sep 30 20:19:45 2011
    A Cessão Expira: Fri Oct 07 20:19:45 2011
    Servidores DNS: 8.8.8.8
      8.8.4.4
    Nome do Adaptador: {3F9E0C26-11A0-4099-ACED-BD314B167697}
    Descrição: VirtualBox Host-Only Ethernet Adapter
    Endereço IP: 192.168.56.1
    Máscara da Sub-rede: 255.255.255.0
    Gateway Padrão: 0.0.0.0
    DHCP Ativado: Não
    Servidor DHCP:
    Cessão Obtida: Wed Dec 31 22:00:00 1969
    A Cessão Expira: Wed Dec 31 22:00:00 1969
    Servidores DNS:
    Conexão Ativa: Conexão de rede local
    Conectado: Sim
    On-line: Sim
    Usando Modem: Não
    Usando LAN: Sim
    Usando Proxy: Não
    Suporte para SSL 3.0: Ativado
    Suporte para TLS 1.0: Ativado
    Informações do Firewall
    O Firewall do Windows está ativo.
    O iTunes NÃO está habilitado no Firewall do Windows.
    A tentativa de conexão ao site da Apple foi bem-sucedida.
    A tentativa de conexão para navegar pela iTunes Store foi bem-sucedida.
    A tentativa de conexão para comprar na iTunes Store foi bem-sucedida.
    A tentativa de conexão com o servidor de ativação do iPhone foi bem-sucedida.
    A tentativa de conexão com o servidor de atualização de firmware foi mal-sucedida.
    Esgotou-se o tempo de conexão de rede.
    A tentativa de conexão com o servidor da Gracenote foi bem-sucedida.
    O último acesso bem-sucedido à iTunes Store foi 2011-09-30 20:41:29.
    Apple, once again I ask you to help us on this one. In the next holliday I'll nuy a tablet and a phone to my mother and I'm considering getting an Android. I have a lot of apps in my library now, but I'll not format my PC just to get iTunes and Safari working. Sorry, but if it doesn't work or we don't receive any response, I'll ditch Apple products for good.

Maybe you are looking for

  • Anonymous user can't access WPC pages in TREX search result list

    An anonymous user can use TREX service to enter query string in search iView and to get the list of results. But when he tries to open a page (web_paragraph or web_article ) generated by WPC (by clicking on the page link in result list) a logon scree

  • Workflow Pattern FYI Task Issue

    Hi, BPEL PM version 10.1.2.0.2. I am trying to create a workflow using FYI Task pattern. I have only one action 'Acknowledge'. The task gets created and shows up in the worklist application under my group, but the status of the task is 'Withdrawn' an

  • Listing mysql database tables in DataGrid

    Hi everyone, I'm trying to Display all availible Tables of a Database in a DataGrid. Rather than listing the data in the column, it lists them in the first row of the column sperated by comma. Please, can someone tell me what i'm doing wrong there? T

  • Converting .OV to .ASF to play on a Windows Media Server

    Hello everyone, I am trying to create a good quality video file from Final Cut Pro that will stream on a Windows Media Server. I am being told by the tech guys at my work that it needs to stream as an .asf file because we use a Windows Media Server f

  • Ipad won´t charge to use the mains charger, What's wrong?

    ipad won´t charge to use the mains charger, What's wrong? the usb cable will work to conect to itunes