Secure protocol to replace ftp with Godaddy?

Folks:
DW CS3 on MacOS 10.5.8
I'd like to use a more secure protocol than FTP with my Godaddy Linux-based shared hosting.
I've checked the Godaddy support site, done extensive web searches, and the results are confusing. Some say "No, no way."  Others say, "Maybe you can do FTPS" or, "You have an alternative if you have SSH access to your account."
I have SSH access to my host -- a recently-added option.
Any way to get beyond plain, old, insecure FTP with DW CS3 and Godaddy shared?
TIA,
hen3ry

This is what I did to fix our issue.
Connect using: FTP over SSL/TLS (explicit encryption)
port 21
Authentication: None (encryption only)  You will see a site certificate once you press the 'Test' key. Its your choice to trust the certificate or not.  I clicked continue (trust) and connected.
Also I clicked 'Passive', I haven't tested it with out it checked. 
Enlarge the above picture by clicking on it. 
Message was edited by: ProgOne

Similar Messages

  • Data Transfer Port ranges in FTPS with SSL in File Adapter

    Hi,
    I would appreciate if you could give me pointers reagrding the below issue.
    We are on XI 3.0.
    For one interface, I have to configure the FTP File adapter to pick up the files from external server.
    The connection is secure and should be FTPS with SSL.
    I have the certificate from the 3rd party and have it installed on our XI development server.
    The change has been made in our firewall to allow the connection to the host IP and port 21 which is configured at the target party as Explicit FTPS port and they have allowed access to our Server IP in their firewall.
    I have configured other FTPS connections and they worked fine but this is the only one that has been giving me so much trouble.
    The error i get today is:
    Error occurred while connecting to the FTP server "60.234.48.106:21": java.net.SocketException: Connection reset
    Yesterday, i got the below error:
    Error occurred while connecting to the FTP server "60.234.48.106:21": iaik.security.ssl.SSLException: Server certificate rejected by ChainVerifier
    The Vendor has suggested to get the firewall ports 21 and 28000:30000 (data transfer) to be opened.
    He has also provided with the certificate passphrase additionally to the user name and password needed to make the connection.
    When i tried the connection from the XI development to the vendor server, via the Telnet, it looked like it worked.
    Please advice.
    Regards,
    Archana

    >
    Archana Singhai wrote:
    > Hi,
    > I would appreciate if you could give me pointers reagrding the below issue.
    > We are on XI 3.0.
    > For one interface, I have to configure the FTP File adapter to pick up the files from external server.
    > The connection is secure and should be FTPS with SSL.
    > I have the certificate from the 3rd party and have it installed on our XI development server.
    > The change has been made in our firewall to allow the connection to the host IP and port 21 which is configured at the target party as Explicit FTPS port and they have allowed access to our Server IP in their firewall.
    > I have configured other FTPS connections and they worked fine but this is the only one that has been giving me so much trouble.
    > The error i get today is:
    > Error occurred while connecting to the FTP server "60.234.48.106:21": java.net.SocketException: Connection reset
    > Yesterday, i got the below error:
    > Error occurred while connecting to the FTP server "60.234.48.106:21": iaik.security.ssl.SSLException: Server certificate rejected by ChainVerifier
    > The Vendor has suggested to get the firewall ports 21 and 28000:30000 (data transfer) to be opened.
    > He has also provided with the certificate passphrase additionally to the user name and password needed to make the connection.
    > When i tried the connection from the XI development to the vendor server, via the Telnet, it looked like it worked.
    > Please advice.
    > Regards,
    > Archana
    1. Open the port ranges. FTPS usually requires you to open ports in the range of 65024 through 65535 for Passive FTP data
    connections
    2. Use the CA name in the certificate. it should be same as of the host name of the FTPS server

  • Dreamweaver CS 5.5 not working with Godaddy FTP with TLS/SSL

    I've upgraded to CS 5.5 and tried to connect to a client's Godaddy account with FTP with TLS/SSL it fails.  Works perfectly with my mac app Transmit every time as it always has.   It doesn't work with implicit or explicit settings with authentication set to none or otherwise.
    Can someone please let me know if Dreamweaver will ever be compatible with FTP with TLS/SSL and Godaddy?  Or is there some setting I can try that will make it work now somehow?
    Been waiting years for this....

    SnakEyez02 wrote:
    First, that's a Godaddy problem if their security isn't up to par.
    That may be the case that Godaddy is also at fault, but every other FTP app I use with Godaddy works fine.  It's just Dreamweaver and has always been just Dreamweaver not working with a secure connection to Godaddy.  Considering Godaddy is the largest webhost in the USA, you'd think Adobe would have fixed this years ago.  I should also mention I'm not endorsing Godaddy and I understand there's plenty of people that don't like Godaddy for very good reasons.
    Sent you PM with FTP account with Godaddy yesterday.  Thank you for taking a look!
    UPDATE: Whoops, I see you responded via private message already.  I'll paste most of it here in hopes it helps others to understand the issue:
    via SnakEyez02 PM:
    Ok this took a lot of digging.  I won't say it's not a DW issue 100% and I will report a bug for your problem, but DW is not the problem alone Godaddy needs to share the blame here for a bad certificate.  Here is what is happening:
    I'll start with DW:
    - The settings are correct that were in the post.  Port 21, FTP explicit, and the authentication should be set to None (encyprtion only).  This is where the transmission is encrypted using SSL, but the certificate is shared and not specific to the domain owner.  That is the difference between DW's "none" and "trusted".  It's a poor choice of words I'll give them that.  However, Godaddy seems to want all connections to be trusted thus the other error you get when you turn on the None option.  Now could DW do what Transmit does, warn you and write in an unsigned certificate into the Keychain app, probably, is it best practice for security reasons to "Trust" an unsigned certificate probably not.
    Now Transmit:
    - As explained above Transmit opens up a prompt to override and create a fake-trusted signed certificate.  Thus by forcing the OS to think a legitimate certificate is there it gets you through albeit through unconventional methods.
    The problem:
    - A good portion of this problem lies with Godaddy.  Now I use a shared hosting account and set one up on an independant host for a friend of mine and both of them accept the shared certificates (SSL explicit).  The difference is the hostname of the certificate.  I ran a traceroute (from Network Utility in Utilities folder) on your website and came up with the following address: 173.201.23x.x.
    The problem is that the certificate on your server is actually not for that server which is the reason DW seems to have such an issue with it.  The SSL certificate that Godaddy put on your shared server is for host - 173.201.19x.5x.  As you can see, it's a certificate for another server.  Honestly the fact that Panic's Transmit allows this override scares me a little bit and the fact that Godaddy never noticed this issue either scares me to.  So while DW could write in a bad certificate I can see why this is happening.
    I know there is not much solice in my answer because it still doesn't alleviate the problem that you have with DW connecting.  Unfortunately I do not have a workaround despite my numerous attempts to try and gain access over a secure connection.  One alternative you could ask Godaddy for in the meantime is an SSH connection which would allow you to use SFTP instead of FTPS.  But that's a short-term solution to a long-term problem.
    If you think of anything else feel free to bounce any ideas off me I don't mind.  Good luck in getting this solved and I will post a bug report to make Adobe aware of the issue.
    Thank you for looking into this issue in depth like you have!
    I think the issue might be that Godaddy is applying cost saving measures to keep their prices down in the way they implement their certificates (but it also wouldn't surprise me to know it's simply ineptitude on Godaddy's part either).  I'm not sure I fault Panic with Transmit much at all because it clearly warns you about the certificate and it's your choice to continue.  And, as it stands now, it's much safer to continue to connect that way with Transmit than to stop and connect with no encryption at all at a public hotspot.
    As it stands now, you really shouldn't connect to Godaddy with Dreamweaver at a public hotspot unless you set up an SSH tunnel with your connection first.  But enabling SSH is an added expense in many ways including paying for the service, using more computer resources for tunneling and time setting it up and implementation... all because Dreamweaver won't just allow developers the option like Transmit does.
    Once again, thank you for looking at this and I hope someone at Adobe finally address this issue for the security of its customers who use Godaddy (which is often not their choice and was, instead, the choice of their clients to use Godaddy as a webhost).
    Just a side note, I contacted Godaddy support about this several years ago and they were unresponsive and even hostile about it  - So that's definitely another vote against Godaddy from me as well.
    Message was edited by: greenbluewave

  • Securing FTP with TLS

    Hi,
    I am developing a secure FTP client.
    Is there any free API available in the market which I can be reuseable in my application?
    If not please provide me some link so that I can develope such API using JSSE API.
    FYI-I am following the Internet Draft, �Securing FTP with TLS� by Ford-Hutchinson,a specification for realizing RFC2228, �FTP Security Extension� using TLS.
    Thanks.

    hi friend,
    i'm also looking for free secure ftp api's for Java...
    if u know any, do let me know....

  • UC540 Not compatible with Gmail Security Protocols

    I just got off the phone with support and was informed that GMAIL recently heightened its security for SMTP forwarding.  At this time, the UC540 does not meet Gmail's requirements of SSL ot TLS encryption and SMTP4 authentication.  So, none of our corporate Gmail account customers can use this feature.
    Do we know when or if Cisco will provide compatibility with these security protocols?
    TIA

    a)  Year old or not, it still returns on searches.   When I ran into the problem this is what I got.   I didn't see any other updated information that CUE and resolved the issue.    So I resolved the issue on my own and this is how I did it.    Old or not, it worked.
    b)  I am glad to hear that that Cisco fixed this issue.   But, using CCA, I could not get to work.   I used this trick to resolve the issue. 
    Now the web will have the information that the issue is resolved.   Thanks for the feedback.   Can you state which version of firmware and which version of CCA supports the configuration.

  • HT5925 I have an iCloud email on my iPhone that is now old as hacked and unused. I can't access anything as it asks for that account info and I don't remember the password etc. How do I delete it and replace it with my new iPad email? ! Help..

    I have an iCloud email and Yahoo email on my iPhone that is now old as hacked and unused. I can't access anything as it asks for that account info and I don't remember the password etc. How do I delete and replace it with my new iPad email? ! Help..

    Welcome to the Apple community.
    If you are unable to remember your password, security questions, don’t have access to your rescue address or are unable to reset your password for whatever reason, your only option is to contact AppleCare(or Apple ID Support), upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.

  • How do I install a CSR & SSL Certificate in Adobe Muse while hosting the website with GoDaddy, not Business Catalyst?

    I have designed a website and I want to host it with GoDaddy. I also want to install a SSL Certificate so I can get the HTTPS://mydomain.com instead of the HTTPS://mydomain.worldsecuresystems.com that I get with BC. Is there a way to install the SSL Certificate in Adobe Muse so that I can do this?

    This is something you'd have to do on Go Daddy, its not something that would be done in Muse.
    Go Daddy's page on their SSL service is: SSL Certificates | Secure Your Data & Transactions - GoDaddy

  • Satellite C850 - boot from DVD issue - want to replace Win8 with Win7U

    Got a new C850-1JZ yesterday and am trying to replace pre-installed Win 8 with Windows 7. I did create the recovery media (3 DVDs).
    The laptop is driving me "insane" as it seems to block any attempt to boot anything else other than Win8 on the preinstalled hdd.
    1.) Inserted Win 7 Ultimate DVD and tried to boot, would not boot from disk.
    2.) Loaded advanced boot menu and tried to boot from ODD, would not boot from disk it. (Options are LAN, USB, HDD, and ODD (assuming this is optical disk drive)
    3.) Changed regular bios settings boot priority to boot from ODD first, then HDD, would not boot from disk.
    4.) Learned there is a "security boot protection" mechanism enabled by default in the bios. Turned it off. Machine starts loading from ODD and says "Windows is loading files" then hangs. This is a MS original Win7 Ultimate disk from the Microsoft store, no scratches. Makes no sense. We actually have 2 of them, so I tried the other, same result.
    5.) Thought screw that, let's just put the hard drive from the other computer (T61) in here then and do clean new setup another time. Replaced hdd with other sata hdd that has Win 7 ultimate installed and system configured. When booting from hdd, it says "No OS" found and reboots. When booting from ODD, it starts with windows is loading files again and then freezes.
    What kind of other extra protection/virus blocker/stupid setting am I missing here? This is puzzling me. Thanks.

    *Thanks as***, that solves the problem.*
    After 10 days Toshiba Support in Germany came back with the same answer.
    Basically it seems the UEFI Firmware has some reference to Win 8 or the original OS and key and boat loader that is checks, and you cannot load anything else until you disable it by:
    1) In the BIOS, disable "secure boot" mode
    2) In the BIOS advanced settings, switch from UEFI to CMS mode.
    Then you should be able to install anything as the new OS.
    Also, if you want to write down your product key / serial number , since it is not printed anywhere (e.g. no sticker on the bottom of the laptop) [Belarc Advisor - Free Personal PC Audit|http://belarc.com/free_download.html] is a good tool to retrieve this from the registry and write it down.
    As far as I know it's "glued" to this particular hardware, so not portable, but it might be a good idea to write it down in case you lose the system recovery disk but would want to re-install it with the original serial number.

  • My iMac Seagate 1T hard drive crashed. I replaced it with a Western Digital 1T hard drive. Where can I get the Lion OS?

    My iMac Seagate 1T hard drive crashed. I replaced it with a Western Digital 1T hard drive. Where can I get the Lion OS?
    The iMac comes up with a ? in a folder, even after starting with Option/Command/R keys pressed.
    Please help.

    Call Apple to purchase replacement discs or order a copy of Snow Leopard from Apple's Online Store. Follow these instructions:
    Drive Preparation and Install Snow Leopard
    1. Boot from your Snow Leopard Installer Disc. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    7. When completed quit DU and return to the installer. Install Snow Leopard. Once you boot from Snow Leopard you should open Software Update and install all the available updates required. After you complete this and restart the computer open the App Store application in the Dock or Applications folder.
    8. Sign into the App Store with your Apple ID and password. Purchase and download Lion.
    9. After Lion's installer downloads, install Lion.

  • Replace WRT54 with WRT600N, xp-vista problem

    In the wired network are: XP (host) 1Vista 32 and 1 Vista 64.
    With WRT54GS everything worked fine. I replaced WRT54GS with WRT600N. The VISTA32 and XP are working finne. The VISTA 64 does not see the router as computer anymore and also does not see the XP computer. The XP can not access the VISTA64.
    Any ideas?

    Problem solved, The security settings in Norton detected that the router did change and prohibited the see and access.
    BTW, if you have similar problems you can call up the drive attached to the router by entering \\WRT600N and see it, than map it. You mostlikely will have to enter the access user and password (default admin and  admin if not changed)
    Everything works fine now.

  • Posting iWeb with Godaddy

    Hi I have a Godaddy domain and hosting and I have been using Filezilla to upload my files, which for the most part has worked, but there are a few glitches in uploading that I was hoping to get some answers to. For instance, the shading under my banner appears as a bubble line and most slide show buttons are not functioning. I don't know if this is because iWeb widgets dont want to work with godaddy, or if I am uploading them wrong when I am using filezilla. Any help to how to fix these problems is very much appreciated!
    Website can be viewed here for reference: Meggierock.com

    As long as you purchased a Linux hosting account from GoDaddy, then there is no problem with GoDaddy hosting at all - it is all compatible and will work.
    When things don't work, it often means that certain files have not been uploaded, so I would suggest that you download Cyberduck for free from the internet. It another ftp programme that is easy to use and might be better than the one you are using at the moment.

  • How can I send files by FTP with Oracle Portal?

    I want to send some file by FTP.
    How can I send files by FTP with Oracle Portal?
    Any ideas?

    Enrique,
    Are you trying to transfer more content from remote locations to expose as items within a portal page? By itself, the Oracle Portal runs within the context of the database so I'm not sure how FTP at the OS level will help. However, if you're attempting to transfer files from a remote PC to upload within the Portal, here are a couple of suggestions.
    Option 1:
    A. Create a portal page.
    B. Convert a region to Items.
    C. When you're challenged to upload a file from the local OS, ensure you've a drive mapped to your remote location and pick the file to upload into the Oracle9iAS Portal.
    Option 2:
    Alternatively, the Oracle9iAS Portal 9.0.2 supports the WebDAV protocol(Web-based Distributed Authoring and Versioning Protocol) allowing endusers with a WebDAV client to upload content into the Portal seamlessly from their desktop.
    Pls. check out:
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/PUBLISH_CONTMGMT/TECHNOTE_WEBDAV.HTML
    Hope that helps!
    Thanks,
    Sudi Narasimhan
    Oracle9iASPortal Partner Management/Development
    I want to send some file by FTP.
    How can I send files by FTP with Oracle Portal?
    Any ideas?

  • Dreamwaver CS4 memory errors with GoDaddy

    I have a Dreamweaver CS4 and it is contected to GoDaddy for the site hosting by ftp. Dreamweaver locks up several times throughout the day. One of error messages that I get in Windows XP event viewer is:
    Faulting application dreamweaver.exe version 10.0.0.4117, faulting module dreamweaver.exe version 10.0.0.4117, fault address 0x002ef264.
    Help!
    Thanks,
    Nichole Plowman

    Can you log-in to your server using a 3rd party, dedicated FTP ware like Cute, Ws-ftp pro or Filezilla?
    Which settings are you using?  Passive FTP on/off?  Firewall on/off?
    Have you contacted GoDaddy to be sure you have the correct log-in info?
    POSSIBLY RELATED ARTICLE:
    http://forums.adobe.com/thread/494811
    Good luck with GoDaddy.  I stay clear of their web hosting services because of the problems.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • SQL*Net Secure Protocol?

    Anyone,
    My security auditors are breathing down my back... Is SQL*Net considered a secure communication protocol?
    Can someone with a Packet Sniffer siphen off my SQL*Net communications and obtain any data being transfered through it? Namely Passwords and DB connect paramateters, data is also a concern but less.
    This is via an Internal Network not over the internet..
    Thanks in advance,
    Milller

    yes.
    you an encrypt sql*net communications within the network.
    ASO provides different bult-in mechanisms.
    you just add the following entries with appropriate values
    and your sqlnet is encrypted.
    SQLNET.ENCRYPTION_SERVER = <ACCEPTED, REJECTED, REQUESTED or REQUIRED>
    SQLNET.ENCRYPTION_CLIENT = <ACCEPTED, REJECTED, REQUESTED or REQUIRED>
    SQLNET.CRYPTO_SEED = <STRING>
    only disadvantage is
    in 8i your internal account will be locked!
    so you cant use dbstart/dbshut scripts.
    workaoround is to script the following in your dbstart/dbshut
    1. move or rename sqlnet.ora to something.ora
    2. proceed with dbstart/dbshut.
    3. move or rename something.ora to sqlnet.ora

  • Replace org_organization_definitions with mtl_parameters

    Hi,
    I need to replace org_organization_Definitions with mtl_parameters for performance reasons.. But as I see that OOD is a view and has some security applied through hr_organization_units, I doubt if I can directly replace OOD with MP as follows:
    Old:
    select organization_id from org_organization_definitions where organization_code in ('X','Y');
    New:
    select organization_id from mtl_parameters where organization_code in ('X','Y');
    In some cases, "Old" query might not return a row due to restricted access to user through security profiles, but "New" might return which can cause incorrect results. Please correct my understanding and let me know if anyhave any alternative than including all base tables of the OOD view in "New" query
    Thanks !!
    Mukthi
    Edited by: 979003 on Dec 27, 2012 11:35 PM

    Hi,
    Question- Are you trying to findout the 11i warehouse code which has been migrated to R12 as inventory org?
    Regards
    Raghavendra

Maybe you are looking for