You Are Not Configured To Connect To The Server Skype For Business Mac

Legacy Mac clients. Skype for Business Server 2015 also supports the following legacy clients on computers that are running Mac OS 10.5.8 or latest service pack or release (Intel-based) operating systems (Mac OS 10.9 operating system is not currently supported). If no, see Configure Skype for Business Online connection settings manually (Skype for Business for mobile devices). Configure Skype for Business connection settings manually. Manually add Skype for Business server settings and try signing in again. Manually add Skype for Business server settings: Go to Skype for Business options.

(Supporting RealConnect for Skype Meetings scheduled by Skype for Business Server users require a different configuration which is not in the scope of this article.) While the required permissions to utilize the service were already granted when first connecting into the portal, Polycom needs to also be established as a Cloud Solution Provider. 'You are not configured to connect to the server. Please contact your support team.' Skype for Business 2016 for MAC. Log out and quit Skype for Business. If you had a previous version of Skype for Business Server, or a current Skype for Business installation that's not configured for hybrid, then existing user attributes carried over from your on-premises Active Directory can conflict with the online values and cause sign-in issues.

I've been having this issue for quite some time as well, and have been working with a Microsoft Skype for Business (SfB) support engineer on it. To be certain it's the same, or similar-enough issue, here's the setup I've been working with (or against it seems):

* Skype for Business 2016 (any version, including latest in the insider 'Fast Ring' releases)

* Macbook Pro - Early 2011

* OS X 'El Capitan' - v10.11.6

* Corporate domain is on Azure AD (Active Directory)

* When signing in with the AD account, you are either a) Given a choice between 'Work or school account' or 'Personal account), b) usually automatically redirected to the company branded signon page.


If that matches up, the next step is to check the certificate which is on domain's federation services (ADFS) host. This may require getting IT involved to find it, or reviewing the SfB logs.


When you get the host name, for example, 'adfs.mycompany.com', go to that address via HTTPS in Safari. So you'd go to 'https://adfs.mycompany.com'. Once there, click on the lock to the left of the address in the address bar and click the 'Show Certificate' button. Make sure that the selected certificate, in the tree view at the top, is the bottom-most one. The bottom pane should show some brief certificate info (Issued by, Expires, 'This certificate is valid' type message, etc.). Expand the 'Details' section in that lower pane, and look for the 'Signature Algorithm' line, which should be, roughly, the 12th one down. If on that line, you have something similar to 'SHA-512 with RSA Encryption' (forget about the long number afterward), then that is the source of the issue with logging on, and also, activating Office 365 (if you have a company account for it).

You are not configured to connect to the server skype for business mac os


Besame mucho julio iglesias free mp3 download. OS X prior to 10.12 (Sierra) does not *natively* support 512 bit certificate signatures. So while browsers and everything else shows that, yes, the certificate is good, valid, unexpired, etc, the low level network stack in OSX, which is used by SfB to initially connect, does not, so it cannot validate that the certificate is valid, thus causing this issue.


Unfortunately, at this time, there doesn't appear to be a way to wedge in support for 512 algorithms in OSX, and that includes forcibly upgrading/linking openssl. The only way I've found to date, to use SfB on anything less than 10.12.x, is to essentially MITM yourself, using a proxy application, such as Charles, which will create its own fake certificate which you must trust, to connect.


You Are Not Configured To Connect To The Server Skype For Business Mac

I apologize for such a long writeup, but given that despite my hours and hours and hours spent over months of researching the issue, I hope to provide as much useful and helpful information as possible for any future Googlers/Bingers/DuckDuckGoers/etc.

Jul 13, 2017 8:50 AM

Back again, with a reader comment about communication issues. The other day, Marcos commented:

“Is there an incompatibility issue when establishing communication between organizations using SFB Online vs on Premise? We are using Online, however we cannot reach contacts outside our organization that use on Premise.
Is there any additional set up needed on each side?”

Yes, there is. Skype for Business Online and Skype for Business Server can (and should) communicate between one another. But you do need additional setup to connect them. I don’t know how much configuration Marcos did, but for sake of completion, I’ll proceed as if no configuration has taken place.

You are not configured to connect to the server skype for business mac os

Communications between a Skype for Business Server, and Skype for Business Online, are what Microsoft calls “business-to-business communication.” To enable it, you’ll have to do three things.

  1. Enable business-to-business communication for users in the Office 365 Admin Center (Skype for Business Online)
  2. Configure federation with Skype for Business Online (on-premise Skype for Business Server)
  3. Update firewall settings (both ends)

How to Enable Business-to-Business Communication in Office 365 Admin Center

