Http or https for STS bsp?

We set up STS (Status and Tracking System) in transaction BPS_TC. After that we try to start up URL. But instead of working STS we only have massage:
SAP Note
the following error text was processed in the system:
BSP exception: Access to page start_sts2.htm requires HTTPS. HTTPS has not been configured on this serve
Question: Can server Tunguska and STS bsp work using http, not https, because it is paid (SSL Server Certificates). And if it can, can somebody tell us what we should do for bsp STS working using http? (Using https STS works normally)
Thanks for answer. Points are guaranteed

In your BSP Application, goto Page start_sts2.htm, In Property Tab, there is a checkbox "HTTPS", Please uncheck that to make it HTTP.
Hope this will solve ur issue.
Raja T

Similar Messages

  • WCF Published Orch - Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding

    I have an orchestration published as a web service.  It was working fine on our test environment, we deployed to production, and now getting this error.  The website wouldn't go in the BizTalk MSI, so we copied the files.  We reset the Authentication
    to match the test system (we are using Basic Auth).
    When we try to browse the webservice in the browser, it prompt for userid/password, we enter it, then it gives the following error. 
    I'm not even sure what it means by "base address", if URL was https://prod.mydomain.com/myapp/myservice.svc, would https://prod.mydomain.com be the based address? In the test environment, the URL is https://test.mydomain.com/myapp/myservice.svc. 
    In both environments, we have a customer calling this webservice.
    Also, I don't know what it means "scheme http".  We are using https:... on the URL.
    I'm thinking this is either security related, something to do with the app pool being different, or maybe something to do with bindings. 
    Thanks,
    Neal Walter
    http://MyLifeIsMyMessage.net
    Web.config:
        <services>
          <!-- Note: the service name must match the configuration name for the service implementation. -->
          <service name="Microsoft.BizTalk.Adapter.Wcf.Runtime.BizTalkServiceInstance" behaviorConfiguration="ServiceBehaviorConfiguration">
            <endpoint name="HttpMexEndpoint" address="mex" binding="mexHttpBinding" bindingConfiguration="" contract="IMetadataExchange" />
            <!--<endpoint name="HttpsMexEndpoint" address="mex" binding="mexHttpsBinding" bindingConfiguration="" contract="IMetadataExchange" />-->
          </service>
        </services>
      </system.serviceModel>
        <system.webServer>
            <security>
                <authorization>
                    <remove users="*" roles="" verbs="" />
                    <add accessType="Allow" users="myCustomer" />
                </authorization>
            </security>
        </system.webServer>
    Server Error in '/eSecuritelIn' Application.
    Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Registered
    base address schemes are [https].
    Description:
    An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the
    code. Exception Details: System.InvalidOperationException: Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Registered base address schemes are [https].
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using
    the exception stack trace below.
    Stack Trace:
    [InvalidOperationException: Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Registered base address schemes
    are [https].]
       System.ServiceModel.ServiceHostBase.MakeAbsoluteUri(Uri relativeOrAbsoluteUri, Binding binding, UriSchemeKeyedCollection baseAddresses) +16582113
       System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(ServiceHostBase host, ServiceDescription description, ServiceElement serviceElement, Action`1
    addBaseAddress) +1082
       System.ServiceModel.ServiceHostBase.ApplyConfiguration() +156
       System.ServiceModel.ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection baseAddresses) +215
       System.ServiceModel.ServiceHost..ctor(Object singletonInstance, Uri[] baseAddresses) +400
       Microsoft.BizTalk.Adapter.Wcf.Runtime.WebServiceHost`3..ctor(IsolatedReceiverType isolatedReceiver, BizTalkServiceInstance serviceInstance, Uri[] baseAddresses)
    +36
       Microsoft.BizTalk.Adapter.Wcf.Runtime.WebServiceHostFactory`3.CreateServiceHost(String constructorString, Uri[] baseAddresses) +533
       System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath) +1413
       System.ServiceModel.HostingManager.ActivateService(String normalizedVirtualPath) +50
       System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +1172
    [ServiceActivationException: The service '/eSecuritelIn/eSecuritelIn_OrchPublished_RepairEquipmentService.svc' cannot be activated due to an exception during compilation. 
    The exception message is: Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Registered base address schemes are [https]..]
       System.Runtime.AsyncResult.End(IAsyncResult result) +901424
       System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +178702
       System.Web.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar) +107
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET
    Version:4.0.30319.272

    When you want to migrate Web Applications from one environment to other there are multiple ways to achieve it.
    1) Migrate in MSI- Export MSI and select the option for your Web Application, however I don't recommend this option
    2) Is to browse the folder for Web Application(Right click on web app and browse). Copy this folder(normally within inetpub folder) and take it to the inetpub folder of other environment. Later from the IISManager create application.
    Are you not using the same Binding file?
    Check you web.config file and see if the endpoint is configured for mexHTTpBinding.
    Old: binding="mexHttpBinding"
    New: binding="mexHttpsBinding"
    web.config snippet:
    <services>
    <service behaviorConfiguration="ServiceBehavior" name="LIMS.UI.Web.WCFServices.Accessioning.QuickDataEntryService">
    <endpoint behaviorConfiguration="AspNetAjaxBehavior" binding="webHttpBinding" bindingConfiguration="webBinding"
    contract="LIMS.UI.Web.WCFServices.Accessioning.QuickDataEntryService" />
    <endpoint address="mex" binding="mexHttpsBinding" contract="IMetadataExchange" />
    </service>
    Also look into the below article- How to fix: "Could not find a base
    address that matches scheme http for the endpoint with binding WebHttpBinding" Errors
    Moving to https = Could not find a base address that matches scheme
    Thanks,
    Prashant
    Please mark this post accordingly if it answers your query or is helpful.

  • Enabling https for SOAP adapter

    Hello all,
    Can anyone suggest how to  enable https for SOAP adapter in PI system?
    Thank You,
    Regards,
    Hasan

    Hi Hasan,
    CHeck the blog :/people/rahul.nawale2/blog/2006/05/31/how-to-use-client-authentication-with-soap-adapter which guides you clearly
    Also check SAP Note#891877 for reference.
    Thanks and Regards,
    Naveen

  • Possible to use http for web authentication?

    Hi All,
    We are using WLC 2500 and AP 1041 with web authentication. Due to we do not have the trusted/public certificate and want to get rid of the certificate warning during the user login. I would like to ask if this is possible to change the web authentication method from HTTPS to HTTP. Thanks.
    Rgds,
    Jacky

    Hi Jacky,
    Yes u can... But there is a  catch..
    1) If ur running WLC code below 7.2.X then the only option is to disable HTTPS globally (Meaning HTTPS management access disabled only HTTP).
    2) If you are running 7.2.X and above, then you can use HTTP for client webauth and then HTTPS for Management access.
    The command for disabling https for web authetication would be:-
    config network web-auth secureweb disable
    Hope that helps
    Regards
    Najaf
    Please rate when applicable or helpful !!!

  • How to enable https for a single webapp in tomcat 5.5 ?

    Hi ,
    I want to enable https for my web app in Tomcat 5.5(with JDK 1.5, in WinXP) without affecting other webapps running in the same server . Any idea how to do it ? Pl. note , I dont want to make the entire tomcat as SSL enabled.
    Regards
    Diana

    You specify SSL in web.xml of your application. So, in that case other web applications in same server would not be affected.
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>myresources</web-resource-name>
    <url-pattern>/*</url-pattern>
    </web-resource-collection>
    <user-data-constraint>
    <transport-guarantee>CONFIDENTIAL</transport-guarantee>
    </user-data-constraint>
    </security-constraint>Following link will help you to setup SSL in tomcat:
    [http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/|http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/]
    Thanks,
    Mrityunjoy

  • How do i enable HTTPS for website.

    Hello colleagues,
    I want to enable HTTPS for website.for
    CRM 7.0 Image server.
    Please tell me the way of doing this.
    thanks in advance
    Atul

    Read,
    http://help.sap.com/saphelp_nw04/helpdata/en/65/6a563cef658a06e10000000a11405a/frameset.htm
    Regards
    Juan

  • Safari - rename http- https for Facebook access

    Hello!
    I need a appescript to automatically change any address of domain facebook.com from http to https.
    This is to bypass the vietnamese proxy and connect to facebook
    Thank you!

    What do you mean by 'any address'?
    Do you mean you want AppleScript to watch what you type in the address bar and automatically substitute https for http?
    Or do you want it to look at all the links on a page and change them (before you click on them)?
    If either of those are your goal you're out of luck. AppleScript can't do either of them (at least not easily).
    The only way I can see AppleScript being of use is to update all your bookmark links to https.
    The only other way I can think of automatically translating all your links is via a proxy server (Safari makes a request to the proxy which looks at the URL and rewrites it as necessary), but that's trickier.

  • Https for download pages

    Hi,
    it is nice to have the sha1 checksum for downloads. But an attacker could modify the page containing this key during transfer since it is just http and not https. He could modify the update-file during download with malicious code and adjust the key contained in the web page during transfer too. The user would used the "updated" key with the modified software-update and could be tricked into believing everything is ok.
    I guess we need https for all pages containing sha1 checksums and the automatic update mechanism of OS X should retrieve the checksum by a secure connection too and not over insecure plain http.
    Regards,
    MacMark

    On 03/17/2010 05:03 PM, Pamela wrote:
    > I need to download via wget some pages from bugzilla (for example:
    > https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advan ced;resolution=FIXED;product=ACTF)
    > - I had similar problems with Bugzilla for Mozilla and they said that it
    > is becuase I need to be in the list of unbanned IP addresses...is it a
    > similar issue with eclipse too ? if so, how can I get it unbanned ? I am
    > a PhD student and I need to use some data for my work, and can provide
    > with proper authentication of my identity.
    I have answered this in the bug you have opened.
    For what it's worth, proper etiquette indicates you should only ask your
    question in one channel, not three.

  • MAPI/HTTP for exchange online?

    Hi Guys
    When Will Microsoft enable mapi/http for exchange online ?
    Hope this happens soon :)

    You might actually see this consuming more bandwidth.....
    And yes, the connect/reconnect/cold start is waaaay faster than RPC/HTTPS
    When it is enabled in o365, you will probably see it announced on the o365 Tech Blog.
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Enabling HTTPS for gatewayed requests

    Hi,
    We wanted to find out if there is a way we can enable HTTPS for ALUI portal based on the URL pattern for the gatewayed requests. For example, the two links below have a different ending URL pattern "ABC" vs "DEF". Can we enable HTTPS for only the requests that end with "DEF"?
    http://<HOST_NAME>/portal/server.pt/gateway/PTARGS_0_3159_12576_1962_0_43/<HOST_NAME>/<APP1_NAME>/a.htm?action=onLoadABC
    http://<HOST_NAME>/portal/server.pt/gateway/PTARGS_0_3159_12576_1962_0_43/<HOST_NAME>/<APP2_NAME>/a.htm?action=onLoadDEF
    Thanks.

    This is a kind of workaround.
    You can try to add your https url (or better some pattern) under "HTTP Configuration", this mean that only url's matched to this pattern will be protected. Then in your source code using transformURL function point to protected resource, this should solve your question.

  • RDS 2012 Disable HTTP transport - Enable only RPC over HTTP for both pre 8 and 8 RDP clients

    Hi,
    Is it possible to enable only RPC over HTTP for both pre 8 and 8 RDP clients?
    Thank you

    I would like to know this as well.

  • Web Dynpro UI for HAP_DOCUMENT BSP

    Hi
    Can anyone let me know if there is a Web Dynpro UI for the HAP_DOCUMENT BSP? I've seen some other posts in this regard but none have any specific answers.
    I would also like to know the best approach to take to develop a new UI for this BSP?
    Regards

    Hi,
    There is no Web Dynpro based HAP_DOCUMENT application available from SAP.
    The BSP UI is quite cluttered but u can minimize it by configuration. More simple the template is, better look and feel. Thats the most u can do here.
    Developing new UI for HAP_DOCUMENT is not simple. U have to understand that the layout highly depends on the template and BADIs included in the template.
    I would say, use your consulting skills and sell BSP based application rather than getting into WD based developemnt. Even if u have to develop, easier option would be WDA .. than WDJ.
    Cheers!!
    Ashutosh

  • Missing implementation class for new BSP

    Hi,
    I am creating a new BSP and I get strange error.
    After having created the BSP, I want to change the implementation class for the BSP. I doubleclick on the implementation class, but I get this message:
    Object type ZL_ZCPSWIZA_BSPWDCOMPONEN_IMPL does not exist
    Message no. OO003
    Nothing happens. The package is new, but it is not flagged as a main package so that should be OK.
    Peter

    This is the wrong forum, but I'll answer your question anyway.
    There is a default constructor for MyImplementor that is compiler generated. It looks like this:
    public MyImplementor() {
      super();
      textArea = new JTextArea();
    }MyAbstractPanel() calls jbInit(), which you've overriden in MyImplementor.
    See the problem?
    As a trivia note, C++ handles this by not dispatching method calls virtually during object construction. Less flexible, but safer.
    God bless,
    -Toby Reyelts

  • HTTPS Configuration for all BSP appliation users

    Hi ,
    I have enabled HTTPS Configuration for BSPApp using X509 certtfictes in our CRM Landscape.
    This i have done for list of users and it working well.
    I want the same functionality for all users,  Please suugest me.
    Regards,
    Satya

    Any Idea?

  • IC Web - manager dashboard hangs using HTTPS for CRM_UI_FRAME

    Experts,
    I am on an ISU-CCS project in realization using IC web front end.  Here are our versions:
    CRM2007
    ECC 6.0 EHP3
    We have the IC web client talking to back-end and most everything is looking good.
    I turned on HTTPS/SSL using all the usual notes....and it seems to work well, we can even SSO over to back-end to execute webgui transactions via IC Web.
    My problem is when I use a certain business profile and test:
    Monitoring Operations --> Manager Dashboard
    As long as I have HTTPS turned on for the CRM_UI_FRAME, if I access above mentioned portion of IC Web, it just sits there and creates a hundred different HTTP logins for my ID.  It blinks quick at the bottom and I see it try to execute the bsp: CRM_IC_MDB.
    Funny how it tries to continue to use HTTP even through I am switching to HTTPS everywhere.
    If I go back to HTTP, (turn off switch to HTTPS), the the manager dashboard works OK.
    Normally, I would think problem with HTTPS/SSL setup, but all other portions of IC WEB work great using HTTPS/SSL.
    I check ICM log and nothing unless I bump trace to level2.  Then too much stuff. But I do see this:
    [Thr 1286] Handler 2: HttpAuthHandler matches url: /sap/bc/bsp/sap/crm_ic_mdb/main.do, port: 8000
    [Thr 1286] Handler 3: HttpCacheHandler matches url: /sap/bc/bsp/sap/crm_ic_mdb/main.do, port: 8000
    [Thr 1286] Handler 4: HttpSAPR3Handler matches url: /sap/bc/bsp/sap/crm_ic_mdb/main.do, port: 8000
    [Thr 1286] Handler 0: HttpJ2EEHandler matches url: /sap/bc/bsp/sap/crm_ic_mdb/main.do, port: 8000
    I can't figure this one out......any ideas?
    Thanks,
    Nick

    We figured out the issue.  There is a transaction launcher setting specific to MDB that has a https flag.

Maybe you are looking for

  • Solaris Installation (6/06) - MD5sums.list

    Apologies in advance if I'm missing something here - I feel so cheap:-) Are the md5 sums on the download site applicable to the Solaris 10 DVD se3gments (yes, I'm DL'ing to Linux and I am getting the zip files - Fedora FC5's unzip - think I'm doing e

  • Internet or Intranet Clients - Content Location

    Our current Configuration Manager 2012 R2 environment is running with existing servers and clients in intranet mode. We are wanting to add a server in our DMZ to support internet only mode for our DMZ servers.  Additionally, we are contemplating leve

  • Problems Accessing iTunes Store

    Hi, This is the second Friday in a row that I've had problems accessing the iTunes store to rent or buy movies from my aTV. I can browse and view movie details OK but when I click OK to rent or buy a movie I get the twirling "in progress" thingy with

  • Pictures are printing red

    Hi, recently purchased a HP photosmart printer, set it up ok about 4 weeks ago, printed about 3 or 4 pictures and they come off fine. Not used it since, just tried to print some pictures off and they came out red! Ink levels are pretty much full, any

  • Addons will not stay installed

    So I recently updated from Mozilla 14 to Mozilla 25, imported stuff from other Web Browser. SO I saw Adblocker and lightbeam..... Installed, both worked. So I close down Mozilla, come back a few hours later and I see my addons are not installed......