Sage 100

 View Only
  • 1.  StarShip SSL/TLS Rate information not available

    Posted 10-28-2021 16:52
      |   view attached
    Anyone have a good resolution for this?  Started happening earlier this week. 


    ------------------------------
    John Wilder
    Technology Integrators
    ------------------------------


  • 2.  RE: StarShip SSL/TLS Rate information not available

    Posted 10-28-2021 17:30
    When trying to look at your image, I get an "access denied" message.  On the screen I just see a blank box and a spinning widget.  Not sure if my IT is blocking it on this end or not.

    ------------------------------
    Madeline Stefanou
    RKL eSolutions, LLC
    ------------------------------



  • 3.  RE: StarShip SSL/TLS Rate information not available

    Posted 10-28-2021 17:34
      |   view attached
    Is this better? - thanks!

    It reads:

    The request was aborted.  Could not create SSL/TLS secure channel. 
    Shipment cannot be shipped via UPS. Rate information not available.

    ------------------------------
    John Wilder
    Technology Integrators
    ------------------------------



  • 4.  RE: StarShip SSL/TLS Rate information not available

    Posted 10-28-2021 20:43
    I've never seen that.  Have you tried V-Technology Support? (sorry)

    ------------------------------
    Madeline Stefanou
    RKL eSolutions, LLC
    ------------------------------



  • 5.  RE: StarShip SSL/TLS Rate information not available

    Posted 10-28-2021 20:46
    Yep, they were good.  But sounds like only so much they can do.  'UPS thing'.

    ------------------------------
    John Wilder
    Technology Integrators
    ------------------------------



  • 6.  RE: StarShip SSL/TLS Rate information not available

    Posted 10-29-2021 11:06
    I just received this reply from V-Technologies this morning. Haven't tried it yet on my one client that is having this issue.

    Here is how to check if OS supports correct ciphers:

    • open gpedit.msc - Group Policy Manager
    • go to Administrative Template/Network/SSL Configuration Settings
    • Double click on ESL Cipher Suite Order
    • Check Enabled
    • In the left bottom frame you will see a string with all supported ciphers

    Here is the MS link-

     https://docs.microsoft.com/en-us/windows-server/security/tls/manage-tls 

    See below for the notification that was sent to UPS customers.
    The below ciphers need to be updated on the StarShip server. If you need more info on how to update the security ciphers, please contact UPS at 1-800-247-9035.



    ------------------------------
    Greg Stiles
    S & W Microsystems
    Torrance CA
    310.787.1010
    ------------------------------



  • 7.  RE: StarShip SSL/TLS Rate information not available

    Posted 10-29-2021 21:23
    Edited by Greg Stiles 10-29-2021 21:48
    @John Wilder I was able to get this to work for my client​. 

    The information in my previous post (and from Starship) are missing some steps.
    Here are the complete steps I used to correct the issue on Server 2008 R2.

    1. Create the keys for TLS 1.2 in the Registry using PowerShell

    Either copy and paste these commands one at a time into PowerShell , pressing enter to execute after each command (not the # comments) -OR-, if you know how, save these command as a PowerShell script and execute.
    NOTE: If you copy and paste the commands individually, some are long (they may display on two lines) , make sure you get the entire command.

    # Enables TLS 1.2 on Windows Server 2008 R2 and Windows 7
    
    # These keys do not exist so they need to be created prior to setting values.
    md "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2"
    md "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server"
    md "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client" # Enable TLS 1.2 for client and server SCHANNEL communications
    new-itemproperty -path "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server" -name "Enabled" -value 1 -PropertyType "DWord"
    new-itemproperty -path "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server" -name "DisabledByDefault" -value 0 -PropertyType "DWord"
    new-itemproperty -path "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client" -name "Enabled" -value 1 -PropertyType "DWord"
    new-itemproperty -path "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client" -name "DisabledByDefault" -value 0 -PropertyType "DWord"
    2. Add the ciphers required by UPS in GPEDIT.msc

    Hold down WindowsKey+R to get the Run command, then enter GPEDIT.msc
    Go to Computer Configuration > Administrative Templates > Network > SSL Configuration Settings
    Double Click SSL Cipher Suite Order
    Click the Enable radio button
    Copy all the text in the SSL Cipher Suites box (in the left pane) and paste text into Notepad
    Insert the following text at the beginning of the string. Don't miss the comma at the end, each cipher must be separated with a comma.
    TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_DHE_RSA_WITH_AES_256_GCM_SHA384,TLS_DHE_RSA_WITH_AES_128_GCM_SHA256,
    The list cannot exceed 1024 characters, delete ciphers from the end until the length of the string is <= 1024. Notepad will tell you the cursor position use that to determine the string length.
    Copy and paste the string back into the GPEDIT SSL Cipher Suites box.
    Click Apply then OK
    Exit GPEDIT
    Reboot the server (Yes, you do have to reboot)


    ------------------------------
    Greg Stiles
    S & W Microsystems
    Torrance CA
    310.787.1010
    ------------------------------



  • 8.  RE: StarShip SSL/TLS Rate information not available

    Posted 11-01-2021 09:45
    Edited by John Wilder 11-01-2021 09:45
    @Greg Stiles Thanks Greg!  We were able to manage by moving from an OLD server to a new and all is good now.

    ------------------------------
    John Wilder
    Technology Integrators
    ------------------------------



  • 9.  RE: StarShip SSL/TLS Rate information not available

    Posted 11-01-2021 17:25

    Got this from Starship.  I could not view your clip but suspect this is related.

     


    Hello,

    We wanted to make you aware that there have been reports of StarShip errors when processing UPS shipments:
    Request was aborted: Could not create SSL/TLS secure channel...

    This is due to UPS security updates that have been implemented over the recent months. With rapid changes to security requirements, UPS is eliminating several weak ciphers, and will only support the following ciphers:

    • ECDHE-RSA-AES256-GCM-SHA384
    • ECDHE-RSA-AES128-GCM-SHA256
    • DHE-RSA-AES256-GCM-SHA384
    • DHE-RSA-AES128-GCM-SHA256

    Troubleshooting Tips:

    • Ensure your server operation system has the latest Windows updates applied
    • Ensure your operating system supports correct ciphers:
      • Open gpedit.msc - Group Policy Manager
      • Go to Administrative Template/Network/SSL Configuration Settings
      • Double click on ESL Cipher Suite Order
      • Check Enabled
      • In the left bottom frame you will see a string with all supported ciphers

    Resources:
    Configuring TLS Cipher Suite Order by using Group Policy:
    https://docs.microsoft.com/en-us/windows-server/security/tls/manage-tls

    Information about supported cipher suites and priority order for your operating system:
    https://docs.microsoft.com/en-us/windows/win32/secauthn/cipher-suites-in-schannel

    *We strongly recommend working closely with your IT staff/administrator to make any changes


    Lisa Allen
    Customer Account Manager
    800-462-4016 x237
    lallen@vtechnologies.com
    www.vtechnologies.com

    V-Technologies, LLC . 10 McKee Place . Cheshire, CT 06410

     

     

     

     

     

    Thank you,

     

    Bob Osborn

    ACI Consulting

    p 714.282.0378 ext. 402    f 714.282.0235

     

    Bob@ACIconsulting.com

     

     ACISignature1                  

    This communication, including attachments, is confidential and may contain proprietary information intended only for the proposed recipient. Please notify the sender and delete this message if you believe that you have received this message in error or if you are not the proposed recipient. Unauthorized disclosure, copying, or distribution of the information is strictly prohibited.