OWA through webvpn doesn't work

Hi,
I configured WebVPN on a 1812 through SDM. Everything works fine so far. Now I wanted to allow Outlook Web Access to my users. When I use the http in the url-list users can login, if I use https the connection hangs. Ok, I tried http, logged in and everything gets displayed. I can open emails and contacts so far. But when I want to open a subfolder WebVPN kicks me out!
This is my config:
webvpn gateway gateway_1
ip address X.X.X.X port 443
http-redirect port 80
ssl trustpoint TP-self-signed-3752992620
inservice
webvpn context portal
title-color #669999
secondary-color white
text-color black
ssl authenticate verify all
url-list "Intranet"
heading "Intranet"
url-text "Outlook Web Access" url-value "http://owa.host.com/exchange"
policy group policy_1
url-list "Intranet"
default-group-policy policy_1
aaa authentication list sdm_vpn_xauth_ml_1
gateway gateway_1
inservice
end
When logging in only the fields "user" and "password" gets displayed, but not "domain". I think because it lacks of SSL.
Any ideas?
Thanks,
MB
P.S.: IOS is 12.4.11T (advanced ip services)

Hmmm ... I tested everything today with IE and Firefox again without any errors. Perhaps this was a problem with OWA ..

Similar Messages

  • Upload webpage through Filezilla doesn't work

    Hi
    I've created a page with Muse, I tried to upload it through ftp to an external hosting, but it doesn't work. Apparently I make eveyrthing correct but when I go to my website the page won't show. Hosting name is netsons.
    Can anybody help?
    Thank you

    Are you using the built in FTP or a third party FTP client? Is that a 404 error when you access the page at the remote site? Make sure you do not have Export Page option disabled for the affected page (look for the option in the page's context menu in Plan/Design mode).
    If that is not the case, please share the page URL.
    Thanks,
    Vinayak

  • Burned in Nero Express through Windows, doesn't work on Mac

    So I just burned a Data DVD (files like music and mac applications) on Windows, using Nero Express, but then I mount it on my Powermac G5 PPC and it doesn't work, my mac doesn't recognize it, what's the problem ?
    Thanks.

    Did you close the disc, or leave it open for further burning sessions?

  • Networking through firewire doesn't work

    I have about 100GB worth of data on my MacBook Pro (running 10.6.4) that I'm trying to transfer over to my G4 (1 GHz FW 800, running 10.5.8 Server) through firewire. But when I connect my MBP to my G4 with my firewire 800 cable and then go into network preferences in my G4 it says firewire is "inactive". Why would it all of sudden disable the firewire bus? Is there a way to enable it again?

    janieshin,
    so I take it that your Lacie HDD is an external FireWire disk? You’ve noted that at some past time, it worked with an iMac — have you confirmed that it still works well when connected to other Macs with FireWire ports? Do you have a second FireWire device to test against your MacBook Pro, to ensure that the problem is not with the Lacie disk? Have you tried running your MacBook Pro’s Apple Hardware Test, to see if it can detect a problem with the MacBook Pro’s FireWire port?

  • D3js installed through npm doesn't work

    I installed nodejs from [community], then used
    npm -g install d3 --python=/usr/bin/python2
    to install d3js.  It seems everything works fine and I see a d3 folder in "/usr/lib/node_modules/"
    According to the d3js site, at this point I should run a local web server using
    python2 -m SimpleHTTPServer 8888 &
    (or the python3 equivalent).
    The server runs, but when I use any browser to go to http://localhost:8888/ I only get a list of files (those installed into "/usr/lib/node_modules/d3") but I have no idea how to run the examples. When I click on any .js file I see the source code instead of running it.
    What am I doing wrong?

    nevermind, solved it. It was me being very stupid. I didn't notice there were no example in the npm package and that I had to download them manually. Sorry for the noise.

  • Volume through headphones doesn't work?

    When I play my iPod without headphones in or on the iHome, volume works perfectly fine. But when I plug ANY pair of headphones in, and adjust the volume "bar" all the way up, no volume is produced. Anybody have a solution/answer to this without restoration? Thanks everyone.
    ~Nate

    Have you tried another pair of headphones?
    Go to Settings>Music amd make sure that volume limit is off.
    Try the following to rule out a software problem:
    - Reset. Nothing will be lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/new iPOd.
    If you still have the problem then it is likely that the headphone jack is bad.  Apple will not replace the jack but will exchange your iPod for this price:
    Apple - Support - iPod - Repair pricing
    A third-party place like this one may be less expensive.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • Deploying Normal.dotm through OCT doesn't work in Office 2013

    I am trying to install a custom normal.dotm Word Template file with the initial install of Office 2013.
    I am using the Office Customization Tool to create an automated install of Office 2013 in the exact same way I did in Office 2010.I am utilizing the Additional Content>Add Files & Additional Content>Remove Files sections to include a custom normal.dotm
    file and place it in the [AppDataFolder]\Microsoft\Templates directory. (The remove files section runs first and removes the same file name before it installs the file I want.)
    This works perfectly fine in Office 2010. After I complete the setup process using the customized Office 2013 files however, I get an error message in Microsoft Word that says "Sorry, we had trouble getting the featured templates and can't show them
    right now." Also, when I look in the path on the Windows 8 machine this is being tested on, there actually is no Normal.dotm file at first launch but depending on how many times I launch Word it shows up in a few launches or there is a NormalPre.dotm
    file in the directory instead. Even when the file shows up I get the same error message in
    Why is this not working? How can I accomplish rolling out a custom Normal.dotm file with the install of Office 2013 using OCT?

    This is what i did to get it working as i wanted it.
    I stripped out configuring the Language in the OCT tool
    I added my customised normal.dotm with my customisations in OCT
    I added the "MigrateNormalOnFirstBoot" registry key in OCT
    I currently am creating an Office 2013 script using vbscript (.vbs file) for the purpose of installing either MSOffice 2013 x86 or x64 versions - i then added the creation of the following registry entry via the vbscript after the msoffice setup command
    line part.
    - HKCU\Software\Microsoft\Office\15.0\Common\LanguageResources
    - i created a DWORD key here called "InstallLanguage" with the value of the language i want Word to default to.  In my case it was a value of "2057" for English UK.
    With this combination i have a one click MSOffice 2013 script that installs MSOffice 2013 on either a 32bit or 64bit system. 
    I'm pretty sure you could leverage off a function in OCT to achieve the same as i have.  Just a note - i did try to add the registry key first in OCT's "Add Registry entries" however this didn't work as it didn't create the registry keys before first
    launching Word.  Maybe you could also consider in OCT under SETUP \ Add Installations and Run Programs to run a .bat or reg to .exe file to achieve the same result.

  • TV Shows and Music purchased through iTunes doesn't work on my iPhone

    When I play some of the music and tv shows purchased through iTunes on my iPhone, it would play for around 30 seconds for music and anywhere from 5-20 min for the shows, and then either go to the next song, or stop playing the video for no reason.
    It seems to be a specific spot which "crashes" the song, because say the song or video stops at 2:31, I can seek to "2:33", and the song/video would play normally, and not crash.
    What's the reason for this?

    Contact Apple and report a problem via your *purchase history*. Either from the iTunes store, or the email receipt they send.
    Also you might have more luck in the iPhone forums:
    http://discussions.apple.com/category.jspa?categoryID=201

  • Scheduleing through BCA doesn't work

    Hello Expert,
    We are running on BO 6.5. We have scheduled few BO reports on BCA which runs every sunday.
    On last sunday all of the report were not executed and stored at a perticular location. All jobs are in suspended status and next execution date still shows last sunday's date.
    When we checked logs, it dosent show anything. When I checked task manager it shows some busobj.exe jobs in queue.
    Can anyone explain me the possible issue ? is it because of busobj.exe jobs which might be stuck in queue ?
    Please help.
    Regards,
    Nirav Shah

    You might want to shutdown all BO processes properly, then kill all remaining BO processes and reboot.

  • Syncing through icloud doesn't work., syncing through icloud doesn't work.

    My info on my iphone won't sync to icloud. Seems like the server is down??
    has been earlier today but according to support it should be running now.
    no syncing at all from and to ipad, iphone x2, mbp
    /Jari

    My info on my iphone won't sync to icloud. Seems like the server is down??
    has been earlier today but according to support it should be running now.
    no syncing at all from and to ipad, iphone x2, mbp
    /Jari

  • MSI R5970-P2D2G Woes: Lockups in 3D Applications + Fan Controt doesn't work.

    Hello,
    Yesterday (5/10/10) I received my MSI R5970-P2D2G in the mail. I've been in the market for a HD5970 for quite a while, but living in Latin America it's been next to impossible to get one. I finally managed to get a brand new R5970 through the Amazon marketplace. Anyhow, since the card arrived yesterday I've been trying to get this thing to run properly.
    The card locks up mere seconds into any 3D application, roughly when the GPUs reach around 75C. A Furmark multi-GPU stability test will make the card hard lock my system in mere seconds, whereas 3D Mark Vantage actually manages to get through most of GPU Test #1 before hard locking. It usually hard locks somewhere in between the end of GPU Test #1 and the beginning of GPU Test #2. I've only been able to complete the 1-minute Furmark benchmark once. Let's not even get started with trying to play any games. My system just hard locks minutes in.
    The other problem I have is fan control. Manual fan control through CCC doesn't work. If I tick the "Manual Fan Control" checkbox and try to move the slider and hit "Apply", the fan immediately jumps to 100% speed regardless of where the slider is. Unchecking "Manual Fan Control" leaves the fan running at 100% for a few minutes before it starts slowing down. MSI's own Afterburner utility doesn't even let me move the fan slider (odd, because it lets me do it on my Diamond HD5870).
    My PSU is overqualified to run this card. I've run it through OCCT's 1 hour test with no problems. Same deal with my CPU/RAM overclocks: they've endured hours of Prime95 as well as OCCT with no issues at all. My mobo's BIOS is updated to the last version. I don't think it's a hardware problem.
    I've tried:
    -Using my old 5870 to uninstall ALL ATI software and drivers, then running CCleaner and Driver Sweeper to get rid of all ATI driver remnants. Shutting off the PC, switching to my R5970, and installing brand new drivers.
    -Using a spare drive with a fresh installation of Windows 7 Ultimate 64-bits to try and get the card to run.
    -Underclocking the card to see if it ran stable.
    -Returning my CPU/RAM to stock values.
    -Checking all connectors, trying different PSU connectors, and physically examining the card for any signs of damage.
    I made a similar thread over at Anandtech asking for help: http://forums.anandtech.com/showthread.php?p=29817320#post29817320
    You can go check it out if you want to find out all the stuff I've tried.  About the only thing I haven't tried is flashing the video card BIOS, but there's nothing to flash it too! AFAIK there is only one version of MSI's BIOS for the R5970.
    Basically, I'm sort of stuck with a $700 paper weight right now. The few seconds (or minutes) the card manages to run, FPS is sky high and it works like it's supposed to. It always causes a hard lock when GPU temps are nearing 75C though, although I've tried "manually" changing the fan speed to 100% and it still crashes after what seems like a set amount of time. This is all at stock values, mind you. I haven't tried OCing at all. I'm just baffled at the whole thing, as the card is clearly capable of running like it should, it just seems like it can't handle running like it should for more than a few seconds or minutes in some cases. To me, it really seems like the card is borked. Oh yes, the VDDCI Phase #1 sensor doesn't work, reporting a flat 0 on GPU-Z.
    Any ideas before I contact the person that helped me buy this card to arrange for a return?

    My MSI HD5970 is working like it should, tested it all day.
    I used MSI Afterburner and MSI Kombustor to watch the temps on full load, the fan is working and no problems.
    (at 65C, 70C, 75C, 80C the fan goes faster, 81C was my max temp on full load)
    Maybe i am lucky

  • Outgoing emai issues - doesn't work at all

    Recently received updated modem/router at my home.  Now I realize that I cannot send email messages through Outlook.  It cannot connect to my smtp server, which is via Godaddy and my domains. 
    No, I cannot set it up to go through verizon (doesn't work anyway) because the laptops I use, I use elsewhere (traveling and with MS Exchange).  Everywhere else it will connect using my same settings.  Only when going through verizon am I having difficulties.
    Has something changed recently or is there a setting in the modem/router that no one tells you about?
    Thanks for any help.  I just realized that I was having the problem when it was really critical and I had to drive to the office to be able to send some time-sensitive information.

    What port is your GoDaddy SMTP server set to use? You won't be able to send on port 25, but I believe GoDaddy uses port 80 as their alternate SMTP port.
    If that doesn't fix it, please let us know what settings you have (but not your username or password), and provide the error you are getting when trying to send. That will help isolate what the issue is.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • Time Capsule doesn't work with proxy?

    Hello! I have a Time Capsule working with an ethernet connection which is controled by a proxy server. I don't see the option to configure TC in order to download the .pac file, or to configure manually the proxy settings.
    Therefore, the internet through TC doesn't work!
    Anyone knows a solution?
    Thanks

    The blurb about Time Capsule not being compatible with some ISPs is no different from the same blurb that Apple has attached to the specs of all previous Airport base station products. So... if your ISP currently works with an older model Base Station, it will work with Time Capsule. ISPs that typically don't work are ones that use uncommon DSL communications or authentication protocols - often found in parts of Europe and the Middle East.
    (Speculation on my part) Time Capsule will not function as a wireless client on an existing wireless network. Therefore, users of an existing wireless network will need to either (a) replace their existing wireless router with Time Capsule or (b) cable Time Capsule to their existing wireless router and disable the router built into Time Capsule. These are exactly the same options faced by previous purchasers of Apple's Airport base stations.

  • [Exchange 2010] Autodiscover on outlook 2010 doesn't work and OWA can't be browsed internally

    Hi,
    Since this morning, I'm getting weird issues with Exchange.
    1) Some people can open OWA with Firefox but with IE or Chrome can't. On Chrome, it says the certificate is malformed and hence it can't open the website. I can access OWA externally.
    2) Some users are getting security alert for OWA and autodiscover certificate.
    3) Autodiscover doesn't work and it failed to connect when I run test connectivity and configuration from Outlook client.
    Has anyone had any similar issues like this?
    Since that we didn't make any change to the environment and email is going through fine via outlook, I'm afraid to do some config changes on Exchange.
    Thanks,
    John

    It's fixed now. It was the issue with comodo certificate. Comodo issued a new intermediate cert yesterday morning. Some users didn't get the cert so we pushed out manually.

  • Hi, I am wondering why my iphone won't send pictures through messages, I have MMS on and I have tried sending it with 3G on aswell and still doesn't work. Someone please help me :)

    Hi, I am wondering why my iphone won't send pictures through messages, I have MMS on and I have tried sending it with 3G on aswell and still doesn't work. Someone please help me :)

    Hey lozza567,
    Thanks for the question. I understand that you are experiencing issues sending MMS messages. The following resource may provide a solution:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Issues with sending and receiving MMS
    You will need these to send and receive MMS:
    - An iPhone 3G or later.
    - iOS 3.1 or later.
    - A cellular data connection. MMS isn't available if you are using only Wi-Fi.
    - A domestic MMS plan from your cellular provider. You may need an international messaging plan to send MMS to an international contact. Contact your carrier for more information.
    - A roaming MMS when using a cellular provider's network different from your billing cellular provider's network. Learn more about roaming and contact your carrier for more information.
    To resolve issues with sending and receiving MMS, follow these steps first
    1. Go to Settings and turn airplane mode off.
    2. Go to Settings > Messages and turn MMS Messaging on.
    3. Go to Settings > Cellular and turn Cellular Data on.
    4. Go to Settings > Cellular and turn Data Roaming on if you are roaming on a cellular provider network different from your billing provider's network.
    5. Verify that you have a cellular data connection in the status bar at the top left of your iPhone.
    6. Go to Settings and turn Wi-Fi off. Open Safari and navigate to www.apple.com to verify that you have a data connection. Turn Wi-Fi back on to continue using Wi-Fi for other features. If your cellular data connection isn't available, follow these steps.
    7. Verify that you can send and receive SMS. If you are unable to send and receive SMS, see the "Issues with sending and receiving SMS" section, above.
    8. MMS may not be available while on a call. Only 3G and faster GSM networks support simultaneous data and voice calls. Learn more about which network your phone supports.
    9. Restart your iPhone.
    10. Tap Settings > General > Reset > Reset Network Settings on your iPhone.
    11. Reseat your SIM card.
    If you are still unable to send or receive MMS, follow these steps
    1. Make sure that the contact trying to message you isn't blocked in Settings > Messages > Blocked.
    2. Go to Settings > Messages and turn on group messaging if you are sending a group message.
    3. Make sure that you are using the area code with the contact's phone number. When sending messages internationally, you also need the contact's international code.
    4. Verify a "Pay as you go" MMS plan has enough available balance. Contact your carrier if unsure of your MMS plan or available balance.
    5. If the issue occurs with a specific contact or contacts, back up or forward important messages and delete your current messaging threads with the contact. Create a new message to the contact and try again.
    6. If the issue occurs with a specific contact or contacts, delete and re-create the contact from the Contacts application. Create a new message to the newly created contact and try again.
    7. Back up and restore your iPhone as new.
    8. If your carrier has recently ported your phone number, the porting process may not be complete. Contact your carrier to confirm that the porting process is complete.
    9. Contact your carrier to verify that you are provisioned to send SMS and are in an area with cellular coverage.
    10. Contact your carrier to verify that there are no blocks or filters placed on your wireless account preventing you from sending SMS.
    11. Your carrier may require APN settings to be modified to use MMS. Learn more about when you should adjust APN settings.
    Thanks,
    Matt M.

Maybe you are looking for