Kayıtlar

Ağustos, 2016 tarihine ait yayınlar gösteriliyor

Microsoft Lync keychain password prompt on login

Resim
One of my users ran into an issue recently when launching Microsoft Lync. When the Lync application logged into the Lync server, a  Microsoft Lync wants to use OC_KeyContainer_username@company.com. Please enter the keychain password prompt appeared. The curious thing was that the keychain prompt would not accept the user’s current login password. When I checked, the user’s login keychain was unlocked and using the current password, so it didn’t appear to be caused by the login keychain password issues that I normally deal with. After some research, I was able to find the answer and get this issue fixed. See below the jump for the details. The fix: 1. Quit out of Microsoft Lync 2. Go to  /Users/username/Library/Keychains 3. Remove the  OC_KeyContainer__username@company.com  file from /Users/username/Library/Keychains . 4. Launch Microsoft Lync 5. On relaunch, the prompt no longer appeared. What caused the password prompt?: Microsoft Lync creates a keyc

IIS7 HTTP isteklerini HTTPS sayfasına Yönlendirmek

Resim
IIS7'de HTTP isteklerini HTTPS sayfasına Yönlendirmek IIS 7 de host ettiğiniz uygulamaya sadece https olarak erişilmesini istiyorsanız SSL sertifikanızı yükledikten sonra yapmanız gerekenler: 1. IIS Manager'dan ilgili uygulamayı çalıştıracağınız siteyi seçin , featureview de "SSL Settings" e çift tıklayıp "Require SSL" seçeneğini aktif hale getirin. 2. Feature view'e dönüp bu kez "Error Pages" seçeneğine çift tıklayıp açılan sayfada sağdan "Add" linkine tıklayın, gelen pencerede "Status Code" bölümüne 403.4 yazın ve en alttaki "Respond with a 302 redirect" seçeneğini seçip aktif olan bölüme sayfanızın yönlendirilmesini istediğiniz https sayfa linkini yazın ( örn:  https://aaa.bbb.com/ ) ve OK e basın.