Why browser link dashboard can't work on enable SSL in localhost ?

Hi there developer
I need to wrok on local host with enable SSL
but when I enable SSL browser link can't working and I don't have it's option like as inspect mode and design mode any more .
Help me if it has a way to fix it on enable SSL mode in localhost ?
Thanks 
Great Regards :
Raha
whit the best regard : Raha

Unfortunately your post is off topic here, in the MSDN Subscriptions feedback forum, because it is not feedback regarding the MSDN Subscription. This is a standard response I’ve written up in advance to help many people (thousands, really.) who
happen to post their question in my forum, but please don’t ignore it.  The links provided below I’ve collected to help with many issues we’ve seen.
For technical issues with Microsoft products that you would run into as an end user of those products, one great source of info and help is
http://answers.microsoft.com, which has sections for Windows, Hotmail, Office, IE, and other products.   Office related forums are also here:
http://office.microsoft.com/en-us/support/contact-us-FX103894077.aspx
For Technical issues with Microsoft products that you might have as an IT professional (like more technical installation issues, or other IT issues), you should head to the TechNet Discussion forums at
http://social.technet.microsoft.com/forums/en-us, and search for your product name.
For issues with products you might have as a Developer (like how to talk to APIs, what version of software do what, or other developer issues), you should head to the MSDN discussion forums at
http://social.msdn.microsoft.com/forums/en-us, and search for your product or issue.
If you’re asking a question particularly about one of the Microsoft Dynamics products, a great place to start is here:
http://community.dynamics.com/
If you really think your issue is related to the MSDN Subscription, and I screwed up, I apologize!  Please repost your question to the discussion forum and include much more detail about your problem, that could include screenshots of the issue
(do not include subscription information or product keys in your screenshots!), and/or links to the problem you’re seeing. 
If you really have no idea where to post this question, then you shouldn’t have posted here, because we have a forum just for you!  It’s called the ‘Where is the forum for…?’ forum and its here:
http://social.msdn.microsoft.com/forums/en-us/whatforum/
Please review the topic of the forum you’re posting in before posting your question.  Moving your post to the off topic forum.
Thanks, Mike
MSDN and TechNet Subscriptions Support <br/> Read the Subscriptions <a href="http://blogs.msdn.com/msdnsubscriptions">Blog! </a>

