Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • René 327 posts 852 karma points
    Oct 20, 2015 @ 09:31
    René
    0

    From http to https

    HI Umbraco version 7.3.0 Umbraco Courier 2.51.2

    I have a setup where dev domain is http://dev-example.com and the production domain is https://example.com

    I get this error:

    System.Net.WebException: The request failed with HTTP status 403: Forbidden.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Umbraco.Courier.RepositoryProviders.WebServiceProvider.RepositoryWebservice.CloseSession(String sessionKey, String username, String password)
       at Umbraco.Courier.RepositoryProviders.CourierWebserviceRepositoryProvider.CloseSession(String sessionKey)
       at Umbraco.Courier.RepositoryProviders.CourierWebserviceRepositoryProvider.Dispose(Boolean disposing)
       at Umbraco.Courier.RepositoryProviders.CourierWebserviceRepositoryProvider.Dispose()
       at Umbraco.Courier.Core.Common.Extensions.GlobalExtensions.DisposeIfDisposable(Object input)
       at Umbraco.Courier.Core.Repository.Dispose(Boolean disposing)
       at Umbraco.Courier.Core.Repository.Dispose()
       at Umbraco.Courier.Core.Tasks.PackagingTask.Dispose()
       at Umbraco.Courier.Core.BackgroundTaskRunner`1.ConsumeTaskInternal(T task)
    

    I have this setup in the courier.config:

    <repository name="https://example.com" alias="https://example.com" type="CourierWebserviceRepositoryProvider" visible="true">
                <url>https://example.com</url>;
                <user>0</user>
            </repository>
        <repository name="http://dev-example.com" alias="http://dev-example.com" type="CourierWebserviceRepositoryProvider" visible="true">
          <url>http://dev-example.com</url>;
          <user>0</user>
    
        </repository>
    

    What is the correct way to set courier up for transfer from http to https

    René

  • René 327 posts 852 karma points
    Oct 27, 2015 @ 10:15
    René
    0

    Hi

    Is there anyone who has an idea on this one.

    René

  • Anton Pretorius 2 posts 73 karma points
    Oct 27, 2015 @ 11:33
    Anton Pretorius
    0

    Hi

    Have you checked the folder permissions for the dev-example.com site on the server?

    Anton

Please Sign in or register to post replies

Write your reply to:

Draft