(Please note: You’ll need Office 365 Admin privileges to make this change.)

  1. Sign in with your Office 365 admin account at https://portal.office.com/adminportal/home.
  2. In the Office 365 admin center, go to Admin Centers > Skype for Business.
  3. In the Skype for Business admin center, select Organization > External Communications.
  4. To set up communication with a specific business or with users in another domain, in the drop down box, choose “On only for allowed domains.”
    • If you want to enable communication with everyone instead, choose “On except for blocked domains.”
  5. Under Blocked or Allowed Domains, click the +. Add the name of the domain(s) you want to allow.
  6. If the domain you want to enable is another Office 365 account, make sure their admin repeats the above steps, entering your domain.
  7. If you’re using the Windows Firewall, Skype for Business opens the required ports automatically. If not, see “Firewall Settings” below.
  8. Wait up to 24 hours before testing. (That’s how long it can take to populate changes across all the Office 365 datacenters.)
Configured

More information available here: Allow users to contact external Skype for Business users – Office Support

How to Configure Federation with Skype for Business Online

You are not configured to connect to the server skype for business mac app

Unsurprisingly, you use federation to enable on-premise communication with Skype for Business Online. However, we will also have to make a change in Office 365 Admin for this too.

Step 1: Set Federation for Skype for Business Online on Edge Server. All we need here are two cmdlets, entered in Skype for Business’ Management Shell.

Set-CSAccessEdgeConfiguration -AllowOutsideUsers 1 -AllowFederatedUsers 1 -EnablePartnerDiscovery 1 -UseDnsSrvRouting

New-CSHostingProvider -Identity SkypeforBusinessOnline -ProxyFqdn “sipfed.online.lync.com” -Enabled $true -EnabledSharedAddressSpace $true -HostsOCSUsers $true -VerificationLevel UseSourceVerification -IsLocal $false -AutodiscoverUrl https://webdir.online.lync.com/Autodiscover/AutodiscoverService.svc/root

Step 2: Configure Skype for Business Online for a Shared SIP Address Space. This step is more complicated. You’ll have to establish a remote session with the Skype for Business Online tenant, from your on-premise Skype for Business Server.

How? With this: Skype for Business Online, Windows PowerShell Module

You’ll need to download & install the module on your server. Then, you can establish the remote session by entering these cmdlets:

Import-Module SkypeOnlineConnector
$cred = Get-Credential
$CSSession = New-CsOnlineSession -Credential $cred
Import-PSSession $CSSession -AllowClobber

Okay! All that work to establish a remote session.  Step 3: Enter Configuration Cmdlet. Just enter this cmdlet:

Set-CsTenantFederationConfiguration -SharedSipAddressSpace $true

That’s all.

More information available here: Configure federation with Skype for Business Online – TechNet

Firewall Settings

If you’ve configured both Skype for Business systems, but still receive error messages when communicating, chances are you need to update your firewall.

First, make sure your firewall allows client computers to access the following FQDNs:

  • *.api.skype.com
  • *.users.storage.live.com
  • graph.skype.com

Double-check that all necessary ports are open, regardless of which service you’re using. We often run into Skype4B Server deployments where the internal video ports (50020 to 50039 UDP and TCP) are open. But some of the external video ports were not–3478 UDP in particular. (Total external video ports are 443 TCP, 3478 UDP, & 50000 to 59999 UDP and TCP.)

Direct x 13. Directx 13会出现吗? win10是最后一版windows directx12也是最后一版directx? 是不是代表图形架构已经接近完美无法提升了?. DirectX 13 Latest Version Free Download presents basic updates over its suite of arthropod gathering. Encourage Sound offers new stable limits, and Direct3D enhances low-level outlines programmability with new programmable vertex and constituent shader two.0 models. The Microsoft DirectX® End-User Runtime installs a number of runtime libraries from the legacy DirectX SDK for some games that use D3DX9, D3DX10, D3DX11, XAudio 2.7, XInput 1.3, XACT, and/or Managed DirectX 1.1. Note that this package does not modify the DirectX Runtime installed on.

If more advanced configuration is needed, here’s a list of Office 365 URLs and IPs. It should identify the pertinent information needed to update your firewall settings.
Office 365 URLs and IP Address Ranges – Office Support

Here’s the same list, for Skype for Business Server’s Edge Server.
Edge Server environmental requirements in Skype for Business Server 2015 – TechNet

Communication Established. Proceed with Work.

Once federation is set up between the two services, your users should be able to chat, call, have video chats, whatever they like.

You Are Not Configured To Connect To The Server Skype For Business Mac Book

Marcos, I hope this helps you out! As well as any other reader who’s having trouble with communications between Skype for Business Server and Skype for Business Online.

(If that’s you, or you have a similar issue going on, please comment or email your experience. We try to help whenever possible!)

Next time, we resume our VS. comparisons, with the newer collaboration platforms mentioned in The Security Behind 6 Business Chat Apps (Including Skype for Business). Join us then!

You Are Not Configured To Connect To The Server Skype For Business Mac Login

How to Resolve a Communication Issue Between Skype4B Online and Skype4B Server
Comments are closed.