<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Office 365 Powershell Decryption Error in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207428#M60804</link>
    <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/9981"&gt;@Mick_Ball&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If you add an FQDN based object it will resolve to a set of IP addresses; however when your working with Microsoft there are so many addresses that FQDN doesn't always work for all of them. It's better in these instances to simply utilize a URL Category.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Mar 2018 12:49:26 GMT</pubDate>
    <dc:creator>BPry</dc:creator>
    <dc:date>2018-03-26T12:49:26Z</dc:date>
    <item>
      <title>Office 365 Powershell Decryption Error</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207186#M60768</link>
      <description>&lt;P&gt;I'm testing decryption on our PA-3020 and have found my Office 365 Powershell licensing script is failing to connect with the following error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New-PSSession : [ps.outlook.com] Connecting to remote server ps.outlook.com failed with the following error message :&lt;BR /&gt;WS-Management cannot process the request. The operation failed because of an HTTP error. The HTTP error (12175) is: A&lt;BR /&gt;security error occurred . For more information, see the about_Remote_Troubleshooting Help topic.&lt;/P&gt;&lt;P&gt;I've tried adding an FQDN based Address object for "ps.outlook.com" and assigning it to a No Decrypt rule, but that has not helped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Monitor -&amp;gt; Traffic tab, I see what I think is the corresponding log entry, stating that application soap on port 443 had a session end reason of decrypt-error.&amp;nbsp; The destination address is a Microsoft address, but does not have a DNS reverse lookup entry.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 20:17:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207186#M60768</guid>
      <dc:creator>CastawayKid</dc:creator>
      <dc:date>2018-03-23T20:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Office 365 Powershell Decryption Error</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207224#M60769</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/77499"&gt;@CastawayKid&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;First and foremost the best way to do this is with a custom URL Cateogry; then add the associated URLs into that new entry. Like this.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;              &amp;lt;entry name="No-Decrypt"&amp;gt;
                &amp;lt;list&amp;gt;
                  &amp;lt;member&amp;gt;ps.outlook.com&amp;lt;/member&amp;gt;
                &amp;lt;/list&amp;gt;&lt;/PRE&gt;&lt;P&gt;Then you'll need to create another decryption policy that is setup with an action of no-decrypt, placed higher in your decryption policies than your existing policy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So essentially it would look like this.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;                &amp;lt;entry name="No-Decrypt - LTSB"&amp;gt;
                  &amp;lt;category&amp;gt;
                    &amp;lt;member&amp;gt;No-Decrypt&amp;lt;/member&amp;gt;
                  &amp;lt;/category&amp;gt;
                  &amp;lt;service&amp;gt;
                    &amp;lt;member&amp;gt;any&amp;lt;/member&amp;gt;
                  &amp;lt;/service&amp;gt;
                  &amp;lt;type&amp;gt;
                    &amp;lt;ssl-forward-proxy/&amp;gt;
                  &amp;lt;/type&amp;gt;
                  &amp;lt;from&amp;gt;
                    &amp;lt;member&amp;gt;inside&amp;lt;/member&amp;gt;
                  &amp;lt;/from&amp;gt;
                  &amp;lt;to&amp;gt;
                    &amp;lt;member&amp;gt;outside&amp;lt;/member&amp;gt;
                  &amp;lt;/to&amp;gt;
                  &amp;lt;source&amp;gt;
                    &amp;lt;member&amp;gt;yourip&amp;lt;/member&amp;gt;
                  &amp;lt;/source&amp;gt;
                  &amp;lt;destination&amp;gt;
                    &amp;lt;member&amp;gt;any&amp;lt;/member&amp;gt;
                  &amp;lt;/destination&amp;gt;
                  &amp;lt;source-user&amp;gt;
                    &amp;lt;member&amp;gt;any&amp;lt;/member&amp;gt;
                  &amp;lt;/source-user&amp;gt;
                  &amp;lt;action&amp;gt;no-decrypt&amp;lt;/action&amp;gt;
                &amp;lt;/entry&amp;gt;&lt;/PRE&gt;&lt;P&gt;And that should do it. It will now looks specifically for the ps.outlook.com entry, and this will bypass decryption.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 21:04:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207224#M60769</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2018-03-23T21:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Office 365 Powershell Decryption Error</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207365#M60794</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;, Hi...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;are you saying that placing this in a url category will act differently than adding it dirctly as an address object or did you miss this part by &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/77499"&gt;@CastawayKid&lt;/a&gt;.,,,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;I've tried adding an FQDN based Address object for "ps.outlook.com"&lt;/STRONG&gt; &lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 09:50:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207365#M60794</guid>
      <dc:creator>Mick_Ball</dc:creator>
      <dc:date>2018-03-26T09:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Office 365 Powershell Decryption Error</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207428#M60804</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/9981"&gt;@Mick_Ball&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;If you add an FQDN based object it will resolve to a set of IP addresses; however when your working with Microsoft there are so many addresses that FQDN doesn't always work for all of them. It's better in these instances to simply utilize a URL Category.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 12:49:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207428#M60804</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2018-03-26T12:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Office 365 Powershell Decryption Error</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207433#M60808</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;, nice one, many thanks for the info...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is this documented anywhere or just something you've learned along the way....?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 13:04:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207433#M60808</guid>
      <dc:creator>Mick_Ball</dc:creator>
      <dc:date>2018-03-26T13:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Office 365 Powershell Decryption Error</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207434#M60809</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/9981"&gt;@Mick_Ball&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Something that I've picked up along the way. I think that the article below that&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/7608"&gt;@reaper&lt;/a&gt;&amp;nbsp;wrote a while back puts a lot of the limits of FQDN objects in place however. The biggest thing with FQDN is that it limits the IPs to the first 10 addresses that it receives in the DHCP request; when working with larger FQDN objects (like anything Microsoft or AWS) then you're generally working with a&amp;nbsp;&lt;STRONG&gt;lot&lt;/STRONG&gt; more addresses than that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/Featured-Articles/DotW-FQDN-Policy/ta-p/65110" target="_blank"&gt;LINK&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 13:11:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207434#M60809</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2018-03-26T13:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Office 365 Powershell Decryption Error</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207437#M60811</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;, superb, thanks again...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just one last question,........ if any , what would be a preference between&amp;nbsp; URL category and DAG?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 13:22:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207437#M60811</guid>
      <dc:creator>Mick_Ball</dc:creator>
      <dc:date>2018-03-26T13:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Office 365 Powershell Decryption Error</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207440#M60812</link>
      <description>&lt;P&gt;OK put that on hold for now...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really need to understang DAG's first so will keep reading.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 13:43:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207440#M60812</guid>
      <dc:creator>Mick_Ball</dc:creator>
      <dc:date>2018-03-26T13:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Office 365 Powershell Decryption Error</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207443#M60813</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/9981"&gt;@Mick_Ball&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Almost any time I'm working with external objects I'll utilize a URL Category over DAG. I utilize DAG a lot for things like printer groups, remote offices, and stuff like that so I don't have to sit and update all of the necessary&amp;nbsp;security policies.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 13:48:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/office-365-powershell-decryption-error/m-p/207443#M60813</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2018-03-26T13:48:23Z</dc:date>
    </item>
  </channel>
</rss>