Similar Messages

  • Why the Adobe Flash can't work.

    my computer's system is Win 7. I have installed the Adobe flash, but i can't see any flash modules on website.
    I need work on my website so i need to update the banner on my [spam link removed] website. My system is re-installed 3 days ago. Adobe flash installed fail first, after that i re-installed it again and succeed. But i can't see any banner on website. I use the Adobe Flash and Adobe reader some years. I like it, i don't want to replace it to others. Who can help me, thanks so much!

    I'm assuming you are using Internet Explorer 9 as your browser, if so can you follow the instructions on these two pages?
    Enabling Flash Player in Internet Explorer 9
    ActiveX Filtering in Internet Explorer 9
    Thanks,
    Chris

  • Why the multiple selection can't work in sub screen

    hi experts:
         when i try to use the sub-screen in the report,why the multiple selection function(SO_BCTXT) can't work normally in screen 1095:
    the coding as below.will reward points if solve this issue
    the main program in Subscreen:
    PROCESS BEFORE OUTPUT.
    module status_1005.
      CALL SUBSCREEN area INCLUDING sy-repid lv_tab_number.
    PROCESS AFTER INPUT.
      MODULE cancel AT EXIT-COMMAND.
      CALL SUBSCREEN area.
      MODULE user_command_1005.
    module user_command_1005 input.
      my_ok = ok_code.
      clear ok_code.
      case my_ok.
        when 'TAB1'.
          mytabstrip-activetab = my_ok .
          lv_tab_number = 1095.
        when 'TAB2'.
          mytabstrip-activetab = my_ok .
          lv_tab_number = 1096.
        when 'CRET' or 'ONLI'.
          perform get_bc_set
                 using
                    so_chanb[]
                 changing
                    <fs_bcsetfield> .
          leave to screen 0.
      endcase.
    endmodule. 
    in the screen 1095:
    PROCESS BEFORE OUTPUT.
    MODULE %_INIT_PBO_J.
    MODULE %_PBO_REPORT.
    MODULE %_PF_STATUS.
    MODULE %_SO_BCTXT.
    MODULE %_END_OF_PBO.
    PROCESS AFTER INPUT.
    MODULE %_INIT_PAI_J.
    CHAIN.
      FIELD  SO_BCTXT-LOW.
      FIELD  SO_BCTXT-HIGH.
      MODULE %_SO_BCTXT.
    ENDCHAIN.
    FIELD !INCBCTY1 MODULE %_INCBCTY1 .
    FIELD !INCBCTY2 MODULE %_INCBCTY2 .
    FIELD !INCBCTY3 MODULE %_INCBCTY3 .
    FIELD !INCBACT MODULE %_INCBACT .
    FIELD !INCBINAC MODULE %_INCBINAC .
    FIELD !INCLMAND MODULE %_INCLMAND .
    FIELD !INCLOPTI MODULE %_INCLOPTI .
    CHAIN.
      FIELD  SO_BCTXT-LOW.
      FIELD  SO_BCTXT-HIGH.
      FIELD INCBCTY1 .
      FIELD INCBCTY2 .
      FIELD INCBCTY3 .
      FIELD INCBACT .
      FIELD INCBINAC .
      FIELD INCLMAND .
      FIELD INCLOPTI .
      MODULE %_BLOCK_1095001.
    ENDCHAIN.
    CHAIN.
      FIELD  SO_BCTXT-LOW.
      FIELD  SO_BCTXT-HIGH.
      FIELD INCBCTY1 .
      FIELD INCBCTY2 .
      FIELD INCBCTY3 .
      FIELD INCBACT .
      FIELD INCBINAC .
      FIELD INCLMAND .
      FIELD INCLOPTI .
      MODULE %_END_OF_SCREEN.
      MODULE %_OK_CODE_1000.
    ENDCHAIN.
    in the main report
    selection-screen begin of screen 1095 as subscreen.
    enquire Data
    data l_text       type as4text.
    selection-screen begin of block b1 with frame title text-024.
    select-options :
      so_bctxt     for l_text .
    selection-screen skip 1 .
    parameters:
      incbcty1    type c as checkbox default abap_true ,
      incbcty2    type c as checkbox default abap_true ,
      incbcty3    type c as checkbox default abap_true .
    selection-screen skip 1 .
    parameters:
      incbact      type c as checkbox default abap_true ,
      incbinac     type c as checkbox default abap_true .
    selection-screen skip 1 .
    parameters:
      inclmand     type c as checkbox default abap_true ,
      inclopti     type c as checkbox default abap_true .
    selection-screen end of block b1.
    selection-screen end of screen 1095 .

    Hiii
        In main program you have dclared subscreen area.
    now First of all you have to declare a selection screen in your main program
    selection-screen begin of screen 1005 as subscreen.
    SELECT-OPTIONS s_bukrs1 for  v_bukrs.   "whatever you want in selection screen
    selection-screen end of screen 1005.
    IN PBO of your main screen (not in 1005) write
    call subscreen SUB1 including sy-repid '1005'.
    where SUB1 is your subscreen area name. And remember don't touch PBO or PAI of your 1005 screen, otherwise it will give you error. Yuo can just put text in layout of 1005 screen. but don't disturb other things.

  • Why are Links and forms not working in mobile safari?

    Why do links and forms on the site I am designing not work in mobile safari? They work fine in desktop browsers.
    The controls change state when focused, so it's not that they're being blocked, they simply don't activate. Behavior tested and observed on iPad running iOS 6.1.2 and iPhone running iOS 7.0.2.
    Reference: http://gilli.co/test.html

    I had the same problem but I just found a solution. Siri mistakenly suggests to enable reminders (which you should), but the setting that enables all these, is under System Services (on the bottom of the page) -> Location Based Alerts. I had deactivated it alleviate battery problems and had forgotten about it. Hope this helps!

  • Why this logic:present can't work?

    Hi everyone:
    I am writing a registe jsp page.I want to use the struts validator.I had written a registeform extends ActionForm.I want to display a picture if user don't fill the password field,so I use the taglib : <logic:present and <html:img
    I add all the error in my registeform.In actionform I use the method:
    if(password1==null){
    ActionErrors errors=new ActionErrors();
    errors.add("password1",new ActionError("user.password1.required"));
    In jsp page:
    <logic:present name="password1"> /* or use name="<%=Action.ERROR_KEY%>"*/
    <html:img page="/jsp/images/error.gif"/>
    <html:errors property="password1"/>
    </logic:present>
    But failed.It can't display anything even there are error in the ActionErrors.
    If I change the code to:
    <html:errors property="password1"/>
    It works well.But it can't display the picture that I want.
    someone has good idea to do this?
    thks!

    Hi:
    I used the <html:errors tag but it can't work also.The main problem is: there is any tag that can store the error according to the field's property?For example:If the name field isn't be filled, only the name's error will be stored in name's property tag.
    What I want to see is only the name field's picture display if user don't fill the name field.
    As is: <table>
    1.name text field (not filled) display images
    2.email text field (filled ) don't display!
    3.password text field (not filled) display images
    4.work text field (filled) don't display
    What I want to get is above.Can the logic and html taglib do this? Have you some good idea?

  • Why invoice verification output can't work

    I have set up the config for iv.But it cant't work.
    The message is "requested function is not availabe here".
    Who can help me to solve it.
    Thanks.

    Hi,
    Refer to the following link
    http://help.sap.com/erp2005_ehp_02/helpdata/en/a8/b99f58452b11d189430000e829fbbd/frameset.htm
    BR
    Diwakar
    reward if useful

  • Steve muench's refreshing browser page.. can it work with commandbutton?

    http://radio.weblogs.com/0118231/stories/2005/06/16/whyIsntRefreshingTheBrowserPageEnoughToRefreshTheDataDisplayed.html
    How does that work with the adf commandButton and not an html button? Shouldn't we just be using ADF controls?
    also, there is a bug in your code
    public void onRefreshData(DataActionContext ctx) {
    actionContext.getBindingContainer().findIteratorBinding("YourIter").getRowSetIterator();
    actionContext.getBindingContainer().findIteratorBinding("YourIter").executeQuery();
    actionContext should be ctx or viceversa
    Let me know if it is possible to use ADF command buttons to accomplish this..
    also, i am not using a data action class but just using the actions in the page def files. Trying to use the ADF as much as possible.
    TIA

    User,
    DataAction is used with [url http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state/content/navId.4/navSetId._/vtTopicFile.adf_javadocs|oracle|adf|controller|struts|actions|DataAction~html/]Struts, not JSF.
    In JSF, you can add an "Execute" binding for your iterator to the page definition and then bind that to your command button.
    John

  • Why this removeChile function can not work

    Dear All
    can any one help me fix this problem? i can not delete one job record from XML file, and there is no any error message, don't know why can not remove the node from XML file. Thanks!
    XML File:
    <Job_ad>
    <job>
    <title>ABC
    <detail>123
    </job>
    </job_ad>
    the Java code
    try {
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder parser = factory.newDocumentBuilder();
    File fn = new File(fileName);
    Document doc = parser.parse(fn);
    NodeList ReportDate = doc.getElementsByTagName("job_ad");
    NodeList job = doc.getElementsByTagName("job");
    for (int i = 0; i < job.getLength(); i++) {
    Element jobDetail = (Element)job.item(i);
    String jobTitle = jobDetail.getElementsByTagName("title").item(0).getFirstChild().getNodeValue();
    if (jobTitle.equals("ABC")) {
    System.out.println("record found");
    Node deadElement = (Node)jobDetail.getParentNode().removeChild(jobDetail);
    catch (Exception e) {
    System.out.println(e);

    if (jobTitle.equals("ABC"))The actual value of jobTitle is "ABC\n", if your posted XML is accurate. You forgot to account for the new-line character after the text.
    A little debugging (such as System.out.println(jobTitle)) might have told you that.

  • Why is my dashboard gesture not working?

    When i tried to swipe three fingers to the right nothing happens. I can't access my dashboard with the trackpad gestures.

    Hey Elly0725,
    Thanks for the question. Let's make sure that Dashboard is enabled to be a "Space". Assuming you are using OS X Mountain Lion, go to Settings > Mission Control > Show Dashboard as a space
    OS X Mountain Lion: Mission Control preferences
    http://support.apple.com/kb/PH10850
    Show Dashboard as a space
    To see Dashboard when you zoom to Mission Control, select this checkbox.
    Thanks,
    Matt M.

  • Why my PermissionsCommand can not work?

    Thers is a SAP standard command named "permissions" that you can find in "System Admin>System configuration>content management>user interface>commands".It is drived from the java class "com.sapportals.wcm.rendering.uicommand.cm.UIPermissionsCommand".
    I download the java class and decompile into java file.In netweaver development studio,I create a new project and copy the java code into a new class of the project and deploy it into my portal.In portal I link the class to a command named "permisssiontest",but unlucky the command doesnot work.
    Why my permission command can not work?

    Hi Shi,
        Could you give me more details about this issue ? After deploy, have you created a new command and assign it a group command in a layout set.
       Here:
       https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/Knowledge%20Management%20and%20Collaboration%20Developers%20Guide.html
       You can find this example: SimpleOneStepScreenFlow. You can use it as template.
       We had to write a new permission command and it worked fine.
    Patricio.

  • Touchgraph link browser right click won't work; jre 1.4.2_03 linux

    touchgraph link browser right click won't work; jre 1.4.2
    Wanted to mention that the touchgraph link browser(java client) client starts correctly in Redhat 9, but i found one problem when trying to edit links. The problem being that I can't open the small popup menu when i right click in linux RedHat 9. left clicking while dragging on a selected link (in edit mode) lets you create a new link both in microsoft windows 95a and in Redhat 9. When i right click in win95a, a small menu appears that allows me to edit a link, but this menu doesn't appear after right clicking a link in edit mode in redhat 9 (which does work with TG link browser in win95).
    I tried using a 2 button mouse with 3 button emulation. I also tried to use a 3 button logitech trackball which works with the old logitech c7 setting in Redhat. I also tried to operate the mouse with it's three buttons using the number keypad in linux, which works in other applications under linux. The same problem still happens in trying all of these methods.
    I was told that unix and windows use different "select," "extend," and "menu" buttons(in relation to the mouse).
    Maybe, microsoft windows is using a different method of interpreting the right mouse button than redhat linux 9. if so, maybe there is a way to do this in linux (really, i have no idea how this could be done, but am open to try).
    If there is a solution, i would appreciate knowing how to go about doing it. .
    note: I am using Sun's java 1.4.2_04 in windows 95a and I am using Sun's java 1.4.2_03 in Redhat 9. Both are the most current, i just downloaded them recently.
    note: touchgraph link browser is an open source java client and applet under the GNU general Public License. I think that the source code was included with the binary. I am using touchgraph link browser v 1.20 . I downloaded from sourceforge.net
    in google i found the following:
    https://lists.xcf.berkeley.edu/lists/advanced-java/1999-September/000532.html
    note: mara, you helped me before when i was practically installing redhat 9 and i had a problem with the installation and you mentioned that it was a faulty cd-rom drive. with your help, i am enjoying in learning about linux for the past 5 months since your answer helped me install redhat 9 successfully. Thank you very much since my very first question to you.
    Answer Hello,
    I downloaded the program and, if I think of the right situation, the right-click doesn't bring a menu for me. The thing I noticed is that when I drag a new link and (with left mouse button pressed) press right button it has an effect of 'canceling' the link. That's why I think that right mouse button works correctly. The problem is why the menu does not appear.
    I can see two reasons, both causing problems not easy to solve: bug in the program or incompatibility between Windows and Linux java versions. The second one should not happen.. but it doesn't mean it's impossible. A bug in the program should be easier to find, but not by me (with not very big Java experience it'd take me several days).
    What I'd do in your place is to mail the program developers (or report a bug). It won't make things worse, but can fix things.
    Sorry that I can't help more
    Mara
    notethe second half is a post i made to all experts.com

    http://www.realvnc.com/pipermail/vnc-list/2001-February/020570.html
    this Url has a comment on this problem in linux. just wanted to post this. it might help.

  • Why is my Apple ID not working in iTunes and App Store on my iPhone? Nothing happens if I click buy for apps or music. If I then go to settings/iTunes App Store my Apple ID is not there. If I then enter ID and password it does not save or link to account?

    Why is my Apple ID not working in iTunes or App Store on my iPhone? When I try to buy apps or music it asks for Apple ID so I enter my info and nothing happens. When I go to settings/iTunes App Store my Apple ID is not there. When I enter my ID and password it does not save or link to account. I do not have this problem with iPad ID is stored and can be used in App Store and iTunes. I have just upgraded to 5c and it's still a problem.

    LeesaHeeley wrote:
    When I go to settings/iTunes App Store my Apple ID is not there. When I enter my ID and password it does not save or link to account.
    When fist setting up your new iphone you will be asked to log in with an apple id and password. If this did not happen you can then do as you suggested going to settings to itunes and app store and add your apple id login. This apple id login must have already been created for the iphone to accept it. If this apple id is already created but is not being accepted by your iphone you then should shut down your iphone and restart the device.
    Good luck.

  • Allt he links in the header of any websites are not working, I reinstalled fiorefix and it s the same. No problem in others browser. the tool bar is working but not the link sinside the web page located between the top 300px height

    all the links in the header of any websites are not working, the cursor is not changing into pointer and no way to click on any link located at the top of any website page. I reinstalled firefox and it s the same. No problem in others browser. the tool bar is working but not the links inside any web page located between the top 300px height.
    So I can t tlog into any website, i cant write an email as the compose button is located in the top of the page.. Please help, i have all my bookmarks into my firefox...

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Suddenly I am losing my previous sessions. Also quicktime links are suddenly not working. I updated flash. I downloaded some Windows Updates. Now these browser issues.

    All of a sudden this week I am losing my old sessions. As I usually have about 20 tabs open in 4 separate windows, this is VERY annoying. VERY.
    Also, quicktime links are no longer working, like at apple.com/trailers. I get an "Error: 47 Invalid Url: ()" message when trying to use them.
    My only recent computer changes were updating Flash, and also on June 15th I got a bunch of updates from Windows Updates. Mostly security updates, and a .NET Framework update.
    My feeling is this has something to do with the windows updates?
    I use Vista Home Premium.

    Hey Chris,
    I was able to duplicate this issue on my Windows 7 laptop as follows:
         1)  Completely uninstall FlashPlayer (using your tool) as well as Mozilla Firefox and Mozilla Maintenance Service (used Windows 7 - uninstall from Control Panel).  Please note that I checked the box that said "Remove my Firefox personal data and customizations" to ensure that Firefox was completely gone from my laptop.
         2)  I then went out to the Firefox website and downloaded the "Firefox Setup 13.0.1.exe" app to my laptop.  I ran this app to install Firefox.
         3)  I then went to the following website http://www.ishmael.org.uk/karaoke02.php as I know that this URL uses Flash Player (obviously you can go to any URL that uses Flash Player - I'm just letting you know which one I used).  I then clicked on the icon on this page to install Flash Player.
    Once the install was completed, the URL stops responding and appears to be locked up (although it will occassionally hiccup and display portions of the page and then lock up again).  You will eventually get a pop-up notice from Firefox that has the header "Warning:  Unresponsive script" and says the following: 
         A script on this page may be busy or it may have stopped responding.  You can stop the script now, or you can continue to to see of the script will complete.  Script:  chrome://browser/content/browser.js:6551 
    Selecting "Stop script" will get Firefox working until you hit another page that uses Flash Player.
    To ensure that the above URL is not the culprit, I used one from your website http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html and had the same results.
    Hope this info helps!
    Jeff
    NOTE:  As a reminder, I do not have RealPlayer installed on my laptop (and never have had it installed)

  • Why no "web browser" links to deauthorize computers on my account? Hypotheticalsituation: Away (business or vacation) need to desperately deauthorize my childs p.c. from my account! (UNABLE to install itunes anywhere i am located presently)

    Why can't I deauthorize a p.c. from a "web browser"?
    Why no "web browser" links to deauthorize computers on my account? Hypotheticalsituation: Away (business or vacation) need to desperately deauthorize my childs p.c. from my account! (UNABLE to install itunes anywhere i am located presently)

    I quite agree. Unfortunately, I don't know of an app that turns off a young child, remotely. Perhaps you should give Apple a call to see if they can't help you out:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes
    international calling numbers..
    For Mac App Store: Apple - Support - Mac App Store.
    For iTunes: Apple - Support - iTunes.

Maybe you are looking for

  • I think I need to change my primary email address

    Hi, I am a newbie on here, not awfully techy minded but have struggled my way to this forum as I cannot make sense of the BT help. I get huge amounts of spam emails usually via mailerdemon that despite setting to spam still get into my inbox.  A lot

  • After installing Norton Antivirus to my PC, iTunes won't connect

    A few months ago, after getting a nasty virus, I had Norton Antivirus installed on my PC.  Since then, my iTunes won't connect to the store.  This wasn't a huge deal until I got an iPhone, now it's a constant issue.  Has anyone had a similar issue or

  • Firefox keeps on crashing - i tried all the solutions

    My firefox keeps on crashing. So i decided to reinstall Windows XP install all drivers and update them but unfortunately firefox keeps on crashing. I've tried all the theories on Firefox to solve it but still it keeps on crashing. This happens any ti

  • Spry menu bar acts funny in IE 6, 7

    This is my first website and i am having trouble getting the menu bar to work right.  when i hover over menu items, they turn white, then stay white, but only sometimes.  here's the url:  http://gacc.nifc.gov/oncc/logistics/crews/smokejumpers/index.h

  • Safari 4 Auto Update is causing havoc...

    I tried to to a software update from the apple pulldown icon, and my computer started downloading Safari 4.1. At the end of the download it said it couldn't install, and was putting the download file in the trashcan. Great. So, I tried again... same