B
Blanton
I would love to use Outlook's http account type to connect to exchange, but
it doesn't work when I use https:. Last night I did a packet capture and,
funny enough, it sent the http data to port 443 (https) but the data it sent
was in the clear, not encrypted! I could see in the packet where it said
'propfind', etc
I've set up the URL as https://<site>/exchange/<username>
Strange thing is that I've gotten it to work once or twice - sending and
receiving. Here are a few log lines from the server:
[This is when I didn't use https:, note return code is 403 which is
'forbidden' b/c I don't allow non-SSL access]
2006-06-13 18:11:05 192.168.7.110 - W3SVC100 MAIL [server.IP.address] 80
PROPFIND /exchange/blanton-lewis/inbox - 403 5 3942 228 16 HTTP/1.1
[server.DNS.name] Microsoft-Outlook/10.0+(TmstmpExt) - -
[This is one of the few times it worked]
2006-06-13 20:56:02 192.168.7.110 blanton-lewis W3SVC100 MAIL
[server.IP.address] 443 PROPFIND /exchange/blanton-lewis/inbox - 207 0 1281
650 1484 HTTP/1.1 [server.DNS.name] Microsoft-Outlook/10.0+(TmstmpExt)
[This is sending an email]
2006-06-13 20:56:02 192.168.7.110 blanton-lewis W3SVC100 MAIL
[server.IP.address] 443 POST
/exchange/blanton-lewis/##DavMailSubmissionURI##/ - 200 0 583 1621 47
HTTP/1.1 [server.DNS.name] Microsoft-Outlook/10.0+(TmstmpExt)
sessionid=f2cd3c59-e150-41ba-a0c5-8f3fef2bd48e:0x0 -
Most of the time it just says - 'timed out connecting to server' because (I
believe) it's not encrypting the communication, it's just sending it to port
443.
it doesn't work when I use https:. Last night I did a packet capture and,
funny enough, it sent the http data to port 443 (https) but the data it sent
was in the clear, not encrypted! I could see in the packet where it said
'propfind', etc
I've set up the URL as https://<site>/exchange/<username>
Strange thing is that I've gotten it to work once or twice - sending and
receiving. Here are a few log lines from the server:
[This is when I didn't use https:, note return code is 403 which is
'forbidden' b/c I don't allow non-SSL access]
2006-06-13 18:11:05 192.168.7.110 - W3SVC100 MAIL [server.IP.address] 80
PROPFIND /exchange/blanton-lewis/inbox - 403 5 3942 228 16 HTTP/1.1
[server.DNS.name] Microsoft-Outlook/10.0+(TmstmpExt) - -
[This is one of the few times it worked]
2006-06-13 20:56:02 192.168.7.110 blanton-lewis W3SVC100 MAIL
[server.IP.address] 443 PROPFIND /exchange/blanton-lewis/inbox - 207 0 1281
650 1484 HTTP/1.1 [server.DNS.name] Microsoft-Outlook/10.0+(TmstmpExt)
[This is sending an email]
2006-06-13 20:56:02 192.168.7.110 blanton-lewis W3SVC100 MAIL
[server.IP.address] 443 POST
/exchange/blanton-lewis/##DavMailSubmissionURI##/ - 200 0 583 1621 47
HTTP/1.1 [server.DNS.name] Microsoft-Outlook/10.0+(TmstmpExt)
sessionid=f2cd3c59-e150-41ba-a0c5-8f3fef2bd48e:0x0 -
Most of the time it just says - 'timed out connecting to server' because (I
believe) it's not encrypting the communication, it's just sending it to port
443.