question

NguyenTee-6512 avatar image
0 Votes"
NguyenTee-6512 asked JoyZ commented

The ServicePointManager does not support proxies with the svrproxy01.acme.com scheme.

We had sharepoint 2013 farm. When we create new site collection from Central Admin and enter primary & secondary site collection owner as acme\johndoe, we got the the following error when click OK to create new site collection:

The ServicePointManager does not support proxies with the svrproxy01.acme.com scheme.

What could be wrong and how to fix this error?

Thanks
Tee

office-sharepoint-server-administration
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

JoyZ avatar image
0 Votes"
JoyZ answered JoyZ commented

@NguyenTee-6512,

I want to confirm more information with you:

  1. Is the user a local domain user?

  2. Have you set up a proxy using svrproxy01.acme.com?

  3. Will this issue still occur when other users are set as site collection administrators?

You could also check ULS logs or Event logs for further troubleshooting.

Also, try using powershell to create a site collection and compare the results:

      Add-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue
     #Configuration Variables
     $SiteCollURL = "http://intranet.crescent.com/sites/Sales"
     $SiteName = "Sales Team Site"
     $SiteOwner = "Crescent\Salaudeen"
     $SiteTemplate = "STS#0"  #Team Site Template
         
     #Create new Site Collection
     New-SPSite -URL $SiteCollURL -OwnerAlias $SiteOwner -Template $SiteTemplate -Name $SiteName

If an Answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@NguyenTee-6512,

Is there any progress on this issue?

Please feel free to reply.

0 Votes 0 ·