cant build ios app Incorrect SSL Cipher

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • afterburn25
    New Member
    • Nov 2013
    • 20
    • 5.0.X

    cant build ios app Incorrect SSL Cipher

    im getting this error when trying to build ios app i have no idea how to change ciphers or what im suposed to do. Incorrect SSL Cipher Cipher : DHE-RSA-AES256-GCM-SHA384HE-RSA-AES256-GCM-SHA384. The site must use one of the acceptable Ciphers. See here
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24358
    • 5.7.X

    #2
    Where exactly are you getting that error? In the Mobile Publisher or when trying to upload the package in the Apple Developer portal?
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • Wayne Luke
      vBulletin Technical Support Lead
      • Aug 2000
      • 74132

      #3
      Make sure your server is using TLS 1.2 and that all URLs are accessed via HTTPS with a valid certificate. This is an Apple requirement.
      Translations provided by Google.

      Wayne Luke
      The Rabid Badger - a vBulletin Cloud demonstration site.
      vBulletin 5 API

      Comment

      • afterburn25
        New Member
        • Nov 2013
        • 20
        • 5.0.X

        #4
        I am getting error in publisher. I am running tls 1.2 and all pages are https with valid certificate

        Comment

        • Wayne Luke
          vBulletin Technical Support Lead
          • Aug 2000
          • 74132

          #5
          I've created a ticket with the Mobile Publisher development team to see how to resolve this.
          Translations provided by Google.

          Wayne Luke
          The Rabid Badger - a vBulletin Cloud demonstration site.
          vBulletin 5 API

          Comment

          • Wayne Luke
            vBulletin Technical Support Lead
            • Aug 2000
            • 74132

            #6
            This is what I received...
            The issue is with the key exchange. They are using DHE while Apple requirements call for ECDHE.

            Reference: https://developer.apple.com/library/...P40009251-SW33

            The connection must use either the AES-128 or AES-256 symmetric cipher. The negotiated TLS connection cipher suite must support perfect forward secrecy (PFS) through Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) key exchange, and must be one of the following:
            TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
            TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
            TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
            TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
            TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
            TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
            TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
            TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
            TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
            TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
            TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
            You need to discuss this with your hosting provider so the exchange can be updated to the proper protocol.
            Translations provided by Google.

            Wayne Luke
            The Rabid Badger - a vBulletin Cloud demonstration site.
            vBulletin 5 API

            Comment

            • afterburn25
              New Member
              • Nov 2013
              • 20
              • 5.0.X

              #7
              ok i figured at had to be resolved with my host i just had no idea what to tell them to get it fixed

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...