Search is showing no results with HTTPS URL

Hi All,
A power user wanted to have https entry in one of the content sources and asked us to remove the http entry for the web application. After that I have performed the incremental search.
However, the search on the https on the web site started showing NO results. We have configure search settings on the site as follows:
After that search is able to search but it search for other content sources.  In the search service application we have several web applications and we want to scope to that specific web application and users should perform search only in that web application
scope. How could I scope search to a specific web application?
Our document library search is also retuning with no results.
Any suggestion to resolve the issue will be greatly appreciated.
Thanks in advance.    
Sandy

Hi Sandy,
I think you have to edit the publick urls, and switch the default zone and intranet zone URLs, set the https as default zone public URL, then start a full crawl in a proper time if it impacts the user on production server, you may also test in a test
environment firstly.
Also there is aother article which should help.
http://ragavj.blogspot.in/2014/09/layouts15osssearchresultsaspx-not.html
https://support.microsoft.com/en-us/kb/2000365?wa=wsignin1.0
Thanks
Daniel Yang
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • How To Make Search Query Showing the Result As List of Buttons.

    Can some one give me an idea how to start to make a Search Query showing the results as list of buttons.. i have already have my buttons with names. i just dont know how to make a search query.
    this is my on screen keyboard i made..
    im making a system that the result were a list of buttons.. showing like this
    This was supposed to be the output of the query that i need to do..
    Please help me.. i just need a idea or tips how to make this one.

    Here is code I posted recently for another question
    Public Class Form1
    Const BUTTON_SIZE As Integer = 20
    Const SPACE As Integer = 5
    Sub New()
    ' This call is required by the Windows Form Designer.
    InitializeComponent()
    ' Add any initialization after the InitializeComponent() call.
    Dim buttons As New List(Of List(Of MyRadioButton))
    For row = 1 To 6
    Dim newRow As New List(Of MyRadioButton)
    buttons.Add(newRow)
    For col = 1 To 6
    Dim button As New MyRadioButton()
    button.row = row
    button.col = col
    button.Height = BUTTON_SIZE
    button.Width = BUTTON_SIZE
    button.Left = col * (BUTTON_SIZE + SPACE)
    button.Top = row * (BUTTON_SIZE + SPACE)
    button.Name = String.Format("radGr1{0}_{1}", row.ToString(), col.ToString())
    Me.Controls.Add(button)
    newRow.Add(button)
    AddHandler button.CheckedChanged, AddressOf Radio_Change
    Next col
    Next row
    End Sub
    Private Sub Radio_Change(ByVal sender As Object, ByVal e As System.EventArgs)
    Dim button As MyRadioButton = CType(sender, MyRadioButton)
    Dim row As Integer = button.row
    Dim col As Integer = button.col
    End Sub
    End Class
    Public Class MyRadioButton
    Inherits RadioButton
    Public row As Integer
    Public col As Integer
    End Class
    jdweng

  • Catalog Manager not working with https url

    Hi,
    On the BI server, we had to implement SSL and now I do not seem to be able to connect to the catalogue manager.
    The connection to the BI User interface works fine with https, it is only the catalogue manager that shows this error:
    Unknown connection error: sun.security.validar.Validator.Exception:PKIX path build failed:
    sun.security.provider.certpah.SunCertPathBuilderException: unable to find
    valid certification path to requested target
    Thanks and Regards
    G.

    Hi,
    Try to connect the catalogue manager by using below kind of URL.
    e.x:
    http://IP:9704/analytics/saw.dll
    Thanks
    Deva

  • SOAP receiver channel with https url

    Hi All,
    We are working on SAP PO 7.4. We have RFC to SOAP scenario. To connect with external target system we are using https url.
    We don't have any sign, encrypt requirement, do we still need to maintain certificates in Key Store as we are using https?
    Thanks
    Shivi

    No.you don't have to select that option.
    But you have to install the certificates.
    Below one can help you.
    How to Enable SSL certificate at the receiver SOAP Adapter

  • WSRP Provider reg not working with https url

    Our portal is configured with https, listening to a virtual host (https://portalpilot:4443)
    In order to consume WSRP / JSR168 java portlets we
    - created a new OC4J container (wsrp_dev)
    - installed the portlet-container ( $MIDTIERHOME/j2ee/wsrp_dev/ java -jar wsrp-install.jar)
    - started the container & deployed the samples
    all OK
    but when trying to register the (tested & OK ) url https://portalpilot:4443/portalapp?WSDL
    in the Provider Registration we got an error (error in provider url)
    changing the url to the non-ssl host (http://gogol:7777) was the (pseudo) solution.
    is this behavior by design? we would like to use SSL throughout

    OOS,
    Did the info in the release notes solve your problem?
    It seems to me that the release notes address a similar but different issue. You want to run under https. The release notes are instructing you to change all references to https to http in the WSDL file. I don't see how this would fix the problem of trying to register a WSRP provider with a WSDL URL that uses https.
    The reason I ask is because I am encountering the same problem.
    Thanks.
    Message was edited by:
    user571987

  • Download URLs doesn't work with https url's?

    I've setup a simple workflow to pull manuals from a local library. The script looks like this:
    Get Current Webpage from Safari
    Get Link URLs from Webpages (Only return URLs in the same domain as the starting page unchecked)
    Filter URLs Entire URL ends with .pdf
    (stepping through it the correct files appear here)
    Download URLs
    In my practice run, with only 2 pdfs, nothing gets downloaded. I then go to a regular non https website and use the same workflow to download images, exchanging .pdf for .jpg in the filter.
    Is it https that is preventing the download?

    I think I can confirm that *Download URLs* will not work with https: links. The same library had some files linked with http: and the workflow had no problem with those.

  • Difficulty with HTTPS URL monitoring using GRMG Lite

    Hello,
    I am getting error when i use GRMG lite scenario which is HTTPS URL. The error that i get is 'Reason for HTTP POST failure:No error message returned' when i start my scenario, and scenario failed. Could you please help me?
    Thanks a lot
    Venky

    Hello Venky
    I have the same problem
    Could you solve this in the meantime?
    Thank you
    Theo

  • Filter item limits - search not returning any results with large number of elements otherwise ok

    Hi,
    We are working through a problem we've encountered with Azure Search. We are building a filter string based on an "id eq 'xxx' or id eq 'ccc' or id eq 'vvv' etc. The id's are provided in a collection and we loop through, building the string until it's
    ready to apply.
    We are using 2015-02-28 preview at the moment.
    We are encountering a situation where, after approximately 20 id's Azure Search doesn't return any results, nor does it appear to return any error code. I'm pretty sure that the url length is less than 8K.
    Is there any limit on the number of filter elements in a query?

    We followed up offline.
    The symptom in this case was a 200 response with no body. The underlying cause is a URL parsing bug that tries to interpret colons in the query string as the delimiter of a URL scheme (like https:), but with a hard length limit of 1KB. We will work
    on a fix for both the underlying URL parsing issue and the issue that caused it to surface as a body-less 200.
    In the meantime, the workaround is to put colons as close to the beginning of the URL query string as possible. Specifically, putting $filter and facets first, and putting expressions with colons within those first, will mitigate this in most cases.
    Note that the .NET SDK puts $filter and facets near the beginning of the query string by default, so if you're consuming Azure Search you might want to give it a try:
    http://www.nuget.org/packages/Microsoft.Azure.Search/

  • MOSS Search Plugin shows no results

    Hi Experts,
    We're using the MOSS Search plugin as described in the "How-to-Guide" in https://cw.sdn.sap.com/cw/docs/DOC-99433
    to use Enterprise search of MOSS.
    We have deployed using have deployed the MOSS search plugin into the portal server and proceed with the configurations.
    1. Deployed the .par and .ear files
    2. Enabled Index service for MOSS Search
    3. Created HTTP system
    4. Created Website
    5. Created Web repository
    6. Created KM Windows System connector (alias same as HTTP system) for user mapping for my own ID
    7. Created config file with same name as system alias as system connector and save in KM
    8. Created virtual index and attach Web repository as its datasource
    9. Enabled "Basic authentication" at IIS of MOSS.
    However, searching using KM displayed no search results. Only indication of error is indicated in
    the application log - "Method internalIndexDocuments() not supported on CustomerSearchIndex implementation".
    Default trace logs (after increasing severity to debug for several related logs) also show:
    XIndexing documents failed. Continue crawling... - com.sapportals.wcm.WcmException: Method internalIndexDocuments() not supported on CustomerSearchIndex implementation.
    at com.sap.netweaver.km.moss.search.MossSearchIndex.internalIndexDocuments(MossSearchIndex.java:115)
    at com.sapportals.wcm.service.indexmanagement.AbstractIndex.indexDocuments(AbstractIndex.java:811)
    at com.sapportals.wcm.service.indexmanagement.AbstractIndex.indexDocuments(AbstractIndex.java:827)
    at com.sapportals.wcm.service.indexmanagement.XIndexCrawlerReceiver.addIndexResource(XIndexCrawlerReceiver.java:311)
    at com.sapportals.wcm.service.indexmanagement.XIndexCrawlerReceiver.receive(XIndexCrawlerReceiver.java:180)
    at com.sapportals.wcm.service.xcrawler.thread.CrawlerProviderThread.callReceive(CrawlerProviderThread.java:315)
    at com.sapportals.wcm.service.xcrawler.thread.CrawlerProviderThread.provideStd(CrawlerProviderThread.java:213)
    at com.sapportals.wcm.service.xcrawler.thread.CrawlerProviderThread.provide(CrawlerProviderThread.java:202)
    at com.sapportals.wcm.service.xcrawler.thread.CrawlerProviderThread.run(CrawlerProviderThread.java:128)
    XIndexing documents failed. Continue crawling... Resource: /NOL_MS_WebRep2/NOL_MS_WebSite2/News/Pages/default.aspx Error message: Method internalIndexDocuments() not supported on CustomerSearchIndex implementation.
    Anyone who is able to provide some help here? help required! Thanks!

    Maybe the PDF page content is an image of the source text?
    If so, try OCR to provide content.
    Or, if all is renderable text, play with the TouchUp Text tool (Acrobat Pro).
    Select some text, right click to open the context menu, select Properties.
    In the Text tab, change to a font that is available on the local machine.
    Other than having the source content changed so that standard fonts are used and then making a new output PDF there may not be much else possible.
    Be well...

  • Searching for KB's directly with a URL containing the TID.

    I have an application that gives me the TID of a support bulletin. I'd like a way to get a link directly to the bulletin on Novell's site.
    For instance I see a Bulletin for apache2 for SLES 11 SP1 and it covers:
    CVE-2011-3192,CVE-2011-3348,CVE-2011-3368
    I'd like a way to search automatically by TID in a URL. My provider does not always provide the support ID for the bulletin, but the TID is always there.
    I do notice if I goto:
    NOVELL: Support
    and search for the TID I get hits for the bulletin I'm looking for. Is there a way for me to use the URL itself with my search criteria in it?
    So I could add something like:
    274b1ea87316767c995b46d30d848997
    To the URL in some particular string format?
    Other search criteria may help as well if you cannot with the TID. I typically have a CVE, or bugzilla number too. The TID seems to be the most consistent though.
    Thanks in advance for your time.
    K

    Something like this: http://www.novell.com/support/search...String=7920481
    Is that what you're looking for? The actual URL to the TID directly is very long and complicated so the shortened search string above is generally used.

  • Strange TREX behavior: Document search only shows 15 results

    Hi.
    I've one TREX implementation. It's connected to a SAP eLearning repository in a Portal and no matter what search criteria I use, it always returns me a list of 15 found resutls!
    It's always the same number, for different searchs, and of course I've checked that there are more than 15 right resutls, so it looks to me like a parameter restriction or something like this, but I still havent found it.
    Do any of you know what could be causing this??
    Any help would be really really appreciated.
    Thanks in advance and regards!!!

    Hi Armando,
    the reason that the portal shows every time only 15 results can depend on the used KM Layout Set.
    Within the KM layout Set which is assigned to the search result iView you can specify the number of rows and whether a page link sould appear or not.
    Normally the default Layout Set should work properly.
    But you can as well use the search command in the standalone tool TREX-Admin. Here you can see the number of results as well.
    Best regards
    Frank

  • Need with https url

              Dear All,
              import Base64Encoder.*;
              import javax.servlet.*;
              import javax.servlet.http.*;
              import java.io.*;
              import java.net.*;
              import java.security.*;
              import com.sun.net.ssl.*;
              import com.sun.net.ssl.HttpsURLConnection;
              try {
              Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
              System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.www.protocol");
              URL url = new URL("https://abc/xyz");
              HttpURLConnection connection = (HttpURLConnection) url.openConnection();
              I have added th jnet,jcert and jsse in wlserver6.1\lib directory
              But it not working in weblogic6.1 sp2 what else do i need to get it working .
              The same code works fine in my IDE.
              Any help is highly appreciated.
              Thanks,
              ag
              

    Try it like
              URL url = new URL(null, "https://abc/xyz",
              new com.sun.net.ssl.internal.www.protocol.https.Handler());
              ...url.openConnection();
              ag <[email protected]> wrote:
              > Dear All,
              > import Base64Encoder.*;
              > import javax.servlet.*;
              > import javax.servlet.http.*;
              > import java.io.*;
              > import java.net.*;
              > import java.security.*;
              > import com.sun.net.ssl.*;
              > import com.sun.net.ssl.HttpsURLConnection;
              > ...
              > .
              > try {
              > Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
              > System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.www.protocol");
              > .
              > .
              > URL url = new URL("https://abc/xyz");
              > HttpURLConnection connection = (HttpURLConnection) url.openConnection();
              > .
              > I have added th jnet,jcert and jsse in wlserver6.1\lib directory
              > But it not working in weblogic6.1 sp2 what else do i need to get it working .
              > The same code works fine in my IDE.
              > Any help is highly appreciated.
              > Thanks,
              > ag
              Dimitri
              

  • My full search window shows the search results with large space between each result

    I have updated to Maverick on my iMac, my full search window now shows my results with massive gaps between each result, how do I change this?

    This is a bug.

  • If my URL shows my connection as http: instead of https: am I at risk of being hacked? If so, how do I fix it?

    A friend on FB said that if my URL box doesn't show as beginning with https: (instead of http:) I am at risk of being hacked. I fixed it for FB but all my other websites are coming up as http:
    Is this really something to be concerned about?

    http://en.wikipedia.org/wiki/HTTP_Secure
    most sites is http, and all the sites when you redirect you in some payment method(paypal, greditcard etc) reverse to https for maximum secure.

  • IE6 showing IE7 results

    Hi, this is going to sound odd but ...
    Problem Description
    I am finding that "after a period" of rendering IE6 and IE7 results simultaneously, that the IE6 Browser window starts to show the IE7 results. Once this starts it always seems to return the IE7 results. Logging out and back in again, seems to fix the issue but this cannot be guaranteed - sometimes it fixes the issue straightaway and sometimes it does not.
    Steps to RecreateURL is http://bbb.rockingdesign.co.nz/
    I am running on a MacI am running the main BrowserLab interface
    Expected Results
    I have conditional style sheets that will turn the background of the Welcome box red for IE6 and green for IE7.
    Actual Results
    Here is a link to an image showing IE6 and IE7 running correctly side by side. IE6 is red and IE7 is green.
    http://sandbox.rockingdesign.co.nz/images/BrowserLab-1.jpg
    Here is a link to an image showing IE6 returning the same result as IE7 - both boxes are green. Note right-hand Browser window should be IE6.
    http://sandbox.rockingdesign.co.nz/images/BrowserLab-2.jpg
    Thanks for looking
    Tim

    Hi Archna
    I have just recreated the problem ...
    I logged in and used a Browser Set of IE6, IE7, IE8 and IE9. I entered http://bbb.bargainboatbits.co.nz and hit "refeshed the screens" with 0 delay. I had IE6 and IE7 as a 2up - both pages were shown from the correct browsers. I did not however check IE8 or IE9 windows. View source on the page confirmed the Data Center as <!-- Loaded From: ukprod -->.
    I then immediately hit the "refresh the screens" button, still with IE6 and IE7 as a 2 up on the same URL. Now the IE6 window was showing the IE7 results.  View source still shows Data Center as <!-- Loaded From: ukprod -->. I hit refresh again and the same problem occurs again.
    Once IE6 starts showing IE7 results I have not been able to make it start showing the correct IE6 results again. Logging out and back in again eventually fixes the issue but not necessarily immediately. The problem persists some times when you log in again.
    It is always the IE6 window that shows IE7 results, it never shows results from another browser and none of the other browser windows show IE6 results.
    The current URL that is showing incorrect results is https://browserlab.adobe.com/en-us/index.html#state=use;browsers=WXPIE6000%2CWXPIE7000%2CW XPIE8000%2CWXPIE9000;zoom=100;url=http%3A%2F%2Fbbb.rockingdesign.co.nz;view=1
    I am using the main Browser Lab URL from New Zealand if that is of any relevance.
    Hope some of this helps.
    Do you want my log in details??
    Regards
    Tim

Maybe you are looking for

  • .MSG files. Problem with getting requested values from crawled properites

    Hi I have a lot of msg files on my file server. I use SharePoint Enterprise Serach engine to crawl all these MSGs. I would like to get extra managed properties out of these files. I am most interested in getting Mail:5(text) / Mail:12(Date and Time)

  • I was in Lightroom and had a power surge and now Lightroom will not launch....what can I do to fix it?

    I was in Lightroom and had a power surge and now Lightroom will not launch. It encountered an error when reading from its preview cache and needs to quit. Lightroom will attempt to fix the next time it launches. I have shut my system down and Lightro

  • How to configure and tweak Safari settings on iPad Mini?

    Using my wife's iPad mini, it seems there are no setttings or ability to tweak or change the look and feel and especially the font size for the browser. I am not talking about the website text that shows up on any site visited but the text at the top

  • Bank Sub-Account clearing during FF.5

    Hello All, We would like to know is there any way to clear the Bank Transitory Account at the time of FF.5(Bank Statement Processing in SAP). Typically the postings in the case of Vendor Payments are as below At the time of APP(F110) Vendor a/c      

  • Problem while creating IDOC

    Hi Friends.. I have created IDOC through program. IF Shipment = 'X'.     perform shipment.  - >Shipment report     perform shipping.  - >Idoc creation form     PERFORM ftp2.     PERFORM move_ftp_entries.     perform shipment_display.   ELSEIF Receipt